summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-15
* avformat: refactor avformat_close_inputLuca Barbato2012-09-14
* avformat: simplify avformat_close_inputLuca Barbato2012-09-14
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-18
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-12
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-12
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-11
* dict: add av_dict_count()Mans Rullgard2012-08-10
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-06
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-29
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
* avf: introduce nobuffer optionLuca Barbato2012-07-29
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-28
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-16
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-05
* avformat: Factorize codec probing.Alex Converse2012-06-05
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* lavf: make output format matching case insensitiveMans Rullgard2012-05-19