1765 Commits (b72a7b96f84e5f16dd93b60668aecfda99442c71)

Author SHA1 Message Date
  Marton Balint b72a7b96f8 avformat: factorize iso 8601 timestamp writer to a dictionary avutil function 8 years ago
  Clément Bœsch ffd71c9c5c lavf: mark stream as const pointer in av_stream_get_side_data() for next bump 8 years ago
  Clément Bœsch b2016189db lavf/utils: add some const to pointers parameters in a few functions 8 years ago
  Michael Niedermayer 82a33c8d85 avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE 8 years ago
  Anssi Hannula 60873bf992 avformat/utils: Fix find_stream_info not considering the extradata it found 8 years ago
  Jan Sebechlebsky 6a3515a5a4 avformat/utils: Add ff_format_output_open() function 8 years ago
  Jan Sebechlebsky 1732d89403 avformat/utils: Add ff_stream_encode_params_copy() 8 years ago
  Hendrik Leppkes c2e13d2ecd avformat/utils: update deprecated AVStream->codec when the context is updated 8 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 9 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() 9 years ago
  Hendrik Leppkes 6518cbc52a lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformat 9 years ago
  Lou Logan 06eef96b69 fix some a/an typos 9 years ago
  wm4 8bc4accc37 lavf: use new decode API 9 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) 9 years ago
  Marton Balint 25f707694c avformat/utils: increase detected start_time with skip_samples 9 years ago
  Michael Niedermayer 0ffa9e6eba avformat/utils: Do not wait for more than 1 frame on attachments 9 years ago
  Sasi Inguva 895dd09671 lavf/utils: Fix DTS for short H264 streams. 9 years ago
  Sasi Inguva e939dde48d avformat/utils: factor update_dts_from_pts() out 9 years ago
  Ronald S. Bultje 6d8ab358a3 lavf: allow BSFs to drop packets. 9 years ago
  Michael Niedermayer de1de49324 avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 9 years ago
  Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
  Anton Khirnov 1ceb07eb31 avformat_find_stream_info: move duration guessing after updating codec parameters 9 years ago
  Mats Peterson ba40b3520d lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette() 9 years ago
  Marton Balint e7dd97b5d8 avformat/utils: add a function to standardize creation time 9 years ago
  Mats Peterson 2be0366a7f lavf/utils: Add ff_get_packet_palette() 9 years ago
  Michael Niedermayer 77524ee2dc avformat/utils: Be slightly more tolerant with fps vs. stream timebase 9 years ago
  Rodger Combs a21a3c25dc probe TrueHD in MPEGTS 9 years ago
  Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 11 years ago