summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-54/+0
* avf: split off format register and lookup functionLuca Barbato2013-06-161-146/+0
* lavf: preserve side data when parsing packets.Anton Khirnov2013-05-281-0/+7
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-5/+5
* silly typo fixesDiego Biurrun2013-05-031-3/+3
* lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-041-0/+1
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-151-19/+49
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-59/+0
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-111-7/+0
OpenPOWER on IntegriCloud