summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-171-36/+9
* lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-151-3/+3
* lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-151-0/+4
* avformat/avformat: remove dead codeJames Almer2015-09-091-6/+1
* lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-011-0/+10
* avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-231-0/+2
* avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-121-1/+0
* doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-3/+3
* avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer2015-05-111-1/+1
* avformat: add callback for opening further filesMichael Niedermayer2015-05-111-0/+21
* avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-221-0/+1
* avformat: add common mechanism for skipping samples at the start of filewm42015-04-221-0/+9
* lavf: add documentation on directory listing APIMariusz Szczepańczyk2015-04-181-0/+47
* avformat/avformat: improve the text about headerless formats in avformat_flush()Reimar Döffinger2015-03-051-2/+3
* avformat: add avformat_flush()wm42015-03-051-0/+17
* Merge commit 'bb7701684c7170dfd5f33a3c7d827265844619f2'Michael Niedermayer2015-02-171-0/+4
|\
| * lavf: Document the codec context initializationVittorio Giovara2015-02-171-0/+4
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-51/+0
|\ \ | |/
| * lavf: move internal fields from public to internal contextwm42015-02-101-49/+0
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-161-0/+17
* | Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'Michael Niedermayer2015-01-051-2/+2
|\ \ | |/
| * libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-041-2/+2
* | doc: fix spelling errorsAndreas Cadhalpun2014-12-011-2/+2
* | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer2014-11-211-1/+1
* | Read (display) aspect ratio from mxf files.Carl Eugen Hoyos2014-11-171-0/+7
* | lavf/ffm: store/restore private codec contextLukasz Marek2014-11-161-0/+8
* | Merge commit '1384df641994bf3d6cb51084290aa94752737bae'Michael Niedermayer2014-11-071-11/+12
|\ \ | |/
| * lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-071-0/+12
* | avformat: Add format_whitelistMichael Niedermayer2014-10-191-0/+16
* | fix seperator typoMichael Niedermayer2014-10-091-1/+1
* | avformat: Allow choosing the dump format field separator.Michael Niedermayer2014-10-091-0/+10
* | Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer2014-10-081-1/+1
|\ \ | |/
| * avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-081-1/+1
* | avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer2014-10-051-18/+0
* | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer2014-10-051-11/+0
* | avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer2014-10-051-9/+0
* | avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer2014-10-051-15/+0
* | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer2014-10-051-20/+0
* | avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruftJames Almer2014-10-051-10/+0
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-211-1/+8
* | avformat/mp3dec: fix gapless audio supportwm42014-09-201-0/+8
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-251-0/+6
|\ \ | |/
| * lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+6
* | Merge commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d'Michael Niedermayer2014-08-131-0/+22
|\ \ | |/
| * lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-131-0/+22
* | Merge commit '24c788f4878729a42150581d7ed7e9a11daf874d'Michael Niedermayer2014-08-101-5/+0
|\ \ | |/
| * Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-091-5/+0
* | Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'Michael Niedermayer2014-08-101-2/+0
|\ \ | |/
| * Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-091-2/+0
* | Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-301-3/+9
OpenPOWER on IntegriCloud