summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-22
|\
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* | Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a'Derek Buitenhuis2015-11-22
|\|
| * lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-18
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-11
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes2015-10-14
|\|
| * avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-17
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-15
* | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-15
* | avformat/avformat: remove dead codeJames Almer2015-09-09
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-01
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-23
* | avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-12
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-16
* | avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer2015-05-11
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-11
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-22
* | avformat: add common mechanism for skipping samples at the start of filewm42015-04-22
* | lavf: add documentation on directory listing APIMariusz Szczepańczyk2015-04-18
* | avformat/avformat: improve the text about headerless formats in avformat_flush()Reimar Döffinger2015-03-05
* | avformat: add avformat_flush()wm42015-03-05
* | Merge commit 'bb7701684c7170dfd5f33a3c7d827265844619f2'Michael Niedermayer2015-02-17
|\|
| * lavf: Document the codec context initializationVittorio Giovara2015-02-17
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-16
* | Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'Michael Niedermayer2015-01-05
|\|
| * libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-04
* | doc: fix spelling errorsAndreas Cadhalpun2014-12-01
* | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer2014-11-21
* | Read (display) aspect ratio from mxf files.Carl Eugen Hoyos2014-11-17
* | lavf/ffm: store/restore private codec contextLukasz Marek2014-11-16
* | Merge commit '1384df641994bf3d6cb51084290aa94752737bae'Michael Niedermayer2014-11-07
|\|
| * lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-07
* | avformat: Add format_whitelistMichael Niedermayer2014-10-19
* | fix seperator typoMichael Niedermayer2014-10-09
* | avformat: Allow choosing the dump format field separator.Michael Niedermayer2014-10-09
* | Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer2014-10-08
|\|
| * avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-08
* | avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer2014-10-05
* | avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruftJames Almer2014-10-05
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-21