Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Tue, 11 May 2010 01:46:13 +0000 |
ramiro |
mlpdec: Comment channel_params field in struct SubStream.
libavcodec
|
Tue, 11 May 2010 01:44:52 +0000 |
ramiro |
mlpdec: Allocate channel decoding parameters for each substream. Some file
libavcodec
|
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
|
Wed, 27 Jan 2010 20:02:18 +0000 |
reimar |
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the
libavcodec
|
Sun, 24 Jan 2010 18:07:29 +0000 |
reimar |
Fix crash in MLP decoder due to integer overflow.
libavcodec
|
Tue, 29 Dec 2009 17:20:19 +0000 |
diego |
Remove pointless CONFIG_MLP_DECODER preprocessor check.
libavcodec
|
Fri, 16 Oct 2009 16:12:04 +0000 |
ramiro |
mlp: Indent.
libavcodec
|
Fri, 16 Oct 2009 16:10:00 +0000 |
ramiro |
mlp: Only initialize VLC tables once. This caused a crash when multiple
libavcodec
|
Fri, 15 May 2009 15:34:22 +0000 |
ramiro |
mlp: Simplify adressing of state and coeffs arrays for both filters by making
libavcodec
|
Wed, 06 May 2009 16:01:28 +0000 |
ramiro |
mlpdec: Fix possible writing out of array bounds introduced by being
libavcodec
|
Wed, 06 May 2009 15:46:10 +0000 |
ramiro |
mlpdec: Split sync word error and MLP sync word check.
libavcodec
|
Wed, 06 May 2009 15:37:25 +0000 |
ramiro |
mlpdec: Fix indentation that got mangled from copy&paste.
libavcodec
|
Thu, 30 Apr 2009 12:30:05 +0000 |
ramiro |
mlpdec: Move MLP's filter_channel() to dsputils.
libavcodec
|
Sun, 26 Apr 2009 20:37:40 +0000 |
ramiro |
mlpdec: Simplify filtering code by using only one counter variable.
libavcodec
|
Tue, 21 Apr 2009 22:53:46 +0000 |
ramiro |
mlpdec: Don't overallocate buffers.
libavcodec
|
Tue, 21 Apr 2009 22:32:50 +0000 |
ramiro |
mlpdec: Validate num_primitive_matrices.
libavcodec
|
Tue, 21 Apr 2009 22:12:30 +0000 |
ramiro |
mlpdec: Validate max_channel and max_matrix_channel.
libavcodec
|
Tue, 21 Apr 2009 21:57:23 +0000 |
ramiro |
mlpdec: Restart header sync must be 0x31ea for MLP.
libavcodec
|
Sat, 18 Apr 2009 20:23:13 +0000 |
ramiro |
mlpdec: Read context variable to local variable to make code cleaner.
libavcodec
|
Sat, 18 Apr 2009 19:52:52 +0000 |
ramiro |
mlpdec: {}- and whitespace-related cosmetics.
libavcodec
|
Sat, 18 Apr 2009 19:46:41 +0000 |
ramiro |
mlpdec: Use some context arrays with local variables in rematrix_channels().
libavcodec
|
Sat, 18 Apr 2009 19:39:07 +0000 |
ramiro |
truehd: Simplify rematrix_channels() as per Michael's original review.
libavcodec
|
Sat, 18 Apr 2009 18:54:30 +0000 |
ramiro |
mlpdec: Make read_matrix_params() take unsigned int substr for consistency.
libavcodec
|
Sat, 18 Apr 2009 18:51:43 +0000 |
ramiro |
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.
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
|
Mon, 06 Apr 2009 00:58:03 +0000 |
ramiro |
mlpdec: Filters and matrices may change only once per substream per access unit.
libavcodec
|
Sun, 05 Apr 2009 20:54:19 +0000 |
ramiro |
mlpdec: There must be no extraword for MLP.
libavcodec
|