aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/mux: stop delaying writing the headerJames Almer2017-12-061-1/+1
* avformat: remove unnecessary AVStreamParseType enum offsetJames Almer2017-11-181-3/+3
* avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer2017-11-111-0/+1
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-071-2/+0
* avformat/avformat.h: fix pairs typoJames Almer2017-10-291-2/+2
* avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-291-1/+29
* avformat: move public AVStream fields up in the structJames Almer2017-10-291-37/+28
* avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-291-1/+1
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-261-4/+0
* avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-221-5/+0
* Merge commit '263358e0c9e7ffaa965fdbe986c8b18381d2b24a'James Almer2017-10-211-21/+0
|\
| * lavf: Drop deprecated AVFract type and related fieldVittorio Giovara2017-03-231-21/+0
| * utils: Add av_stream_add_side_data()James Almer2016-11-231-0/+15
* | libavformat/avformat.h: Move docs inside of #ifMax Weber2017-06-301-1/+1
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-211-1/+3
* | avformat: fix AVStream private fields markerwm42017-03-021-1/+9
* | avcodec, avutil, avformat: remove AVOption requirement for some fieldswm42017-03-021-24/+26
* | ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp2017-01-191-0/+3
* | avformat: Add max_streams optionMichael Niedermayer2016-12-081-0/+7
* | lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-051-2/+2
* | avformat/utils: add av_stream_add_side_data()James Almer2016-11-181-0/+15
* | Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-2/+1
* | img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-1/+2
* | lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-241-3/+9
* | lavf/mux: add avformat_init_outputRodger Combs2016-10-241-2/+32
* | avformat: add av_stream_get_codec_timebase()James Almer2016-09-271-0/+7
* | avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva2016-09-191-0/+3
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-141-0/+23
* | lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-121-0/+1
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-111-0/+1
* | lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch2016-08-171-0/+5
* | avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-041-0/+7
* | doxygen: Standardize root-level modulesTimothy Gu2016-08-021-2/+4
* | avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer2016-06-301-11/+11
* | Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes2016-06-261-3/+3
|\|
| * lavf: update muxing doxyAnton Khirnov2016-05-231-3/+3
* | lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-251-0/+3
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-231-0/+4
|\|
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-181-0/+4
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer2016-06-011-0/+6
* | Merge commit '75b90ef722b7cdfc70118ab987e298d087aae693'Derek Buitenhuis2016-05-121-1/+1
|\|
| * libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+2
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-211-2/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+15
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-9/+15
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-0/+18
* | fix some a/an typosLou Logan2016-03-281-2/+2
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-111-1/+3