summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-1/+2
* | avformat/utils: Print warning if reallocating probe buffer failedMichael Niedermayer2013-09-171-1/+5
* | Merge commit '68b467742092364f9306283f40effde2c12efe08'Michael Niedermayer2013-09-171-6/+11
|\ \ | |/
| * lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-161-7/+14
* | Do not suggest to increase probesize for image2 files.Carl Eugen Hoyos2013-09-171-1/+2
* | avformat/utils: use av_realloc_array()Michael Niedermayer2013-09-111-2/+2
* | avformat/utils: functions that add entries should not destroy the whole list ...Michael Niedermayer2013-09-111-8/+10
* | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer2013-09-111-10/+8
|\ \ | |/
| * avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-10/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-081-3/+6
|\ \ | |/
| * lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-071-1/+1
* | avformat: make avformat_close_input() more tolerant.Clément Bœsch2013-09-041-2/+8
* | avformat/utils: assert position monotonicity in ff_find_last_ts()Michael Niedermayer2013-09-041-0/+1
* | avformat/utils: Fix bitrate overflow checkMichael Niedermayer2013-09-031-6/+3
* | Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'Michael Niedermayer2013-09-031-2/+7
|\ \ | |/
| * lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-021-2/+7
* | Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303'Michael Niedermayer2013-09-031-2/+2
|\ \ | |/
| * lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-021-2/+2
* | avformat/utils: fix duration_fields calculation when need_parsing=0Michael Niedermayer2013-09-011-1/+1
* | avformat/utils: fix av_probe_input_buffer2() so it returns the probe scoreMichael Niedermayer2013-08-291-2/+3
* | avformat: export probe scoreMichael Niedermayer2013-08-281-4/+19
* | avformat: move PROBE_BUF_M* to internal.hMichael Niedermayer2013-08-261-4/+0
* | Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier2013-08-131-16/+0
* | Integrate accessors.h header into internal.hReimar Döffinger2013-08-101-1/+0
OpenPOWER on IntegriCloud