1486 Commits (ed1a6878564a97e67e5fe3a25bc099208cfed024)

Author SHA1 Message Date
Michael Niedermayer 480af3a35c avformat/utils: skip the MPEG-2 style dts/pts code for HEVC 11 years ago
Marton Balint 6421111b52 lavf: allow av_find_best_stream to return AV_DISPOSITION_*_IMPAIRED wanted_streams 11 years ago
Anton Khirnov 33c859c142 lavf: ignore attachment streams for interleaving purposes 11 years ago
Ståle Kristoffersen 8658390336 libavformat/utils.c: Cosmetics: Fix incorrect comma placement 11 years ago
Michael Niedermayer 1bc2fa447c avformat: use AVPROBE_SCORE_STREAM_RETRY, instead of AVPROBE_SCORE_RETRY - 1 11 years ago
Voyager1 9f6f4962fb avformat/utils: dvd still frames read thru libdvdnav ended up in internal lavf buffer 11 years ago
Ståle Kristoffersen 16097efb8c Auto-detect hevc in mpeg-ts. 11 years ago
Janne Grunau 78987a88a8 lavf: include 60 fps in guessed standard frame rates 11 years ago
Diego Biurrun d67cfdeb53 avformat: utils: Refactor duplicated PRINT macro 11 years ago
Lukasz Marek 102bd64168 lavd: add avdevice_dev_to_app_control_message API 11 years ago
Diego Biurrun 50ecf15712 avformat: utils: K&R formatting cosmetics 11 years ago
James Darnley 86bee7984e AVFormatContext: add metadata_header_padding field 11 years ago
Carl Eugen Hoyos cb36e441de Never favour an audio stream with 0 channels in av_find_best_stream(). 11 years ago
Michael Niedermayer 05c78f345b avformat/utils: av_probe_input_buffer2 decrease difference to libav 11 years ago
Michael Niedermayer 05886c9d4e avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_probe_data() 11 years ago
Michael Niedermayer 8c3b026a0e avformat/utils/av_probe_input_buffer2: fix offset check 11 years ago
Michael Niedermayer 6a2064820b avformat/utils/av_probe_input_buffer2: Fix pd.buf_size 11 years ago
Anton Khirnov 2115a35974 lavf: make av_probe_input_buffer more robust 11 years ago
Anton Khirnov 8b76362836 lavf: use a fixed width type 11 years ago
Anton Khirnov c1868e7ee7 lavf: simplify handling of offset in av_probe_input_buuffer() 11 years ago
Anton Khirnov 3867f3718b lavf: remove a pointless check 11 years ago
Michael Niedermayer 863f4c3c71 avformat/utils: fix rounding error accumulation for generated dts in compute_pkt_fields() 11 years ago
Michael Niedermayer 5047849584 avformat/utils: fix order of buffers in timestamp update code 11 years ago
Michael Niedermayer 4bfcedb33f avformat: dont run update_initial_duration() twice 11 years ago
Michael Niedermayer ee4e805093 avformat: add ff_get_extradata() 11 years ago
Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 11 years ago
Michael Niedermayer f6cd447bf1 avformat/utils: treat flv like mov with timestamp discarding 11 years ago
Anton Khirnov 281a40e18f lavf: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Michael Niedermayer 81c1197494 avformat/utils: Check avcodec_open2() return code in av_find_stream_info() 11 years ago
Michael Niedermayer 7f763775aa avformat/utils: remove unused variable 11 years ago
Michael Niedermayer 1770da18f7 avformat/utils: reject poorly fitting rfps values earlier 11 years ago
Michael Niedermayer 1565a9a9e9 avformat/utils: factor rfps calculation out 11 years ago
Michael Niedermayer dc1b0a54f9 avformat/utils: provide more IO statistics in debug output at start and end of av_find_streaminfo() 11 years ago
Michael Niedermayer f3008f30fb avformat/utils: move update_wrap_reference() up 11 years ago
Michael Niedermayer 34b16e2d36 avformat/utils: reorder operations in update_wrap_reference() 11 years ago
Michael Niedermayer 394b0c830a avformat/utils: correct for timestamp wrap earlier 11 years ago
Michael Niedermayer d7ead9ad44 avformat/utils: also fix wrapping of start_time in update_initial_timestamps() 11 years ago
Michael Niedermayer dd5f925927 avformat/utils: Fix pts_wrap_behavior calculation with negative first_dts 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer f0f75dfa34 avformat/utils: inject audio skip side data before the side data merge code 11 years ago
Michael Niedermayer 98fc81b20d avformat/utils: move side data merge after parser 11 years ago
Michael Niedermayer a8dec360c5 avformat/utils: dont count attached pics toward the probesize 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 11 years ago
Michael Niedermayer 676bc505f7 avformat/utils: disabled debug code to collect format probing statistics 11 years ago
Michael Niedermayer 8b73a3f6f6 avformat/utils: never decrease has_b_frames in compute_pkt_fields() 11 years ago
Anton Khirnov d1c229cdbc lavf: do not use int to store an int64 11 years ago
Anton Khirnov 4eb49fdde8 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago