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-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
2011-02-26cosmetics: remove debugging cruftJustin Ruggles
2011-02-26cosmetics: reindent after previous commitJustin Ruggles
2011-02-26vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles
2011-02-26vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles
2011-02-26vmdaudio: validate block typeJustin Ruggles
2011-02-26vmdaudio: use macros and a local variable for block type.Justin Ruggles
2011-02-26vmdaudio: correct the silent chunk count in the first block.Justin Ruggles
2011-02-26vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles
2011-02-26vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles
2011-02-26vmdaudio: fix raw_block_size calculation.Justin Ruggles
2011-02-24vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-24vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles
2011-02-24vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles
2011-02-24vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles
2011-02-24cosmetics: reindent after previous commitJustin Ruggles
2011-02-24vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles