1057 Commits (f3ca3e7f19c86563c2d3bca82962567396b1cc13)

Author SHA1 Message Date
Anton Khirnov 32e5194969 lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Michael Niedermayer faa0068a87 avformat: Make duration estimation from pts more robust 12 years ago
Michael Niedermayer 82d79289db avformat: Allocate duration_error separately 12 years ago
Clément Bœsch d5ce725cb3 Fix a few "its" vs "it's" typo. 12 years ago
Michael Niedermayer a8e748eee5 lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions 12 years ago
Carl Eugen Hoyos a1a707f728 Add a new function av_codec_get_tag2(). 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Harald Axmann 2d74dea84f lavf: Provide a monotonic timestamp to the outside world 12 years ago
Paul B Mahol a3bb59b163 av_register_protocol is gone :( 12 years ago
Peter Ross bdba96e93c use correct doxygen parameter direction syntax 12 years ago
Carl Eugen Hoyos d513fb1c75 Add -skip_initial_bytes option. 12 years ago
Luca Barbato 3b4296f414 avformat: clarify stream id for muxing 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Anton Khirnov 9221efef79 lavf: fix av_interleaved_write_frame() doxy. 12 years ago
Anton Khirnov 717a450993 lavf: clarify the lifetime of demuxed packets. 12 years ago
Paul B Mahol e12cfd044c lavf: const correctness for avformat_new_stream 12 years ago
Michael Niedermayer 5442c6cce3 lavf: fix duration estimation for multi program TS 12 years ago
Martin Storsjö 0af1fe845a avformat: Fix references to the removed function av_write_header in comments 12 years ago
Michael Niedermayer 45bd0d15f4 lavf: fix fps detection with PAFF H.264 12 years ago
Michael Niedermayer 94f5470a20 lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values. 12 years ago
Paul B Mahol 27a341518e avformat: fix typo in comment 12 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 12 years ago
Michael Niedermayer 279ae1cd72 lavf: move fields that appear to be intended as public API to the correct section 12 years ago
Michael Niedermayer 3ba0dab76a lavf: Add support offset timestamps on muxing. 12 years ago
Michael Niedermayer a9f522d1b7 lavf: document request_probe properly 12 years ago
Michael Niedermayer 28ff17fa97 lavf: add use_wallclock_as_timestamps 12 years ago
Michael Niedermayer 11f8f2c0f3 avformat: export queue_attached_pictures 12 years ago
Michael Niedermayer f9f11c1000 lavf: return APIC fourcc from query_format() if the codec is supported as an attachment pic 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 2107009e7d lavf: move nb_decoded_frames out of info. 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 12 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 12 years ago
Stefano Sabatini 9b42d6ed1f lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio() 12 years ago
Michael Niedermayer 1c2beff04a lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. 12 years ago
Nicolas George b0629366a2 lavf: make cmdutils's check_stream_specifier public. 13 years ago
Derek Buitenhuis 29470bb940 doxy: move av_guess_sample_aspect_ratio to correct place 13 years ago
Michael Niedermayer 018601dbf9 lavf: inject sample skip side data when requested by the demuxer 13 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Michael Bradshaw fc5999d027 lavf: add proper enum type for fmt ctx duration esitmation method 13 years ago
Mans Rullgard c19e0ebe53 lavf: include libavutil/time.h instead of redeclaring av_gettime() 13 years ago
Hendrik Leppkes 6d887ecac2 avformat: add 48 fps to the NTSC framerates 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Michael Bradshaw 2243f0d078 lavf: add field for how duration is estimated 13 years ago
Michael Niedermayer a6b3471c44 avformat: add needs_parsing type to enable codec TS use. 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Michael Bradshaw bb008f0ad1 Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs 13 years ago