| Commit message (Expand) | Author | Age | Files | Lines |
* | LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-17 | 1 | -5/+26 |
* | Fix big-endian vs. little-endian typo. | Diego Biurrun | 2008-05-16 | 1 | -1/+1 |
* | Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. | Diego Biurrun | 2008-05-16 | 1 | -26/+28 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -2/+2 |
* | cosmetics: Sort some lists alphabetically. | Diego Biurrun | 2008-04-17 | 1 | -15/+15 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -6/+6 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Fix crash in PCM decoder when number of channels is not set. | wg | 2007-12-17 | 1 | -1/+5 |
* | cosmetics: alignment | Aurelien Jacobs | 2007-11-27 | 1 | -18/+18 |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 1 | -3/+16 |
* | split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER | Aurelien Jacobs | 2007-11-07 | 1 | -3/+16 |
* | remove useless #undef | Aurelien Jacobs | 2007-11-01 | 1 | -2/+0 |
* | support silly PCM variant used by zork nemesis | Michael Niedermayer | 2007-07-30 | 1 | -0/+18 |
* | Revert r8979 (Ugly fix for r8963) | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Fix r8963 | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Simplify ptr[0]; ptr++; to *ptr++ | Ramiro Polla | 2007-05-09 | 1 | -14/+7 |
* | Use bytestream | Ramiro Polla | 2007-05-09 | 1 | -27/+11 |
* | Use AV_XX16 macros | Ramiro Polla | 2007-05-09 | 1 | -3/+7 |
* | Factorize usum | Ramiro Polla | 2007-05-09 | 1 | -2/+4 |
* | 10^10l to whoever wrote this | Michael Niedermayer | 2007-03-13 | 1 | -32/+4 |
* | packets with half pcm samples are invalid | Michael Niedermayer | 2007-02-09 | 1 | -0/+6 |
* | avcodec_decode_audio2() | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -33/+33 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | Document "us" parameter for PCM conversion functions. | Reimar Döffinger | 2005-09-02 | 1 | -0/+2 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 1 | -0/+150 |
* | buffer overflow | Michael Niedermayer | 2005-02-13 | 1 | -0/+3 |
* | cbr audio muxing fix | Michael Niedermayer | 2004-11-06 | 1 | -0/+17 |
* | more data_size=0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | simpler | Michael Niedermayer | 2003-09-28 | 1 | -12/+4 |
* | typos & cosmetics | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -6/+6 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 1 | -1/+1 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -1/+6 |
* | fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot... | Nikolai Zhubr | 2002-09-07 | 1 | -2/+2 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -13/+15 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -4/+4 |
* | * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. | Philip Gladstone | 2002-05-14 | 1 | -1/+1 |
* | * Every frame is a key_frame | Philip Gladstone | 2002-05-09 | 1 | -0/+3 |
* | added pcm codecs | Fabrice Bellard | 2001-09-23 | 1 | -0/+367 |