1459 Commits (59725592a97fc65a917001bc248567666dfded5a)

Author SHA1 Message Date
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
Michael Niedermayer 4307026243 avformat/utils: make "first_dts not matching first dts in the queue" message more informative 11 years ago
Michael Niedermayer 1e5271a9fd avformat/utils: do not override pts in h264 when they are provided from the demuxer 11 years ago
Michael Niedermayer 210afae0ba avformat/utils: Check size argument in ff_add_index_entry() 11 years ago
Michael Niedermayer 88d4ff4b5f avformat/utils: Check av_packet_new_side_data() return before using it 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Paul B Mahol 3fd79833e2 avformat: add ff_alloc_extradata() helper 11 years ago
Michael Niedermayer 5082fcc0e2 avformat: add support to force specific AVCodecs 11 years ago
Michael Niedermayer f4aec34805 avformat/utils: pass AVFormatContext to find_decoder() 11 years ago
Michael Niedermayer a63b479d11 avformat/utils: factor find_decoder() out 11 years ago
Martin Storsjö ce67f442be lavf: Avoid setting avg_frame_rate if delta_dts is negative 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Michael Niedermayer 15672e832f avformat/utils: remove unused variable 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Michael Niedermayer e960b3e27e avformat/utils: Print warning if reallocating probe buffer failed 11 years ago
Carl Eugen Hoyos 5c2be81b39 Do not suggest to increase probesize for image2 files. 11 years ago
Alexandra Khirnova 68b4677420 lavf: Make probe_codec return an error code 12 years ago
Michael Niedermayer 2a1c24a267 avformat/utils: use av_realloc_array() 12 years ago
Michael Niedermayer 8c9d6ee4f2 avformat/utils: functions that add entries should not destroy the whole list on failure 12 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 12 years ago
Anton Khirnov 26f027fba1 lavf: fix the comparison in an overflow check 12 years ago
Clément Bœsch 36cd017acd avformat: make avformat_close_input() more tolerant. 12 years ago