aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAgeFilesLines
* vmdaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* vmdaudio: set channel layoutJustin Ruggles2012-11-011-0/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-12/+23
* vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-061-24/+80
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-251-40/+80
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+14
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-2/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-211-17/+28
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-3/+3
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3