summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-021-24/+24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-141-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-011-1/+2
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-231-11/+30
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-201-2/+3
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-191-0/+25
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-191-2/+2
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-161-31/+47
* Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross2008-08-121-1/+1
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-111-138/+77
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-071-14/+39
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-071-15/+8
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-071-1/+1
* Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross2008-08-041-56/+2
* Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross2008-08-041-12/+6
* 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