summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAge
...
* Fix r8963Ramiro Polla2007-05-10
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-09
* Use bytestreamRamiro Polla2007-05-09
* Use AV_XX16 macrosRamiro Polla2007-05-09
* Factorize usumRamiro Polla2007-05-09
* 10^10l to whoever wrote thisMichael Niedermayer2007-03-13
* packets with half pcm samples are invalidMichael Niedermayer2007-02-09
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Document "us" parameter for PCM conversion functions.Reimar Döffinger2005-09-02
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* buffer overflowMichael Niedermayer2005-02-13
* cbr audio muxing fixMichael Niedermayer2004-11-06
* more data_size=0 cleanupMichael Niedermayer2004-05-21
* simplerMichael Niedermayer2003-09-28
* typos & cosmeticsMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-19
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot...Nikolai Zhubr2002-09-07
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone2002-05-14
* * Every frame is a key_framePhilip Gladstone2002-05-09
* added pcm codecsFabrice Bellard2001-09-23