| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | reindent after last commit | Kostya | 2011-01-24 | 1 | -6/+6 |
* | Extend WavPack demuxer and decoder to support >2 channel audio | Kostya | 2011-01-24 | 1 | -50/+216 |
* | Limit number of samples decoded for WavPack mono mode, so decoded samples will | Kostya Shishkov | 2011-01-08 | 1 | -1/+1 |
* | Fail more gracefully for multichannel wavpack in another container. | Carl Eugen Hoyos | 2011-01-07 | 1 | -0/+4 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -29/+29 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2010-02-19 | 1 | -61/+61 |
* | Since WavPack chunk can contain more samples than FFmpeg is guaranteed to | Kostya Shishkov | 2010-02-19 | 1 | -12/+75 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -2/+2 |
* | Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes | Sascha Sommer | 2009-09-16 | 1 | -0/+1 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -8/+131 |
* | Prepare WavPack decoder to support floating point output. | Laurent Aimar | 2009-05-06 | 1 | -17/+17 |
* | Factorize out integer sample value decoding for WavPack. | Laurent Aimar | 2009-05-05 | 1 | -33/+26 |
* | Check whether extra bits block has enough data. | Laurent Aimar | 2009-05-03 | 1 | -0/+8 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -1/+0 |
* | Decode extended bitstream for high-precision WavPack files. | Laurent Aimar | 2009-05-02 | 1 | -2/+50 |
* | Correctly update output sample format in wavpack decoder. | Laurent Aimar | 2009-04-26 | 1 | -6/+15 |
* | Merge decoding functions for all bitdepths in WavPack decoder | Kostya Shishkov | 2009-04-24 | 1 | -146/+52 |
* | Handle WavPack INT32INFO chunks with nonzero post shift | Kostya Shishkov | 2009-04-23 | 1 | -2/+4 |
* | Add functions for decoding >16 bits WavPack files. | Kostya Shishkov | 2009-04-23 | 1 | -9/+155 |
* | Shift 9-15 bit samples to use full 16-bit range. | Laurent Aimar | 2009-04-23 | 1 | -3/+5 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | 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 |