summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAge
* avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | vmdvideo: remove superfluous strings from av_log messagesPaul B Mahol2012-03-23
* | vmdav: check that theres enough space for a chunk remaining.Michael Niedermayer2011-12-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
| * vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-06
* | Increase Sierra VMD palette dynamics.Carl Eugen Hoyos2011-11-13
* | Set Sierra VMD palette opaque.Carl Eugen Hoyos2011-11-12
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-25
|\|
| * vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-25
* | Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.Laurent Aimar2011-09-25
* | Fix out of bound reads in rle_unpack() of vmd video decoder.Laurent Aimar2011-09-25
* | Check for out of bound reads in vmd_decode() of vmd video decoder.Laurent Aimar2011-09-25
* | Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder.Laurent Aimar2011-09-25
* | Prevent out of bound read in lz_unpack in vmd video decoder.Laurent Aimar2011-09-25
* | Prevent NULL dereferences when the previous frame is missing in vmd video dec...Laurent Aimar2011-09-24
* | Check for invalid update parameters in vmd video decoder.Laurent Aimar2011-09-24
* | Fix potential overread in vmd audio decoder.Laurent Aimar2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-23
| * vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-23
| * vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-23
| * vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-23
| * cosmetics: reindent after previous commitJustin Ruggles2011-02-23
| * vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-23
| * cosmetics: remove debugging cruftJustin Ruggles2011-02-23
| * cosmetics: reindent after previous commitJustin Ruggles2011-02-23
| * vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-23
| * vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-23
| * vmdaudio: validate block typeJustin Ruggles2011-02-23
| * vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-23
| * vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-23
| * vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-23
| * vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-23
| * vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-23
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26