summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few "its" vs "it's" typo.Clément Bœsch2013-02-141-1/+1
* lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer2013-02-071-0/+7
* Add a new function av_codec_get_tag2().Carl Eugen Hoyos2013-01-171-0/+12
* lavf: Provide a monotonic timestamp to the outside worldHarald Axmann2012-12-151-0/+34
* av_register_protocol is gone :(Paul B Mahol2012-12-041-1/+0
* use correct doxygen parameter direction syntaxPeter Ross2012-11-211-2/+2
* Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-201-0/+7
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-151-0/+3
|\
| * rtp: set the payload type as stream idLuca Barbato2012-11-141-0/+3
* | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer2012-11-151-1/+1
|\ \ | |/
| * avformat: clarify stream id for muxingLuca Barbato2012-11-141-1/+1
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-031-12/+18
|\ \ | |/
| * lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-021-2/+2
| * lavf: clarify the lifetime of demuxed packets.Anton Khirnov2012-11-021-10/+16
* | lavf: const correctness for avformat_new_streamPaul B Mahol2012-10-241-1/+1
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-231-0/+10
* | Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'Michael Niedermayer2012-10-191-2/+2
|\ \ | |/
| * avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-181-2/+2
* | lavf: fix fps detection with PAFF H.264Michael Niedermayer2012-10-141-0/+1
* | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer2012-10-101-0/+1
* | avformat: fix typo in commentPaul B Mahol2012-10-071-1/+1
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-2/+2
|\ \ | |/
| * avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-011-2/+2
* | lavf: move fields that appear to be intended as public API to the correct sec...Michael Niedermayer2012-09-271-8/+15
* | lavf: Add support offset timestamps on muxing.Michael Niedermayer2012-09-261-0/+18
* | lavf: document request_probe properlyMichael Niedermayer2012-09-231-1/+4
* | lavf: add use_wallclock_as_timestampsMichael Niedermayer2012-08-181-0/+8
* | avformat: export queue_attached_picturesMichael Niedermayer2012-08-161-0/+3
* | lavf: return APIC fourcc from query_format() if the codec is supported as an ...Michael Niedermayer2012-08-101-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-18/+18
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-18/+18
* | lavf: move nb_decoded_frames out of info.Michael Niedermayer2012-08-041-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-0/+2
|\ \ | |/
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-0/+4
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-291-0/+10
|\ \ | |/
| * lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-291-1/+9
| * avf: introduce nobuffer optionLuca Barbato2012-07-291-0/+1
* | lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()Stefano Sabatini2012-07-251-1/+1
* | lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer2012-07-251-1/+3
* | lavf: make cmdutils's check_stream_specifier public.Nicolas George2012-07-201-0/+16
* | doxy: move av_guess_sample_aspect_ratio to correct placeDerek Buitenhuis2012-07-131-4/+4
* | lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer2012-07-121-0/+5
* | cosmetics: various spelling fixesLou Logan2012-07-061-2/+2
* | lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2012-06-281-6/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-4/+4
|\ \ | |/
| * lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-211-4/+4
* | avformat: add 48 fps to the NTSC frameratesHendrik Leppkes2012-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-3/+2
|\ \ | |/
| * Move av_gettime() to libavutilMans Rullgard2012-06-201-3/+2
* | lavf: add field for how duration is estimatedMichael Bradshaw2012-06-181-0/+17
OpenPOWER on IntegriCloud