summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-111-8/+0
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-111-7/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-5/+14
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-5/+5
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-0/+54
* lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard2012-12-081-1/+1
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-281-0/+30
* lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-261-1/+4
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avformat: split muxing functions from util.cLuca Barbato2012-10-011-517/+6
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-011-3/+4
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-3/+9
* lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-241-8/+17
* lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-211-0/+2
* lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-201-0/+5
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-151-1/+1
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-0/+4
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-151-8/+8
* avformat: refactor avformat_close_inputLuca Barbato2012-09-141-4/+13
* avformat: simplify avformat_close_inputLuca Barbato2012-09-141-2/+2
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
OpenPOWER on IntegriCloud