Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Fri, 19 Feb 2010 14:06:12 +0000 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
Fri, 19 Feb 2010 14:05:41 +0000 |
kostya |
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Wed, 16 Sep 2009 15:08:26 +0000 |
faust3 |
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
libavcodec
|
Wed, 06 May 2009 05:40:43 +0000 |
kostya |
Add floating point audio decoding to WavPack decoder.
libavcodec
|
Wed, 06 May 2009 05:28:06 +0000 |
kostya |
Prepare WavPack decoder to support floating point output.
libavcodec
|
Tue, 05 May 2009 06:10:59 +0000 |
kostya |
Factorize out integer sample value decoding for WavPack.
libavcodec
|
Sun, 03 May 2009 05:42:51 +0000 |
kostya |
Check whether extra bits block has enough data.
libavcodec
|
Sat, 02 May 2009 09:08:40 +0000 |
banan |
Remove dead assignments found by CSA
libavcodec
|
Sat, 02 May 2009 05:17:20 +0000 |
kostya |
Decode extended bitstream for high-precision WavPack files.
libavcodec
|
Sun, 26 Apr 2009 04:23:29 +0000 |
kostya |
Correctly update output sample format in wavpack decoder.
libavcodec
|
Fri, 24 Apr 2009 05:50:19 +0000 |
kostya |
Merge decoding functions for all bitdepths in WavPack decoder
libavcodec
|
Thu, 23 Apr 2009 18:21:16 +0000 |
kostya |
Handle WavPack INT32INFO chunks with nonzero post shift
libavcodec
|
Thu, 23 Apr 2009 17:27:04 +0000 |
kostya |
Add functions for decoding >16 bits WavPack files.
libavcodec
|
Thu, 23 Apr 2009 07:44:04 +0000 |
kostya |
Shift 9-15 bit samples to use full 16-bit range.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 16 Jan 2009 17:46:19 +0000 |
kostya |
WavPack hybrid mode support
libavcodec
|
Wed, 19 Nov 2008 14:57:48 +0000 |
kostya |
Add channel layout to several audio decoders I maintain
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 16:12:00 +0000 |
michael |
const
libavcodec
|
Sun, 25 Nov 2007 17:31:55 +0000 |
aurel |
remove some empty close/init functions in avcodec
libavcodec
|
Sun, 26 Aug 2007 22:38:57 +0000 |
aurel |
add get_unary_0_33() to help gcc with inlining
libavcodec
|
Sun, 26 Aug 2007 22:33:48 +0000 |
aurel |
move get_unary() to its own file
libavcodec
|