summaryrefslogtreecommitdiffstats
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-24/+25
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-261-0/+34
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-051-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-171-5/+26
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-161-1/+1
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-161-26/+28
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-2/+2
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-171-15/+15
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-6/+6
* constsMichael Niedermayer2008-02-011-3/+3
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-171-1/+5
* cosmetics: alignmentAurelien Jacobs2007-11-271-18/+18
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-251-3/+16
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-071-3/+16
* remove useless #undefAurelien Jacobs2007-11-011-2/+0
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-301-0/+18
* Revert r8979 (Ugly fix for r8963)Ramiro Polla2007-05-101-2/+2
* Fix r8963Ramiro Polla2007-05-101-2/+2
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-091-14/+7
* Use bytestreamRamiro Polla2007-05-091-27/+11
* Use AV_XX16 macrosRamiro Polla2007-05-091-3/+7
* Factorize usumRamiro Polla2007-05-091-2/+4
* 10^10l to whoever wrote thisMichael Niedermayer2007-03-131-32/+4
* packets with half pcm samples are invalidMichael Niedermayer2007-02-091-0/+6
* avcodec_decode_audio2()Michael Niedermayer2007-01-141-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-33/+33
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* Document "us" parameter for PCM conversion functions.Reimar Döffinger2005-09-021-0/+2
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+150
* buffer overflowMichael Niedermayer2005-02-131-0/+3
* cbr audio muxing fixMichael Niedermayer2004-11-061-0/+17
* more data_size=0 cleanupMichael Niedermayer2004-05-211-1/+0
* simplerMichael Niedermayer2003-09-281-12/+4
* typos & cosmeticsMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-6/+6
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-191-1/+1
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-1/+6
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot...Nikolai Zhubr2002-09-071-2/+2
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-13/+15
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-4/+4
* * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone2002-05-141-1/+1
* * Every frame is a key_framePhilip Gladstone2002-05-091-0/+3
* added pcm codecsFabrice Bellard2001-09-231-0/+367
OpenPOWER on IntegriCloud