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
|
Sun, 05 Apr 2009 20:46:53 +0000 |
ramiro |
mlpdec: Validate non-restart bit from the substream header.
libavcodec
|
Sun, 05 Apr 2009 20:11:40 +0000 |
ramiro |
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel.
libavcodec
|
Mon, 30 Mar 2009 03:46:52 +0000 |
ramiro |
mlpdec: Simplify check for substream_parity_present.
libavcodec
|
Mon, 30 Mar 2009 03:44:20 +0000 |
ramiro |
mlpdec: Simplify no restart header seen error.
libavcodec
|
Mon, 30 Mar 2009 03:42:40 +0000 |
ramiro |
mlpdec: Simplify substream length mismatch error.
libavcodec
|
Mon, 30 Mar 2009 03:37:19 +0000 |
ramiro |
mlpdec: Prettify substream parity check.
libavcodec
|
Mon, 30 Mar 2009 03:34:15 +0000 |
ramiro |
mlpdec: Cleaner and better termination word check.
libavcodec
|
Mon, 30 Mar 2009 03:20:01 +0000 |
ramiro |
mlpdec: More validation for read_channel_params()
libavcodec
|