summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: move internal fields from public to internal contextwm42015-02-101-38/+39
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-271-0/+37
* libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-041-0/+5
* avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-171-0/+3
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-6/+8
* lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-121-1/+1
* lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-291-0/+5
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+1
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-131-22/+1
* Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-131-0/+9
* avformat: Move av_probe_input* to format.cLuca Barbato2014-07-291-135/+0
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-261-1/+1
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-081-1/+1
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-4/+2
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-3/+6
* lavf: group dump functions togetherVittorio Giovara2014-06-141-246/+0
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-201-0/+15
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-031-0/+1
* lavc: eliminate tb_unreliable()Anton Khirnov2014-04-281-19/+1
* lavf: do not use the parser duration for videoAnton Khirnov2014-04-221-6/+0
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-241-1/+7
* avformat: Report the duration analysis reachedLuca Barbato2014-03-111-1/+2
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-0/+1
* lavf: include 60 fps in guessed standard frame ratesJanne Grunau2014-01-311-2/+2
* avformat: utils: Refactor duplicated PRINT macroDiego Biurrun2014-01-291-31/+23
* avformat: utils: K&R formatting cosmeticsDiego Biurrun2014-01-261-776/+910
* lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-131-2/+1
* lavf: use a fixed width typeAnton Khirnov2014-01-131-1/+1
* lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-131-6/+4
* lavf: remove a pointless checkAnton Khirnov2014-01-061-2/+1
* lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* 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
* lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-221-1/+2
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-1/+2
* lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-161-7/+14
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-10/+8
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-071-1/+1
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-021-2/+7
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-021-2/+2
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-291-2/+3
* lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-151-0/+3
* avf: move url utility functions in a separate fileLuca Barbato2013-06-161-113/+0
* avf: move ff_write_chained to mux.cLuca Barbato2013-06-161-18/+0
* avf: move riff tags accessors where they belongLuca Barbato2013-06-161-9/+0