| Commit message (Expand) | Author | Age | Files | Lines |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | vmdaudio: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+4 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+23 |
* | vmd: fix segfaults on corruped streams | Laurent Aimar | 2011-10-06 | 1 | -24/+80 |
* | vmdaudio: fix decoding of 16-bit audio format. | Justin Ruggles | 2011-09-25 | 1 | -40/+80 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -17/+14 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. | Justin Ruggles | 2011-02-23 | 1 | -8/+7 |
* | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo... | Justin Ruggles | 2011-02-23 | 1 | -12/+8 |
* | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam... | Justin Ruggles | 2011-02-23 | 1 | -3/+5 |
* | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then... | Justin Ruggles | 2011-02-23 | 1 | -12/+12 |
* | cosmetics: reindent after previous commit | Justin Ruggles | 2011-02-23 | 1 | -8/+8 |
* | vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). | Justin Ruggles | 2011-02-23 | 1 | -14/+9 |
* | cosmetics: remove debugging cruft | Justin Ruggles | 2011-02-23 | 1 | -3/+0 |
* | cosmetics: reindent after previous commit | Justin Ruggles | 2011-02-23 | 1 | -11/+11 |
* | vmdaudio: simplify buffer pointer and header size handling. | Justin Ruggles | 2011-02-23 | 1 | -9/+10 |
* | vmdaudio: set *data_size to zero when skipping small packets and add a warnin... | Justin Ruggles | 2011-02-23 | 1 | -1/+4 |
* | vmdaudio: validate block type | Justin Ruggles | 2011-02-23 | 1 | -0/+4 |
* | vmdaudio: use macros and a local variable for block type. | Justin Ruggles | 2011-02-23 | 1 | -3/+10 |
* | vmdaudio: correct the silent chunk count in the first block. | Justin Ruggles | 2011-02-23 | 1 | -5/+1 |
* | vmdaudio: output audio samples for standalone silent blocks. | Justin Ruggles | 2011-02-23 | 1 | -1/+1 |
* | vmdaudio: remove duplicated code by merging mono and stereo decoding. | Justin Ruggles | 2011-02-23 | 1 | -22/+1 |
* | vmdaudio: fix raw_block_size calculation. | Justin Ruggles | 2011-02-23 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -2/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -2/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -17/+28 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -3/+3 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | These video decoders do not need to include and initialize the DSP | Mike Melanson | 2008-03-10 | 1 | -3/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -12/+12 |
* | Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). | Kostya Shishkov | 2007-09-23 | 1 | -0/+10 |