| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -18/+160 |
* | Add channel layout to several audio decoders I maintain | Kostya Shishkov | 2008-11-19 | 1 | -0/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | remove some empty close/init functions in avcodec | Aurelien Jacobs | 2007-11-25 | 1 | -8/+1 |
* | add get_unary_0_33() to help gcc with inlining | Aurelien Jacobs | 2007-08-26 | 1 | -3/+3 |
* | move get_unary() to its own file | Aurelien Jacobs | 2007-08-26 | 1 | -0/+1 |
* | Support for WavPack version 0x410 (false stereo chunks) | David Bryant | 2007-08-13 | 1 | -11/+25 |
* | Rename flag for consistency with the next commit | Kostya Shishkov | 2007-08-13 | 1 | -2/+2 |
* | use get_unary from bitstream.h | Alex Beregszaszi | 2007-08-08 | 1 | -9/+3 |
* | Add the handling of the INT32INFO block to the WavPack decoder. | David Bryant | 2007-08-05 | 1 | -6/+27 |
* | Correctly handle data_size on decoding | Kostya Shishkov | 2007-03-20 | 1 | -3/+9 |
* | Coded residual in WavPack may be > 0xFFFF | Kostya Shishkov | 2007-01-27 | 1 | -2/+2 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -12/+12 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -2/+2 |
* | Ignore blocks with no samples and flags (but usually with MD5 sum) | Kostya Shishkov | 2006-10-15 | 1 | -0/+1 |
* | Move block size check to decoder | Kostya Shishkov | 2006-10-14 | 1 | -0/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Handle case of get_bits(0) | Kostya Shishkov | 2006-09-28 | 1 | -1/+1 |
* | WavPack lossless audio decoder | Kostya Shishkov | 2006-09-26 | 1 | -0/+548 |