1771 Commits (ee17fdffd4cb55eb8533ec2684ce5d7c8cf1fb22)

Author SHA1 Message Date
  Steven Siloti ee17fdffd4 avformat/utils: fix memory leak in avformat_free_context 8 years ago
  Michael Niedermayer 6af15d2d89 avformat/options: log filename on open 8 years ago
  Aaron Levinson 9ebbb29ad6 avformat/utils: free AVStream.codec properly in free_stream() 8 years ago
  Michael Niedermayer 3d9c007b61 avformat/utils: Print verbose error message if stream count exceeds max_streams 9 years ago
  Michael Niedermayer b18a571e23 avformat: Add max_streams option 9 years ago
  Michael Niedermayer cc27b8e09f avformat/utils: Check start/end before computing duration in update_stream_timings() 9 years ago
  Michael Niedermayer ebe104e827 avformat/utils: Fix type mismatch 9 years ago
  Michael Niedermayer e90fbc86c1 avformat/flvdec: Fix regression loosing streams 9 years ago
  Andreas Cadhalpun d69dc10466 avformat: prevent triggering request_probe assert in ff_read_packet 9 years ago
  Michael Niedermayer 08eef74a39 avformat/utils: Update codec_id before using it in the parser init 9 years ago
  Xinzheng Zhang c68ce48260 avformat/utils: fix timebase error in avformat_seek_file() 9 years ago
  Michael Niedermayer ba642f0319 avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STREAM_RETRY 9 years ago
  Carl Eugen Hoyos 8b21b44e7e lavf/utils: Avoid an overflow for huge negative durations. 9 years ago
  Hendrik Leppkes 79af094b93 avformat/utils: update deprecated AVStream->codec when the context is updated 9 years ago
  Rodger Combs af7e2734b9
lavf: update auto-bsf to new BSF API 9 years ago
  Rodger Combs 150e5e13b1
lavf: deprecate av_apply_bitstream_filters 9 years ago
  Clément Bœsch 8ca78d0fef lavf/utils: fix const warning at a find_decoder() call 9 years ago
  Michael Niedermayer 99c3c3237b avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_rate() if needed 9 years ago
  Michael Niedermayer 4fecb97fd3 avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate() 9 years ago
  Aman Gupta ddffafc0b0 avformat/utils: in debug mode, print number of streams found before avformat_find_stream_info() 9 years ago
  Stefano Sabatini 4b5620446a lavf/utils: fix timestamp trace log in estimate_timings() function 9 years ago
  Michael Niedermayer 60de31e98c avformat/utils: Export coded dimensions unconditionally 9 years ago
  Michael Niedermayer 6826f16e4a avformat/utils: Do not overwrite, but use sample_fmt from context 9 years ago
  Michael Niedermayer 218bb8b3f3 avformat/utils: Open decoder even if there are no packets if parameters are missing 9 years ago
  Michael Niedermayer 2a70e78a28 avformat/utils: Initialize st in loop 9 years ago
  Michael Niedermayer ad72d7d299 avformat: Copy properties from internal context 9 years ago
  Michael Niedermayer c1ed78a591 avformat/utils: avoid overflow in compute_chapters_end() with huge durations 9 years ago
  Michael Niedermayer 2be3007ed5 avformat/utils: avoid overflow in update_stream_timings() with huge durations 9 years ago
  Michael Niedermayer 7f5c6ea511 avformat/utils: Fix use of uninitialized variable 9 years ago
  Chris Cunningham 2875745d35 avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id() 9 years ago
  Michael Niedermayer 635b2ec5f2 avformat/utils: Do not compute the bitrate from duration == 0 9 years ago
  Michael Niedermayer ea791c080d avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id() 9 years ago
  Michael Niedermayer 824906a541 avformat/utils: Do not detect video codecs when audio is expected 9 years ago
  wm4 656b07b5a9 lavf: use new decode API 10 years ago
  Michael Niedermayer a0b92788a8 avformat/utils: Remove use of caps_internal as it is not public API 9 years ago
  Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
  Derek Buitenhuis 2691a8399f Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'" 9 years ago
  Michael Niedermayer 196cfc278d avformat/utils: use av_codec_g/set_lowres() 10 years ago
  Hendrik Leppkes 6518cbc52a lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformat 10 years ago
  Lou Logan 06eef96b69 fix some a/an typos 10 years ago
  wm4 8bc4accc37 lavf: use new decode API 10 years ago
  Michael Niedermayer 6e65b9bb1f avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec instead of 5, we already scan 90sec in some cases by default) 10 years ago
  Marton Balint 25f707694c avformat/utils: increase detected start_time with skip_samples 10 years ago
  Michael Niedermayer 0ffa9e6eba avformat/utils: Do not wait for more than 1 frame on attachments 10 years ago
  Sasi Inguva 895dd09671 lavf/utils: Fix DTS for short H264 streams. 10 years ago
  Sasi Inguva e939dde48d avformat/utils: factor update_dts_from_pts() out 10 years ago
  Ronald S. Bultje 6d8ab358a3 lavf: allow BSFs to drop packets. 10 years ago
  Michael Niedermayer de1de49324 avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 10 years ago
  Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 10 years ago
  Anton Khirnov 1ceb07eb31 avformat_find_stream_info: move duration guessing after updating codec parameters 10 years ago