summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat: Move av_probe_input* to format.cLuca Barbato2014-07-29
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-26
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-08
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* lavf: group dump functions togetherVittorio Giovara2014-06-14
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-20
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-03
* lavc: eliminate tb_unreliable()Anton Khirnov2014-04-28
* lavf: do not use the parser duration for videoAnton Khirnov2014-04-22
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-24
* avformat: Report the duration analysis reachedLuca Barbato2014-03-11
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* lavf: include 60 fps in guessed standard frame ratesJanne Grunau2014-01-31
* avformat: utils: Refactor duplicated PRINT macroDiego Biurrun2014-01-29
* avformat: utils: K&R formatting cosmeticsDiego Biurrun2014-01-26
* lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-13
* lavf: use a fixed width typeAnton Khirnov2014-01-13
* lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-13
* lavf: remove a pointless checkAnton Khirnov2014-01-06
* lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* lavf: do not use int to store an int64Anton Khirnov2013-11-01
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-28
* lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-22
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-16
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-07
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-02
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-02
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-29
* lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-15
* avf: move url utility functions in a separate fileLuca Barbato2013-06-16
* avf: move ff_write_chained to mux.cLuca Barbato2013-06-16
* avf: move riff tags accessors where they belongLuca Barbato2013-06-16
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* avf: split off format register and lookup functionLuca Barbato2013-06-16
* lavf: preserve side data when parsing packets.Anton Khirnov2013-05-28
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-04
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-15
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-11