1132 Commits (b516302cfe8bf6ca6983a1b36f24c8f2487f718a)

Author SHA1 Message Date
Michael Niedermayer 4bfcedb33f avformat: dont run update_initial_duration() twice 11 years ago
Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 11 years ago
Anton Khirnov 8b64c2ba03 lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Michael Niedermayer 5082fcc0e2 avformat: add support to force specific AVCodecs 11 years ago
Luca Barbato 596e5d4783 lavf: Add a flag to enable/disable per-packet flushing 11 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 11 years ago
Michael Niedermayer e31db621bf avformat: export probe score 11 years ago
Diego Biurrun 64af59bc49 avformat: Fix references to removed av_close_input_file in Doxygen 11 years ago
Alexis Ballier 7a48b1c492 Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. 11 years ago
Anshul Maheshwari a553cb4683 documented that av_codec_close is required to call 11 years ago
Michael Niedermayer f9d7431272 avformat/AVFormatContext: Move fields down to match the fork 12 years ago
Matthew Heaney bc35df29c1 lavf: add AV_DISPOSITION flags for WebVTT text track kinds 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Nicolas George 3fc66dfef2 lavf: filter out AVSEEK_FLAG_BACKWARD in new API. 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Michael Niedermayer eba33396f0 avformat/mux: set avoid_negative_ts based on flags if not overridden by user or muxer 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Michael Niedermayer e10f5bd05c avformat: Add a mechanism to allow demuxers to detect byte based seeking. 12 years ago
Michael Niedermayer ef7b6b489a ffmpeg/avformat: factor av_guess_frame_rate() out 12 years ago
Nicolas George 4f112a8e34 lavf/mux: add the flush_packets option. 12 years ago
Stefano Sabatini 608bccf470 lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy 12 years ago
Michael Niedermayer c292e340ed avformat: keep r_frame_rate 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
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