Commit Graph

12 Commits

Author SHA1 Message Date
5ac0527bdc *: use latest ffmpeg-sys using bindgen
* Update bindings to newest ffmpeg version for new ffmpeg-sys, which is mostly generated by bindgen
* Bring back removed feature flags
* Fix whitespace formating
* Remove prepended enum names to enum variants
* Remove unneeded allows
2017-07-08 17:00:27 +02:00
meh
ef11b2bec4 format/context/output: return the Dictionary on write_header_with 2017-02-25 19:30:08 +01:00
meh
8562de8e44 format/context/ouptut: revert pass muxer options to avformat_write_header"
This reverts commit e04e9da298.

There's already a function for that, `write_header_with`.
2017-02-25 19:28:02 +01:00
e04e9da298 format/context/output: pass muxer options to avformat_write_header 2017-02-01 17:18:19 +01:00
meh
132c514e3f *: returning &mut Self from setters was an awful idea
Deref breaks things.
2015-10-04 03:21:52 +02:00
meh
510e8604b6 *: refactor setters to return self 2015-09-26 18:01:23 +02:00
meh
66284eb045 codec: add magic traits to get codecs by name and id 2015-09-25 21:33:08 +02:00
meh
9736980b02 codec/context: make destructors safe 2015-09-17 17:33:31 +02:00
87ea1bd196 format: refactor format handling 2015-09-09 13:48:10 +02:00
ced43fe83b format/context: implement set_metadata() 2015-09-08 18:46:40 +02:00
meh
f2fb08e491 util/dictionary: refactor and make more sound 2015-09-08 18:26:29 +02:00
meh
1f80007e5e format: split input and output formats 2015-09-04 16:30:19 +02:00