aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3867f3718ba82ff11d3e24c6d84beb520d0b174f'Michael Niedermayer2014-01-061-1/+1
|\
| * lavf: remove a pointless checkAnton Khirnov2014-01-061-2/+1
* | avformat/utils: fix rounding error accumulation for generated dts in compute_...Michael Niedermayer2014-01-041-2/+5
* | avformat/utils: fix order of buffers in timestamp update codeMichael Niedermayer2014-01-031-5/+5
* | avformat: dont run update_initial_duration() twiceMichael Niedermayer2013-12-311-0/+3
* | avformat: add ff_get_extradata()Michael Niedermayer2013-12-251-0/+16
* | avformat/utils: limit rfps to values larger than fpsMichael Niedermayer2013-12-151-0/+6
* | avformat/utils: treat flv like mov with timestamp discardingMichael Niedermayer2013-12-151-1/+2
* | Merge commit '281a40e18f923510f2067d05c5b0cf08cc49dfee'Michael Niedermayer2013-12-121-1/+0
|\|
| * lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* | Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer2013-12-111-1/+1
|\|
| * Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* | avformat/utils: Check avcodec_open2() return code in av_find_stream_info()Michael Niedermayer2013-12-111-5/+6
* | avformat/utils: remove unused variableMichael Niedermayer2013-12-071-1/+0
* | avformat/utils: reject poorly fitting rfps values earlierMichael Niedermayer2013-12-071-7/+27
* | avformat/utils: factor rfps calculation outMichael Niedermayer2013-12-051-67/+92
* | avformat/utils: provide more IO statistics in debug output at start and end o...Michael Niedermayer2013-12-051-2/+4
* | avformat/utils: move update_wrap_reference() upMichael Niedermayer2013-12-041-67/+64
* | avformat/utils: reorder operations in update_wrap_reference()Michael Niedermayer2013-12-041-4/+2
* | avformat/utils: correct for timestamp wrap earlierMichael Niedermayer2013-12-041-13/+23
* | avformat/utils: also fix wrapping of start_time in update_initial_timestamps()Michael Niedermayer2013-12-041-0/+1
* | avformat/utils: Fix pts_wrap_behavior calculation with negative first_dtsMichael Niedermayer2013-12-041-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | avformat/utils: inject audio skip side data before the side data merge codeMichael Niedermayer2013-11-211-9/+12
* | avformat/utils: move side data merge after parserMichael Niedermayer2013-11-211-3/+3
* | avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer2013-11-181-2/+3
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | Merge commit 'ecf442a58b09bdb1dc1d2c3904b82ac5f79b2878'Michael Niedermayer2013-11-141-4/+10
|\|
| * lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-141-0/+102
| * lavf: do not use int to store an int64Anton Khirnov2013-11-011-1/+1
| * lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-281-22/+0
* | avformat/utils: disabled debug code to collect format probing statisticsMichael Niedermayer2013-11-111-0/+5
* | avformat/utils: never decrease has_b_frames in compute_pkt_fields()Michael Niedermayer2013-11-031-1/+2
* | lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-291-24/+0
* | avformat/utils: make "first_dts not matching first dts in the queue" message ...Michael Niedermayer2013-10-271-1/+2
* | avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer2013-10-271-2/+4
* | avformat/utils: Check size argument in ff_add_index_entry()Michael Niedermayer2013-10-241-0/+3
* | avformat/utils: Check av_packet_new_side_data() return before using itMichael Niedermayer2013-10-201-2/+4
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-8/+2
* | avformat: add ff_alloc_extradata() helperPaul B Mahol2013-10-131-0/+20
* | avformat: add support to force specific AVCodecsMichael Niedermayer2013-10-021-0/+15
* | avformat/utils: pass AVFormatContext to find_decoder()Michael Niedermayer2013-10-021-7/+7
* | avformat/utils: factor find_decoder() outMichael Niedermayer2013-09-281-5/+11
* | Merge commit 'ce67f442be0f6c4a8794272873852e256b5b8ee4'Michael Niedermayer2013-09-231-1/+2
|\|
| * lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-221-1/+2
* | avformat: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avformat/utils: remove unused variableMichael Niedermayer2013-09-201-1/+0
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-191-6/+2
|\|