1545 Commits (dd2c9034b174a2b17f8e3ed972c49720bab1d4c1)

Author SHA1 Message Date
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 11 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
Lazaros Koromilas 0f87b42b44 libavformat/utils: Warning about invalid cover art instead of an error 11 years ago
Lazaros Koromilas bbc10a1aa5 libavformat/utils: Fix segfault on m4a cover artwork parsing 11 years ago
Michael Niedermayer e6a084641a avformat/utils: set max analyze duration depending on the circumstances 11 years ago
Michael Niedermayer 52887aa409 avformat: move default for max_analyze_duration into utils.c 11 years ago
Michael Niedermayer c37d179295 avformat: add format_probesize to allow tuning the maximum amount of bytes to identify the filetype 11 years ago
Michael Niedermayer 220df143b9 avformat/utils: Check end time in avpriv_new_chapter() 11 years ago
Michael Niedermayer 7f7080dc73 avformat: add av_stream_get_end_pts() 11 years ago
Janne Grunau c23c96b638 lavf: add av_stream_get_side_data 11 years ago
Michael Niedermayer 77a0df4b5e estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 duration 11 years ago
Gaullier Nicolas 68cea1bc8e estimate_timings_from_pts: Try to get the duration for all streams 11 years ago
Michael Niedermayer 424599c7cc estimate_timings_from_pts: simplify filesize end check 11 years ago
Gaullier Nicolas 5d944f58db estimate_timings_from_pts: Also consider packet duration 11 years ago
Gaullier Nicolas 85349d8d00 estimate_timings_from_pts: Warn about A/V streams for which no duration could be set 11 years ago
Michael Niedermayer b3b505c73b avformat/utils: if the id3 tag is too large for data after it to become available, use the full AVPROBE_SCORE_EXTENSION if extension matches 11 years ago
Michael Niedermayer d05588e21e avformat/utils: limit probe score in the id3 case only if there is a chance that data after the id3 tag will become available 11 years ago
Michael Niedermayer 134206ca7a avformat/utils: fix const warnings 11 years ago
Luca Barbato dcbfb7805a probe: Support AAC_LATM in set_codec_from_probe_data 11 years ago
Michael Niedermayer a215b15815 avformat/utils: Set the average frame rate from the r_frame_rate if the stream appears to be cfr 11 years ago
Michael Niedermayer 34e7d3c368 avformat/utils: Ensure that average fps is probed if requested by the user even if tb_unreliable() is 0 11 years ago
Michael Niedermayer 1f249d2ca7 avformat/utils: prevent r frame rate from being set larger than 1/tb 11 years ago
Michael Niedermayer 4394f82f52 avformat/utils: add gif to tb_unreliable() 11 years ago
Anton Khirnov 1eb57e1d9b lavc: eliminate tb_unreliable() 11 years ago
Anton Khirnov f9157463db lavf: do not use the parser duration for video 11 years ago
Michael Niedermayer f3743901d7 avformat: Fix decoder search in find stream info 11 years ago
Peter Ross 5331773cc3 ff_id3v2_read: add option to limit ID3 magic number search 11 years ago
Michael Niedermayer 083b6e739b avformat/utils: fix typo 11 years ago
Michael Niedermayer ef818d8bf0 avformat: add av_format_inject_global_side_data(), and disable it by default 11 years ago
Michael Niedermayer 82796aacab avformat/utils: reinject global side data on seeks 11 years ago
Michael Niedermayer c0d62d999d avformat/utils: factorize if() 11 years ago
Michael Niedermayer 289f02f923 avformat/utils: Inject global side data into first packet. 11 years ago
Lukasz Marek e1c48e3593 lavf/utils: fix mem leak 11 years ago
Carl Eugen Hoyos 9f4ab4e5f9 Show stream number when warning about stream without start time. 11 years ago
Roman Fietze 74aeb6b584 libavformat/utils.c: av_pkt_dump_log2: use const pointers 11 years ago
Anton Khirnov 25b3258656 lavf: add an AVStream field for exporting stream-global side data 11 years ago
Luca Barbato db9d39b4b5 avformat: Report the duration analysis reached 11 years ago
Michael Niedermayer 2dcaa1b9d1 avformat/utils: detect MPEG streams with faulty DTS and discard affected DTS 11 years ago
Michael Niedermayer 3c096751ff avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames is too large but the correct one is constant 11 years ago
Michael Niedermayer d4dfa97ae3 avformat/utils: reset pts_buffer in estimate_timings_from_pts() 11 years ago
Michael Niedermayer f288e1b67c avformat/utils: factorize h264/hevc checks out in compute_pkt_fields() 11 years ago
Carl Eugen Hoyos f5fe6a4f79 Do not warn about missing start time for unknown streams. 11 years ago