Commit History

Author SHA1 Message Date
  Diego Biurrun 655463b9eb cosmetics: Reformat long_names so that "PCM" comes first. 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs 469f5f251d WORDS_BIGENDIAN must be checked with #ifdef 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Baptiste Coudurier 7cabcf7d37 make pcm encoder setting bits_per_sample field 16 years ago
  Peter Ross 0cdc6ec941 Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
  Peter Ross 2cd04cf919 Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
  Peter Ross 143a5d6f1f Add F64BE, F64LE and F64BE PCM codecs. 16 years ago
  Peter Ross 4efbd75583 Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. 16 years ago
  Peter Ross 38a1c7f2be Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. 16 years ago
  Peter Ross 3b4b113781 Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. 16 years ago
  Peter Ross 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 16 years ago
  Peter Ross 3ee573a300 Add simpler/cleaner/faster F32BE encoding/decoding. 16 years ago
  Peter Ross ff66caab40 Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". 16 years ago
  Peter Ross 13dbd9b705 Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. 16 years ago
  Peter Ross cc0b61292a Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). 16 years ago
  Peter Ross 0fd7e57e7d Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. 16 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 16 years ago
  Peter Ross aa29709ec8 add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) 16 years ago
  Diego Biurrun bbdfa06d43 Add a note to remind people that new PCM/ADPCM formats need to be added to 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 16 years ago
  Lars Täuber 1472b7dd28 LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net 16 years ago
  Diego Biurrun 51c86db57b Fix big-endian vs. little-endian typo. 16 years ago
  Diego Biurrun 44caa86d68 Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. 16 years ago
  Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 16 years ago
  Diego Biurrun 0ddfbc73cc cosmetics: Sort some lists alphabetically. 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago
  Michael Niedermayer 7993df6527 consts 16 years ago
  wg 3426d575bf Fix crash in PCM decoder when number of channels is not set. 16 years ago
  Aurelien Jacobs 48b36ec24b cosmetics: alignment 16 years ago
  Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 16 years ago
  Aurelien Jacobs 2b045c9caa split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER 16 years ago
  Aurelien Jacobs e916de2c8d remove useless #undef 16 years ago
  Michael Niedermayer a11c2a2c66 support silly PCM variant used by zork nemesis 17 years ago
  Ramiro Polla b3a257af27 Revert r8979 (Ugly fix for r8963) 17 years ago
  Ramiro Polla dccabd4c68 Fix r8963 17 years ago
  Ramiro Polla a4461664cd Simplify ptr[0]; ptr++; to *ptr++ 17 years ago
  Ramiro Polla 5a2f421a43 Use bytestream 17 years ago
  Ramiro Polla a32c2ce423 Use AV_XX16 macros 17 years ago
  Ramiro Polla 7d5aaa049c Factorize usum 17 years ago
  Michael Niedermayer e2e712e7c1 10^10l to whoever wrote this 17 years ago
  Michael Niedermayer b2a581dc71 packets with half pcm samples are invalid 17 years ago
  Michael Niedermayer ac66834c75 avcodec_decode_audio2() 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 18 years ago
  Reimar Döffinger 6c0d606471 Document "us" parameter for PCM conversion functions. 19 years ago