1588 Commits (6d560d4a0b8d57ab4e7ac2cee183d7a1bfa67428)

Author SHA1 Message Date
  Michael Niedermayer 6d560d4a0b avformat/utils: Do not compute the bitrate from duration == 0 9 years ago
  Michael Niedermayer 3079f85dfb avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id() 9 years ago
  Michael Niedermayer dd28571530 avformat: Add integer fps from 31 to 60 to get_std_framerate() 10 years ago
  Rainer Hochecker 5e4ec87720 avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec 10 years ago
  Michael Niedermayer 3cef69c576 avformat/utils: Do not init parser if probing is unfinished 10 years ago
  Vittorio Giovara ee3d4e2b09 lavf: Reset global flag on deinit 11 years ago
  Michael Niedermayer d7071efae4 avformat/utils: avoid discarded streams in av_find_default_stream_index() 11 years ago
  Michael Niedermayer 81e4b6f11a avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use 11 years ago
  Michael Niedermayer 01b5e61845 avformat/utils: Fix number suffixes in tb_unreliable() 11 years ago
  wm4 b96163f055 avformat/utils: check for malloc failure 11 years ago
  Luca Barbato bb823e26b1 avformat: Make avformat_free_context handle NULL 11 years ago
  Martin Storsjö 932caa50a5 libavformat: Check for malloc failures in avformat_new_stream 11 years ago
  Michael Niedermayer 4506958289 avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory 11 years ago
  Michael Niedermayer 820f41e1a1 Add FFMPEG_VERSION into the binary libs 11 years ago
  Michael Niedermayer 0fb2b61614 avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference() 11 years ago
  Michael Niedermayer 06336ce760 avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate() 11 years ago
  Michael Niedermayer 36ea35bbc0 avformat/utils: free s->pb for image2 as it can be used with and without a file 11 years ago
  Hendrik Leppkes e9c08e32d6 avformat/utils: Exclude the header size when computing duration from bit_rate 11 years ago
  Michael Niedermayer 46ad2c4aed avformat/utils: remove assert that tests the same condition as the if() directly above 11 years ago
  Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 11 years ago
  Andrew Stone 04361427e6 Revert "lavf: eliminate ff_get_audio_frame_size()" 11 years ago
  Michael Niedermayer 9c712d0b16 vformat/utils: call flush_packet_queue() from avformat_free_context() 11 years ago
  Andrey Myznikov 609d5db803 Fix packet_buffer memory leak in avformat_free_context 11 years ago
  Anton Khirnov d92550d191 lavf: eliminate ff_get_audio_frame_size() 11 years ago
  Michael Niedermayer 7b59217b60 Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration() 11 years ago
  Michael Niedermayer ed488d1535 Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration() 11 years ago
  Michael Niedermayer 986ec3417a avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio_frame_size() 11 years ago
  Anton Khirnov 30e50c5027 lavf: eliminate ff_get_audio_frame_size() 11 years ago
  Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 11 years ago
  James Almer 0ab00a75e4 avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 11 years ago
  Carl Eugen Hoyos ef17a0c7ba Do not return a probe score from set_codec_from_probe_data() if the codec was ignored. 11 years ago
  Michael Niedermayer 4e855c11b5 avformat/util: change av_find_default_stream_index() to use a score based system 11 years ago
  Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 11 years ago
  Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 12 years ago
  Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 11 years ago
  Michael Niedermayer 62227a70f0 avformat: add av_stream_get_parser() to access avformat AVParser 11 years ago
  Michael Niedermayer 8202c49b43 avformat/utils: do not wait for packets from discarded streams for genpts 11 years ago
  Michael Niedermayer 4470a3eeaf avformat/mpegts: dont clear programs during probing 11 years ago
  Michael Niedermayer c6c172d173 avformat/mpegts: skip updating programs/streams when determining duration 11 years ago
  Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 11 years ago
  Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
  Gaullier Nicolas 650ef18078 avformat/utils: better probing for duration in estimate_timings_from_pts() 11 years ago
  Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
  Vittorio Giovara 2dc265619a lavf: group dump functions together 12 years ago
  Carl Eugen Hoyos 5482780a3b Allow values >31bit for -analyzeduration. 11 years ago
  Michael Niedermayer ec2b6ee59a avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIMESTAMPS set 11 years ago
  Michael Niedermayer 1a426d5404 avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out of the packet loop 11 years ago
  Michael Niedermayer 6f6edfe1c0 avformat/utils: Call ff_rfps_add_frame() only for video 11 years ago
  Carl Eugen Hoyos f284e85714 Report "unknown codec" instead of "unspecifed size" if the codec is unknown. 11 years ago
  Carl Eugen Hoyos 6e67852881 Use rc_max_rate in av_find_best_stream() if bitrate == 0. 11 years ago