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
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-15vmdav: more complete check for block_align, prevent out of array access.Michael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01vmdaudio: set channel layoutJustin Ruggles
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23vmdvideo: remove superfluous strings from av_log messagesPaul B Mahol
2011-12-25vmdav: check that theres enough space for a chunk remaining.Michael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-13Increase Sierra VMD palette dynamics.Carl Eugen Hoyos
2011-11-12Set Sierra VMD palette opaque.Carl Eugen Hoyos
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-10-07vmd: fix segfaults on corruped streamsLaurent Aimar
2011-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-25vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles
2011-09-25Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.Laurent Aimar
2011-09-25Fix out of bound reads in rle_unpack() of vmd video decoder.Laurent Aimar
2011-09-25Check for out of bound reads in vmd_decode() of vmd video decoder.Laurent Aimar
2011-09-25Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder.Laurent Aimar
2011-09-25Prevent out of bound read in lz_unpack in vmd video decoder.Laurent Aimar
2011-09-25Prevent NULL dereferences when the previous frame is missing in vmd video dec...Laurent Aimar
2011-09-25Check for invalid update parameters in vmd video decoder.Laurent Aimar
2011-09-25Fix potential overread in vmd audio decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-26vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-26vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles
2011-02-26vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles
2011-02-26vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles
2011-02-26cosmetics: reindent after previous commitJustin Ruggles
2011-02-26vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles