37 Commits (b01c7b756e98eb6767d0947a4a42e43f1b51bcdc)

Author SHA1 Message Date
  Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
  Laurent Aimar cabb81113a Prepare WavPack decoder to support floating point output. 16 years ago
  Laurent Aimar 3cb088868c Factorize out integer sample value decoding for WavPack. 16 years ago
  Laurent Aimar 66311f86d4 Check whether extra bits block has enough data. 16 years ago
  Benjamin Larsson 10c773c12f Remove dead assignments found by CSA 16 years ago
  Laurent Aimar 418f77ec6e Decode extended bitstream for high-precision WavPack files. 16 years ago
  Laurent Aimar 60294c593e Correctly update output sample format in wavpack decoder. 16 years ago
  Kostya Shishkov 29ee635503 Merge decoding functions for all bitdepths in WavPack decoder 16 years ago
  Kostya Shishkov 6e0f746d3e Handle WavPack INT32INFO chunks with nonzero post shift 16 years ago
  Kostya Shishkov 0638c2ae3c Add functions for decoding >16 bits WavPack files. 16 years ago
  Laurent Aimar 760db32a0c Shift 9-15 bit samples to use full 16-bit range. 16 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
  Kostya Shishkov eeee48b26b Add channel layout to several audio decoders I maintain 16 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Michael Niedermayer 94ef6d11ac const 17 years ago
  Aurelien Jacobs 28e7453c11 remove some empty close/init functions in avcodec 17 years ago
  Aurelien Jacobs ca1daf0ad0 add get_unary_0_33() to help gcc with inlining 17 years ago
  Aurelien Jacobs 28296f9c9e move get_unary() to its own file 17 years ago
  David Bryant a6ba65f7f2 Support for WavPack version 0x410 (false stereo chunks) 18 years ago
  Kostya Shishkov 11ead90e23 Rename flag for consistency with the next commit 18 years ago
  Alex Beregszaszi 57d473f457 use get_unary from bitstream.h 18 years ago
  David Bryant 6b05eb3117 Add the handling of the INT32INFO block to the WavPack decoder. 18 years ago
  Kostya Shishkov b314cfe709 Correctly handle data_size on decoding 18 years ago
  Kostya Shishkov 4b3b5a2337 Coded residual in WavPack may be > 0xFFFF 18 years ago
  Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
  Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
  Kostya Shishkov a8789714ba Ignore blocks with no samples and flags (but usually with MD5 sum) 18 years ago
  Kostya Shishkov 4ec0beaa59 Move block size check to decoder 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Kostya Shishkov 8db0c25d95 Handle case of get_bits(0) 18 years ago
  Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 18 years ago