summaryrefslogtreecommitdiffstats
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-12/+23
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-12/+23
| * vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-061-24/+80
* | Increase Sierra VMD palette dynamics.Carl Eugen Hoyos2011-11-131-0/+1
* | Set Sierra VMD palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-251-42/+79
|\ \ | |/
| * vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-251-40/+80
* | Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.Laurent Aimar2011-09-251-2/+2
* | Fix out of bound reads in rle_unpack() of vmd video decoder.Laurent Aimar2011-09-251-8/+15
* | Check for out of bound reads in vmd_decode() of vmd video decoder.Laurent Aimar2011-09-251-4/+19
* | Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder.Laurent Aimar2011-09-251-3/+3
* | Prevent out of bound read in lz_unpack in vmd video decoder.Laurent Aimar2011-09-251-6/+18
* | Prevent NULL dereferences when the previous frame is missing in vmd video dec...Laurent Aimar2011-09-241-4/+5
* | Check for invalid update parameters in vmd video decoder.Laurent Aimar2011-09-241-0/+10
* | Fix potential overread in vmd audio decoder.Laurent Aimar2011-09-241-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-17/+14
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
| * Remove unused variablesMans Rullgard2011-06-021-2/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-231-8/+7
| * vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-231-12/+8
| * vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-231-3/+5
| * vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-231-12/+12
| * cosmetics: reindent after previous commitJustin Ruggles2011-02-231-8/+8
| * vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-231-14/+9
| * cosmetics: remove debugging cruftJustin Ruggles2011-02-231-3/+0
| * cosmetics: reindent after previous commitJustin Ruggles2011-02-231-11/+11
| * vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-231-9/+10
| * vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-231-1/+4
| * vmdaudio: validate block typeJustin Ruggles2011-02-231-0/+4
| * vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-231-3/+10
| * vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-231-5/+1
| * vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-231-1/+1
| * vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-231-22/+1
| * vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-231-1/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+0
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+3
* | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-261-8/+7
* | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-261-12/+8
* | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-261-3/+5
* | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-261-12/+12
* | cosmetics: reindent after previous commitJustin Ruggles2011-02-261-8/+8
* | vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-261-14/+9
* | cosmetics: remove debugging cruftJustin Ruggles2011-02-261-3/+0
* | cosmetics: reindent after previous commitJustin Ruggles2011-02-261-11/+11
* | vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-261-9/+10
OpenPOWER on IntegriCloud