Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-02lavf: avoid integer overflow when estimating bitrateAnton Khirnov
2013-09-02lavf: move a variable declaration to the block where it's usedAnton Khirnov
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-29lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer
2013-07-15lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato
2013-06-16avf: move riff tags accessors where they belongLuca Barbato
2013-06-16avf: move ff_http_match_no_proxy to networkLuca Barbato
2013-06-16avf: split off format register and lookup functionLuca Barbato
2013-05-28lavf: preserve side data when parsing packets.Anton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-03-15lavf: sanity check size in av_get/append_packet().Anton Khirnov
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-26lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-15avformat: fix typo in avformat_close_inputLuca Barbato
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-15lavf: cosmetics, reformat av_write_trailer().Anton Khirnov
2012-09-14avformat: refactor avformat_close_inputLuca Barbato
2012-09-14avformat: simplify avformat_close_inputLuca Barbato
2012-08-18libavformat: add const to AVCodec pointersMans Rullgard
2012-08-12lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö
2012-08-12lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö
2012-08-11lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov