| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Reformat long_names so that "ADPCM" comes first. | Diego Biurrun | 2009-03-02 | 1 | -26/+26 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -2/+2 |
* | check validity of pointer srcC | Stefan Gehrer | 2009-02-03 | 1 | -3/+9 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | remove duplicate tables | Stefan Gehrer | 2009-01-30 | 1 | -6/+1 |
* | avoid indeterminate order of accessing src | Stefan Gehrer | 2009-01-30 | 1 | -3/+3 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 1 | -0/+28 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+2 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -1/+1 |
* | clip MS ADPCM predictor range to correct [0..6] range, not [0..7] | Reimar Döffinger | 2008-07-13 | 1 | -2/+2 |
* | Use bytestream and AV_RL* functions in ADPCM code where possible | Reimar Döffinger | 2008-07-13 | 1 | -34/+23 |
* | Fix MS ADPCM de- and encoding: first and second sample are swapped. | Reimar Döffinger | 2008-07-13 | 1 | -6/+6 |
* | 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/... | Reimar Döffinger | 2008-07-12 | 1 | -1/+1 |
* | 10l, forgot to replace a / 256 for r14173. | Reimar Döffinger | 2008-07-12 | 1 | -1/+1 |
* | Change MS ADPCM table so they fit into int8_t and change array type. | Reimar Döffinger | 2008-07-11 | 1 | -6/+6 |
* | Add a note to remind people that new PCM/ADPCM formats need to be added to | Diego Biurrun | 2008-07-05 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. | Michael Niedermayer | 2008-05-28 | 1 | -0/+6 |
* | cosmetics: Fix typos in ADPCM codec long names. | Diego Biurrun | 2008-05-15 | 1 | -3/+3 |
* | ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-15 | 1 | -32/+34 |
* | identation | Baptiste Coudurier | 2008-04-25 | 1 | -24/+24 |
* | remove no more needed field | Baptiste Coudurier | 2008-04-25 | 1 | -1/+0 |
* | remove unused var | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | remove ima qt decoding hack, decode whole frame at once | Baptiste Coudurier | 2008-04-25 | 1 | -11/+5 |
* | fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam... | Baptiste Coudurier | 2008-04-25 | 1 | -1/+2 |
* | cosmetics: Sort some lists alphabetically. | Diego Biurrun | 2008-04-17 | 1 | -2/+2 |
* | Maxis XA demuxer and decoder. | Robert Marston | 2008-04-14 | 1 | -1/+26 |
* | ILP64 fixes (untested) | Michael Niedermayer | 2008-04-13 | 1 | -5/+5 |
* | Remove redundant &. | Michael Niedermayer | 2008-04-13 | 1 | -19/+19 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | IMA ADPCM encoder - QT variant | Kostya Shishkov | 2008-03-06 | 1 | -3/+37 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Fix clicking sound in xa-adpcm. | Alexander Strange | 2007-12-27 | 1 | -2/+0 |
* | fix predictor initialization for adpcm-ima encoder not to lose first sample | Timofei V. Bondarenko | 2007-11-06 | 1 | -4/+2 |
* | add Electronic Arts XAS ADPCM decoder | Aurelien Jacobs | 2007-11-03 | 1 | -0/+33 |
* | remove useless #undef | Aurelien Jacobs | 2007-11-01 | 1 | -2/+0 |
* | remove unreachable code | Aurelien Jacobs | 2007-11-01 | 1 | -7/+0 |
* | cosmetics: alignment | Aurelien Jacobs | 2007-11-01 | 1 | -4/+4 |
* | don't register adpcm encoders which are not implemented | Aurelien Jacobs | 2007-11-01 | 1 | -19/+19 |
* | cosmetics: sort | Aurelien Jacobs | 2007-11-01 | 1 | -3/+3 |
* | EA IMA EACS decoder | Peter Ross | 2007-10-30 | 1 | -0/+20 |
* | EA IMA SEAD decoder | Peter Ross | 2007-10-30 | 1 | -0/+8 |
* | EA ADPCM R1, R2 and R3 decoder | Peter Ross | 2007-10-24 | 1 | -2/+94 |
* | remove some useless initializations (the whole context is initialized to 0) | Aurelien Jacobs | 2007-10-21 | 1 | -5/+0 |
* | remove unused context var | Aurelien Jacobs | 2007-10-21 | 1 | -1/+0 |
* | Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). | Timofei V. Bondarenko | 2007-10-17 | 1 | -10/+10 |
* | Replace "signed short" typecast with "int16_t" as suggested by | Vladimir Voroshilov | 2007-10-04 | 1 | -1/+1 |
* | Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" | Vladimir Voroshilov | 2007-10-03 | 1 | -4/+2 |