summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
...
* 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
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-11
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard2012-12-08
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-26
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-09
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-09
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avformat: split muxing functions from util.cLuca Barbato2012-10-01
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-01
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-24
* lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-21
* lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-20
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-15
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15