summaryrefslogtreecommitdiff
path: root/libavformat/options.c
Commit message (Expand)AuthorAge
* avformat/options: use the iterate API in format_child_class_next()James Almer2020-10-19
* AVFormatContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* avformat/options: don't call avformat_free_context() within avformat_alloc_co...James Almer2019-10-19
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/options: log filename on openMichael Niedermayer2017-06-03
* avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-11
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer2015-07-03
|\|
| * lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-03
* | avformat_alloc_context: initialize raw_packet_buffer_remaining_size.Reimar Döffinger2015-05-10
* | Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer2015-02-28
|\|
| * avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-28
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
* | Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd'Michael Niedermayer2014-11-18
|\|
| * lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-17
* | Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'Michael Niedermayer2014-02-04
|\|
| * lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\|
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
* | options: Fix warning about incompatible pointer typejamal2012-07-30
* | lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2012-06-28
* | lavf: separate muxer/demuxer class categoryMichael Niedermayer2012-06-19
* | lavf: add field for how duration is estimatedMichael Bradshaw2012-06-18
* | set some categories of some AVClass structsMichael Niedermayer2012-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\|
| * Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-27
| * lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-27
| * lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-27
* | error_detection: put the old error detection constants back.Michael Niedermayer2012-01-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-21
|\|
| * lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody2012-01-21
* | lavf: allow grouping packets in chunks of a user specified size and duration.Michael Niedermayer2011-12-01
* | lavf: add audio_preload option, this allows interleaving audio earlierMichael Niedermayer2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-15
|\|
| * lavf: simplify format_child_class_next()Luca Barbato2011-11-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\|
| * lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-18
|\|
| * mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
| * AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03