|
90291de572
|
frame/video: add stride() getter
|
2016-12-28 23:42:29 +01:00 |
|
|
edb6d91f59
|
codec/context: more Into
|
2016-12-03 01:44:56 +01:00 |
|
|
8609619a5d
|
codec: impl AsMut for all Context wrappers
|
2016-12-03 01:43:30 +01:00 |
|
|
4df56b516f
|
codec/parameters: impl AsRef for all codec::Context wrappers
|
2016-12-03 01:43:23 +01:00 |
|
|
36ac2513c1
|
codec/parameters: make api more flexible and consistent
|
2016-12-03 01:43:21 +01:00 |
|
|
f1ce26a137
|
codec/parameters: add medium and id methods
|
2016-12-03 01:42:40 +01:00 |
|
|
606847cc50
|
codec: introduce Parameters
As of ffmpeg 3.1, a new `AVCodecParameters` type and related API introduced.
This commit contains minimal changes to support new API.
|
2016-12-03 01:41:29 +01:00 |
|
|
e1c132bd08
|
codec/packet: add set_pts/dts methods
|
2016-11-29 01:07:26 +01:00 |
|
|
981eb2a801
|
format/format: make description() to return long_name
|
2016-11-28 23:50:33 +01:00 |
|
|
2ed824aaac
|
*: upgrade to 3.2
Fix errors when built with https://github.com/meh/rust-ffmpeg-sys/pull/35.
|
2016-11-27 23:16:47 +01:00 |
|
|
0c2962c573
|
software/resampling: add some documentation
|
2016-05-24 18:01:55 +02:00 |
|
|
9fb581884d
|
software/resampling: rename next to flush
|
2016-05-24 18:01:46 +02:00 |
|
|
fc693f8bfc
|
util/channel_layout: add default constructor
|
2016-05-23 23:06:00 +02:00 |
|
|
9f87ecf5fa
|
crate: fix some warnings
|
2016-05-23 23:05:41 +02:00 |
|
|
859c01f268
|
codec/encoder/video: add missing feature flag (quant_bias)
|
2016-05-20 14:08:32 +02:00 |
|
|
e4fcdad658
|
codec/encoder/video: add missing feature flag (motion_est)
|
2016-05-20 14:08:32 +02:00 |
|
|
75ef14c45c
|
format/pixel: fix missing feature flags (xvmc/vaapi)
|
2016-05-20 14:08:22 +02:00 |
|
|
fafcf1d433
|
*: check unsafe slice creation
|
2016-05-01 02:01:00 +02:00 |
|
|
f5941792f9
|
codec/id: fix voxware feature name
|
2016-03-30 22:51:44 +02:00 |
|
|
c8fd7d411f
|
device/output: fix infinite iterator loop
|
2015-12-11 23:14:20 -06:00 |
|
|
b6c92b2805
|
crate: check headers for ifdefs
|
2015-12-03 18:23:06 +01:00 |
|
|
0328dc111a
|
format: fix avformat_find_stream_info return handling
According to:
https://ffmpeg.org/doxygen/2.8/group__lavf__decoding.html#gad42172e27cddafb81096939783b157bb
...avformat_find_stream_info returns ">=0 if OK, AVERROR_xxx on error".
This occurs with several common formats, including MP4 and MKV.
|
2015-11-22 00:15:35 +01:00 |
|
|
2e054ed1c3
|
util/frame: inline drop
|
2015-11-05 14:37:41 +01:00 |
|
|
2d8485732a
|
util/format/sample: add inline attributes
|
2015-10-29 18:06:47 +01:00 |
|
|
79945c2c5e
|
util/format/pixel: add inline attributes
|
2015-10-29 18:05:54 +01:00 |
|
|
62ebd122ac
|
util/frame/video: add more inline attributes
|
2015-10-29 06:04:21 +01:00 |
|
|
d2b6557fbc
|
codec/encoder/audio: add open_with() constructor
|
2015-10-26 20:27:04 +01:00 |
|
|
6bb6a806ed
|
codec/encoder/video: add open_with() constructor
|
2015-10-26 20:26:21 +01:00 |
|
|
7626f722aa
|
util/dictionary/owned: add more FromIterator impls
|
2015-10-26 20:26:01 +01:00 |
|
|
c66aa6efbb
|
util/dictionary: add a dict! macro to create a dictionary
|
2015-10-26 20:25:44 +01:00 |
|
|
0eb82bedf4
|
util/timebase: remove unused (and redundant) file
|
2015-10-26 14:44:44 +01:00 |
|
|
65d5ab89bb
|
util/frame/audio: refactor data() and data_mut()
|
2015-10-26 14:44:26 +01:00 |
|
|
8298586d9f
|
util/frame/video: refactor data() and data_mut()
|
2015-10-26 14:44:06 +01:00 |
|
|
03740c31c0
|
util/mathematics: add rounding and rescaling
|
2015-10-25 23:28:27 +01:00 |
|
|
2cf4da707a
|
codec/packet: unify duration() to return i64
As all other instances of timestamps (duration/pts/dts)
|
2015-10-25 22:33:22 +01:00 |
|
|
01b5f74fb0
|
codec/subtitle: refactor Rect handling
|
2015-10-25 22:32:42 +01:00 |
|
|
7ad3654976
|
device: fix DeviceIter.size_hint
|
2015-10-25 22:32:26 +01:00 |
|
|
5677b0ee6e
|
codec/packet: fix SideDataIter.size_hint
|
2015-10-25 22:32:02 +01:00 |
|
|
ac0ef697cf
|
codec/decoder/opened: add flush method
|
2015-10-14 18:24:42 +02:00 |
|
|
a736c8b438
|
format/context/input: add seek() method
|
2015-10-14 18:24:11 +02:00 |
|
|
110c5a533c
|
format/context: add duration() method
|
2015-10-14 17:50:46 +02:00 |
|
|
5f76845334
|
software/scaling/extensions: add inline attributes
|
2015-10-14 17:49:35 +02:00 |
|
|
838ace388c
|
software/resampling/extensions: add inline attributes
|
2015-10-14 17:49:21 +02:00 |
|
|
ae2cc97f65
|
util/channel_layout: add inline attributes
|
2015-10-14 17:46:23 +02:00 |
|
|
b7687b9bd9
|
util/frame/video: add inline attributes
|
2015-10-14 17:44:23 +02:00 |
|
|
5c4ac30f20
|
util/frame: add iniline attributes
|
2015-10-14 17:44:06 +02:00 |
|
|
25c403fa07
|
software/scaling/context: add inline attributes
|
2015-10-14 17:43:15 +02:00 |
|
|
8b6e41f68c
|
codec/packet/borrow: remove unused imports
|
2015-10-09 17:50:15 +02:00 |
|
|
306b9c6698
|
codec/packet: refactoring to allow zero-copy packet creation
|
2015-10-09 14:09:35 +02:00 |
|
|
7e2ebcf36b
|
codec/packet: use size to know if a packet is empty
|
2015-10-07 16:20:46 +02:00 |
|