summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAge
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-23
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-20
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-19
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-16
* Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross2008-08-12
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-11
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-07
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-07
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-07
* Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross2008-08-04
* Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross2008-08-04
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-05
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-16
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-16
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-17
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-17
* cosmetics: alignmentAurelien Jacobs2007-11-27
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-07
* remove useless #undefAurelien Jacobs2007-11-01
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* Revert r8979 (Ugly fix for r8963)Ramiro Polla2007-05-10
* 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