1675 Commits (abae43a7d41d5e21d3ed5d61ac02ce6eee083cc4)

Author SHA1 Message Date
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 11 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 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