summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* 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