Commit Graph

  • d737ccdc37 util/samples: use ChannelLayout meh 2015-06-01 20:32:11 +02:00
  • 956ed014d7 util/frame/audio: use ChannelLayout meh 2015-06-01 18:34:42 +02:00
  • 7ac2d29718 codec/decoder/audio: use ChannelLayout meh 2015-06-01 18:34:22 +02:00
  • e05dd04882 util/channel_layout: add ChannelLayout meh 2015-06-01 18:23:47 +02:00
  • 21141b502a codec/decoder/audio: change rate type to u32 meh 2015-06-01 16:57:16 +02:00
  • ea6b10ba84 util/frame/audio: change rate type to u32 meh 2015-06-01 16:57:04 +02:00
  • 72895052e6 util/frame/audio: add samples accessor meh 2015-06-01 16:52:19 +02:00
  • fd7ff33f68 codec/picture: allow data to return more types meh 2015-06-01 16:34:35 +02:00
  • f8d4403c3a util/frame/video: derive PartialEq and Eq meh 2015-05-31 19:29:04 +02:00
  • 636a372121 util/frame/audio: derive PartialEq and Eq meh 2015-05-31 19:28:51 +02:00
  • 5e56fc5e04 codec/encoder: add frame_rate accessor meh 2015-05-31 19:06:23 +02:00
  • a5df1a3a60 codec/decoder: add frame_rate accessor meh 2015-05-31 19:01:23 +02:00
  • 22e98c30a9 codec/decoder/audio: change channels type to u16 meh 2015-05-31 18:59:14 +02:00
  • daeec01897 util/format/sample: change channels type to u16 meh 2015-05-31 18:58:43 +02:00
  • 064b9fe5c4 util/frame/audio: change channels type to u16 meh 2015-05-31 18:58:23 +02:00
  • 97b6100810 util/frame: fix cloning meh 2015-05-31 18:57:37 +02:00
  • 46a5f863c8 util/rational: implement Debug and Display meh 2015-05-30 17:01:38 +02:00
  • dae7e523f6 util/frame/video: add picture_mut getter meh 2015-05-29 22:11:56 +02:00
  • 70633b1349 cargo: prepare for release meh 2015-05-29 19:30:57 +02:00
  • 27fa8c5878 util/frame/video: implement DerefMut meh 2015-05-28 20:16:41 +02:00
  • c1d4a1f136 util/frame/audio: implement DerefMut meh 2015-05-28 20:16:32 +02:00
  • 82ab89d1bf format/context: implement DerefMut meh 2015-05-28 20:16:17 +02:00
  • 547ea2829e codec/encoder/video: implement DerefMut meh 2015-05-28 20:16:00 +02:00
  • 6f07c48a04 codec/encoder/subtitle: implement DerefMut meh 2015-05-28 20:15:47 +02:00
  • cd9db3adc5 codec/encoder: implement DerefMut meh 2015-05-28 20:15:29 +02:00
  • f6e1690292 codec/encoder/audio: implement DerefMut meh 2015-05-28 20:15:13 +02:00
  • 373ea95b2b codec/decoder/video: implement DerefMut meh 2015-05-28 20:14:59 +02:00
  • cad2e451c6 codec/decoder/subtitle: implement DerefMut meh 2015-05-28 20:14:45 +02:00
  • 5803c023ec codec/decoder: implement DerefMut meh 2015-05-28 20:13:50 +02:00
  • 3b3f633c39 codec/decoder/audio: implement DerefMut meh 2015-05-28 20:13:32 +02:00
  • 007947dde2 codec/context: implement DerefMut meh 2015-05-28 20:11:42 +02:00
  • deb08c60a0 software/scaling/context: update definitions on cached call meh 2015-05-28 18:44:18 +02:00
  • 34cbbf08c5 util/frame: add copy method to copy properties meh 2015-05-28 18:21:08 +02:00
  • 5ad6a3ce1d software/scaling/extensions: remove unused imports meh 2015-05-28 18:17:00 +02:00
  • 8ceac13065 software/scaling: add software scaling feature meh 2015-05-28 18:15:52 +02:00
  • 6c8a8f2edd crate: also export rational module for helpers meh 2015-05-28 18:15:33 +02:00
  • c7f0b15fdc util/frame/flag: change flags API style meh 2015-05-28 18:15:14 +02:00
  • 93ca75f6cb format/stream/disposition: change flags API style meh 2015-05-28 18:15:00 +02:00
  • f465f62105 codec/subtitle/flag: change flags API style meh 2015-05-28 18:14:41 +02:00
  • c389f7a916 codec/packet/flag: change flags API style meh 2015-05-28 18:14:18 +02:00
  • a0882e0422 codec/decoder/slice: change flags API style meh 2015-05-28 18:13:35 +02:00
  • 27264e575a codec/decoder/conceal: change flags API style meh 2015-05-28 18:12:56 +02:00
  • f1590620af codec/decoder/check: change flags API style meh 2015-05-28 18:12:23 +02:00
  • bff628b2a2 codec/debug: change flags API style meh 2015-05-28 18:11:11 +02:00
  • 823f4a7ef4 util/frame: avoid using ffmpeg frame refs meh 2015-05-28 14:09:06 +02:00
  • b57bff3e61 util/frame/video: rename new to empty and make new allocate the buffers meh 2015-05-27 18:58:07 +02:00
  • 049e8a6cdd util/frame/audio: rename new to empty and make new allocate the buffers meh 2015-05-27 18:57:57 +02:00
  • aa5d34ad8e util/rational: implement missing features meh 2015-05-26 20:39:00 +02:00
  • 7802046e28 util/frame/video: add repeat getter meh 2015-05-26 20:38:30 +02:00
  • dc7837b0a9 codec/decoder: add time_base getter meh 2015-05-26 20:37:44 +02:00
  • 038440dd41 util/frame: change best_effort_timestamp to timestamp meh 2015-05-26 20:37:01 +02:00
  • 883654ebda util/time: add time helpers meh 2015-05-26 20:36:27 +02:00
  • df52ef68d8 util/error: make index a private function meh 2015-05-24 19:13:20 +02:00
  • 7cce85709a lib: add a crate init function meh 2015-05-24 18:52:28 +02:00
  • 5b80b10949 util/error: refactor error handling meh 2015-05-24 18:51:34 +02:00
  • 2716893612 util/error: add more helpers meh 2015-05-24 16:11:58 +02:00
  • 112020a1ce codec/context: make it Send meh 2015-05-22 12:10:37 +02:00
  • 73accc66b5 util/frame: split it up in files meh 2015-05-21 20:38:34 +02:00
  • 9666310abf codec/packet: make it Send meh 2015-05-21 20:25:26 +02:00
  • 195d5dc9d4 codec/packet: change some types meh 2015-05-21 20:25:11 +02:00
  • 41a35bc542 util/frame: make it Send meh 2015-05-21 20:24:48 +02:00
  • 08d1188d2c util/frame: change some types meh 2015-05-21 20:24:23 +02:00
  • 84943d8eda codec/subtitle: change some datatypes meh 2015-05-21 20:20:36 +02:00
  • 00508e2485 util/error: make it Send and Clone meh 2015-05-21 20:20:16 +02:00
  • b9e6eaeb93 util/frame: change width and height to u32 meh 2015-05-19 04:31:34 +02:00
  • 0956eaba59 codec/subtitle: change width and height to u32 meh 2015-05-19 04:31:19 +02:00
  • 6b85baedb5 codec/picture: add .rows() and .rows_mut() meh 2015-05-19 04:30:49 +02:00
  • 068d42cbb8 codec/picture: fix .data() and .data_mut() meh 2015-05-19 04:30:25 +02:00
  • f0b11a960a codec/picture: change width and height to u32 meh 2015-05-18 23:32:11 +02:00
  • 18d91a9dd9 codec/encoder/video: change width and height to u32 meh 2015-05-18 23:31:02 +02:00
  • 22faf2f99c codec/decoder/video: change width and height to u32 meh 2015-05-18 22:58:28 +02:00
  • 3825c5486b codec/picture: add data accessor meh 2015-05-17 04:25:04 +02:00
  • fc7016a8c1 codec/encoder/video: add some accessors meh 2015-05-16 22:50:01 +02:00
  • e02bd1e763 codec/encoder: add some accessors meh 2015-05-16 22:47:38 +02:00
  • 4fe66b6735 codec/encoder/decision: add enum meh 2015-05-16 22:41:01 +02:00
  • 2de64a1a37 codec/encoder/comparison: add enum meh 2015-05-16 22:40:44 +02:00
  • 457bffbeb2 codec/encoder/prediction: add enum meh 2015-05-16 22:40:17 +02:00
  • d68a9192ba codec/encoder/motion_estimation: add enum meh 2015-05-16 22:39:48 +02:00
  • a0dae25b94 codec/threading: add threading configuration meh 2015-05-16 19:18:26 +02:00
  • e2039ac550 codec/decoder: add some accessors meh 2015-05-16 18:40:32 +02:00
  • 4fdef8af50 codec/profile: add enum meh 2015-05-16 18:39:59 +02:00
  • 507a1b9e95 codec/decoder: add error checking meh 2015-05-16 17:34:31 +02:00
  • 757088f46c codec: refactor decoder and encoder meh 2015-05-16 17:28:25 +02:00
  • bdc4c427a8 util/frame: make Flags a c_int for compatibility meh 2015-05-16 17:27:42 +02:00
  • bcde567734 format/stream: make Disposition a c_int for compatibility meh 2015-05-16 17:27:22 +02:00
  • fbf4bb8f73 codec/subtitle: make Flags a c_int for compatibility meh 2015-05-16 17:27:02 +02:00
  • 58240987d6 codec/packet: make Flags a c_int for compatibility meh 2015-05-16 17:26:32 +02:00
  • f93ab9488a codec/context: add some accessors meh 2015-05-16 17:25:57 +02:00
  • 68a72feb08 codec/debug: add bitflags meh 2015-05-16 17:25:31 +02:00
  • 2c3b0e2936 codec/compliance: add enum meh 2015-05-16 17:25:10 +02:00
  • 706f64c133 codec/field_order: add enum meh 2015-05-16 17:24:33 +02:00
  • ded50e95a9 codec/audio_service: add enum meh 2015-05-16 17:20:45 +02:00
  • 6090985707 codec: refactor API meh 2015-05-16 14:45:21 +02:00
  • 8bdb50ebaf util/error: implement From for Error meh 2015-05-16 14:44:48 +02:00
  • 7f6d694a7d codec: rename kind() to medium() meh 2015-05-16 14:43:21 +02:00
  • 2dd658f337 util/frame: add some more accessors meh 2015-05-15 21:52:15 +02:00
  • 930af9d581 util/frame: take advantage of Deref meh 2015-05-15 21:51:25 +02:00
  • 96563ed391 cargo: add features meh 2015-05-15 21:28:03 +02:00
  • 5c402a1256 util: move SampleFormat and PixelFormat to util::format meh 2015-05-13 23:36:08 +02:00
  • e48ee1e3eb codec/subtitle: support empty rects meh 2015-05-13 22:31:21 +02:00