summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George2013-05-04
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
* | avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer2013-04-26
* | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer2013-04-26
|\|
| * lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* | avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer2013-04-04
* | ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer2013-03-29
* | lavf/mux: add the flush_packets option.Nicolas George2013-03-24
* | lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxyStefano Sabatini2013-03-19
* | Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer2013-03-13
|\|
| * lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-11
| * lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-11
| * lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-11
| * lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-11
* | avformat: keep r_frame_rateMichael Niedermayer2013-03-12
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-08
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | avformat: Make duration estimation from pts more robustMichael Niedermayer2013-03-04
* | avformat: Allocate duration_error separatelyMichael Niedermayer2013-02-23
* | Fix a few "its" vs "it's" typo.Clément Bœsch2013-02-14
* | lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer2013-02-07
* | Add a new function av_codec_get_tag2().Carl Eugen Hoyos2013-01-17
* | lavf: Provide a monotonic timestamp to the outside worldHarald Axmann2012-12-15
* | av_register_protocol is gone :(Paul B Mahol2012-12-04
* | use correct doxygen parameter direction syntaxPeter Ross2012-11-21
* | Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-15
|\|
| * rtp: set the payload type as stream idLuca Barbato2012-11-14
* | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer2012-11-15
|\|
| * avformat: clarify stream id for muxingLuca Barbato2012-11-14
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-03
|\|
| * lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-02
| * lavf: clarify the lifetime of demuxed packets.Anton Khirnov2012-11-02
* | lavf: const correctness for avformat_new_streamPaul B Mahol2012-10-24
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-23
* | Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'Michael Niedermayer2012-10-19
|\|
| * avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-18
* | lavf: fix fps detection with PAFF H.264Michael Niedermayer2012-10-14
* | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer2012-10-10
* | avformat: fix typo in commentPaul B Mahol2012-10-07
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|\|
| * avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-01
* | lavf: move fields that appear to be intended as public API to the correct sec...Michael Niedermayer2012-09-27
* | lavf: Add support offset timestamps on muxing.Michael Niedermayer2012-09-26
* | lavf: document request_probe properlyMichael Niedermayer2012-09-23