1803 Commits (9181ecd2e60285136f77c655d87ec7538cdfded1)

Author SHA1 Message Date
  Michael Niedermayer 9181ecd2e6 avformat/utils: Fix integer overflow in discontinuity check 7 years ago
  James Almer e870255e4e avformat/utils: fix mixed declarations and code 8 years ago
  Michael Niedermayer bb6146ca6d avformat/utils: Check cur_dts in update_initial_timestamps() more 7 years ago
  Michael Niedermayer 8d40798dd0 avformat/utils: Fix integer overflow in end time calculation in update_stream_timings() 7 years ago
  Michael Niedermayer d3e6b38a41 avformat/utils: Fix integer overflow of fps_first/last_dts 8 years ago
  Dale Curtis fc3e4c9ab3 avformat/utils: Prevent undefined shift with wrap_bits > 64. 8 years ago
  Luca Barbato d6ecc61db8 avformat: Free the internal codec context at the end 8 years ago
  Steven Siloti 16ee405707 avformat/utils: fix memory leak in avformat_free_context 8 years ago
  Michael Niedermayer 858adb27a0 avformat/options: log filename on open 8 years ago
  Aaron Levinson 9cf601f87d avformat/utils: free AVStream.codec properly in free_stream() 8 years ago
  Matt Wolenetz 2481f1320a lavf/utils.c Protect against accessing entries[nb_entries] 9 years ago
  Michael Niedermayer 9519b2560e avformat/utils: Print verbose error message if stream count exceeds max_streams 9 years ago
  Michael Niedermayer 3ecbac5664 avformat: Add max_streams option 9 years ago
  Michael Niedermayer a0ed412f38 avformat/utils: Check start/end before computing duration in update_stream_timings() 9 years ago
  Michael Niedermayer c165bad0c0 avformat/utils: Fix type mismatch 9 years ago
  Andreas Cadhalpun dc2942bbc8 avformat: close parser if codec changed 9 years ago
  Michael Niedermayer 48ee545d11 avformat/flvdec: Fix regression loosing streams 9 years ago
  Michael Niedermayer 38e5a4f3bb Revert "avformat/utils: Discard huge timestamps which would cause overflows if used in basic computations" 9 years ago
  Michael Niedermayer e936c8d176 avformat/utils: Discard huge timestamps which would cause overflows if used in basic computations 9 years ago
  Andreas Cadhalpun a5b4476a60 avformat: prevent triggering request_probe assert in ff_read_packet 9 years ago
  Michael Niedermayer 987690799d avformat/utils: Update codec_id before using it in the parser init 9 years ago
  Rodger Combs a6bce3ca90
lavf/utils: avoid using programs for duration when there's only one 9 years ago
  Rodger Combs 4c9c4fe8b2
lavf/utils: ignore outlier subtitle and data stream end times as well 9 years ago
  James Almer f0b6f7253f avformat: add av_stream_get_codec_timebase() 9 years ago
  Carl Eugen Hoyos 267da70ea8 lavf/utils: Avoid an overflow for huge negative durations. 9 years ago
  Timo Rothenpieler 9777ba33f5 avformat/utils: avoid using marked decoders for probing 9 years ago
  Timo Rothenpieler 6d9a46e884 avformat/utils: force native h264 decoder for probing 9 years ago
  Clément Bœsch 955b818cf9 ffmpeg: switch to codecpar 9 years ago
  Sasi Inguva b518d809f1 lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with discarded packets. 9 years ago
  Xinzheng Zhang ecc04b4f2f avformat/utils: fix timebase error in avformat_seek_file() 9 years ago
  Clément Bœsch 415f907ce8 lavf/utils: add missing ismv in MOV-like formats 9 years ago
  Clément Bœsch 9112822e71 lavf/utils: simplify matching MOV-like formats 9 years ago
  Clément Bœsch ae1dd0c9a6 lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg 9 years ago
  Michael Niedermayer 207d78176f avformat: Export ticks_per_frame in st->codec 9 years ago
  James Almer dc7e5adbc0 avformat/utils: fix a codecpar non use 9 years ago
  Michael Niedermayer c75273310c avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STREAM_RETRY 9 years ago
  Erkki Seppälä 9d5ea8de56 libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA format 9 years ago
  Paul B Mahol fc600eff63 avcodec: add 64-bit signed pcm codec 9 years ago
  Marton Balint b72a7b96f8 avformat: factorize iso 8601 timestamp writer to a dictionary avutil function 9 years ago
  Clément Bœsch ffd71c9c5c lavf: mark stream as const pointer in av_stream_get_side_data() for next bump 9 years ago
  Clément Bœsch b2016189db lavf/utils: add some const to pointers parameters in a few functions 9 years ago
  Michael Niedermayer 82a33c8d85 avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE 9 years ago
  Anssi Hannula 60873bf992 avformat/utils: Fix find_stream_info not considering the extradata it found 9 years ago
  Jan Sebechlebsky 6a3515a5a4 avformat/utils: Add ff_format_output_open() function 9 years ago
  Jan Sebechlebsky 1732d89403 avformat/utils: Add ff_stream_encode_params_copy() 9 years ago
  Hendrik Leppkes c2e13d2ecd 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