summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAge
* 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
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-26
* | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-26
* | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-26
* | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-26
* | cosmetics: reindent after previous commitJustin Ruggles2011-02-26
* | vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-26
* | cosmetics: remove debugging cruftJustin Ruggles2011-02-26
* | cosmetics: reindent after previous commitJustin Ruggles2011-02-26
* | vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-26
* | vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-26
* | vmdaudio: validate block typeJustin Ruggles2011-02-26
* | vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-26
* | vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-26
* | vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-26
* | vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-26
* | vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26