summaryrefslogtreecommitdiff
path: root/libavformat/options.c
Commit message (Expand)AuthorAge
* avformat: add a Tile Grid stream group typeJames Almer2024-02-26
* avformat: add a disposition field to AVStreamGroupJames Almer2024-02-13
* avformat/options: Only allocate AVCodecContext for demuxersAndreas Rheinhardt2024-02-07
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* lavf: allow setting AVStream.discard as an AVOptionAnton Khirnov2023-12-22
* avformat/options: skip the none type group in stream_group_child_iterate()James Almer2023-12-21
* avformat: introduce AVStreamGroupJames Almer2023-12-18
* avformat/options: add missing disposition flag to AVStream class optionsJames Almer2023-10-25
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* lavf: deprecate AVFMT_FLAG_SHORTESTAnton Khirnov2023-09-18
* lavf: fall back to a more meaningful log instance nameAnton Khirnov2023-04-04
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-16
* avformat: remove FF_API_AVSTREAM_CLASSJames Almer2023-02-09
* avformat/utils: Move ff_format_io_close.* to options.c, avformat.cAndreas Rheinhardt2022-05-10
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/utils: Move stream_options, avformat_new_stream to options.cAndreas Rheinhardt2022-05-10
* avformat/mux: Preserve sync even if later packet has negative tsAndreas Rheinhardt2022-01-21
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-17
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-27
* avformat/utils: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mux: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* 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