summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAge
...
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Use designated initialisers for pcm codec structPeter Ross2010-07-16
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* IndentMichael Niedermayer2009-04-19
* Do not discard truncated packets.Michael Niedermayer2009-04-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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