summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAge
* vmdvideo: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov2013-06-02
* vmd: fix mode 3 decodingKostya Shishkov2013-06-02
* vmd: drop incomplete chunks and spurious samplesLuca Barbato2013-05-29
* vmd: refactor the inner decode loopLuca Barbato2013-05-29
* vmd: return meaningful errorsLuca Barbato2013-05-29
* vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato2013-05-29
* vmdav: convert to bytestream2Alexandra Khirnova2013-03-28
* vmdaudio: fix invalid reads when packet size is not a multiple of chunk sizeAnton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* vmdaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* vmdaudio: set channel layoutJustin Ruggles2012-11-01
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-06
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-25
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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
* 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