| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -29/+16 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -38/+0 |
* | avformat: Remove deprecated old open callbacks | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avformat/utils: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -1/+4 |
* | avformat/mux: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -0/+6 |
* | avformat/options: use the iterate API in format_child_class_next() | James Almer | 2020-10-19 | 1 | -10/+13 |
* | AVFormatContext: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+64 |
* | avformat/options: don't call avformat_free_context() within avformat_alloc_co... | James Almer | 2019-10-19 | 1 | -4/+6 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | avformat/options: log filename on open | Michael Niedermayer | 2017-06-03 | 1 | -0/+12 |
* | avformat/mux: implement AVFMT_FLAG_SHORTEST | Michael Niedermayer | 2016-09-11 | 1 | -0/+1 |
* | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -0/+21 |
|\ |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -0/+14 |
* | | Merge commit 'f046c3b5ac36848cce824b008e0347c621523041' | Michael Niedermayer | 2015-07-03 | 1 | -0/+4 |
|\| |
|
| * | lavc: Move deprecation warning disabling to files including the table | Vittorio Giovara | 2015-07-03 | 1 | -0/+4 |
* | | avformat_alloc_context: initialize raw_packet_buffer_remaining_size. | Reimar Döffinger | 2015-05-10 | 1 | -0/+1 |
* | | Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31' | Michael Niedermayer | 2015-02-28 | 1 | -1/+1 |
|\| |
|
| * | avio: Rename avclass symbols relating to avio | Martin Storsjö | 2015-02-28 | 1 | -1/+1 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -1/+1 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -1/+1 |
* | | Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd' | Michael Niedermayer | 2014-11-18 | 1 | -0/+1 |
|\| |
|
| * | lavf: Only initialize s->offset once when using avoid_negative_ts make_zero | Martin Storsjö | 2014-11-17 | 1 | -0/+1 |
* | | Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74' | Michael Niedermayer | 2014-02-04 | 1 | -0/+8 |
|\| |
|
| * | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 1 | -0/+8 |
* | | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
|\| |
|
| * | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -1/+1 |
* | | options: Fix warning about incompatible pointer type | jamal | 2012-07-30 | 1 | -1/+2 |
* | | lavf: add proper enum type for fmt ctx duration esitmation method | Michael Bradshaw | 2012-06-28 | 1 | -1/+1 |
* | | lavf: separate muxer/demuxer class category | Michael Niedermayer | 2012-06-19 | 1 | -0/+7 |
* | | lavf: add field for how duration is estimated | Michael Bradshaw | 2012-06-18 | 1 | -0/+5 |
* | | set some categories of some AVClass structs | Michael Niedermayer | 2012-06-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-21 | 1 | -48/+2 |
|\| |
|
| * | Move AVFormatContext/AVCodecContext option tables to separate files. | Anton Khirnov | 2012-03-20 | 1 | -39/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -12/+0 |
|\| |
|
| * | lavf: remove disabled FF_API_MUXRATE cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| * | lavf: remove disabled FF_API_FLAG_RTP_HINT cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
| * | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | | error_detection: put the old error detection constants back. | Michael Niedermayer | 2012-01-21 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 1 | -3/+8 |
|\| |
|
| * | lavf: rename fer option and document resulting (f_)err_detect options | Dustin Brody | 2012-01-21 | 1 | -3/+8 |
* | | lavf: allow grouping packets in chunks of a user specified size and duration. | Michael Niedermayer | 2011-12-01 | 1 | -0/+2 |
* | | lavf: add audio_preload option, this allows interleaving audio earlier | Michael Niedermayer | 2011-12-01 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-15 | 1 | -19/+18 |
|\| |
|
| * | lavf: simplify format_child_class_next() | Luca Barbato | 2011-11-14 | 1 | -14/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-14 | 1 | -6/+21 |
|\| |
|
| * | lavf: pass options from AVFormatContext to avio. | Anton Khirnov | 2011-11-13 | 1 | -3/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -0/+2 |
|\| |
|
| * | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -47/+54 |
|\| |
|