summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-161-0/+2
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-151-7/+8
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-061-0/+9
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-061-3/+8
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-061-4/+4
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-301-24/+10
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-261-13/+12
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-211-2/+2
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-211-0/+10
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-211-0/+16
* mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla2009-04-211-2/+3
* mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla2009-04-181-2/+2
* mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla2009-04-181-28/+21
* mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla2009-04-181-3/+5
* truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla2009-04-181-2/+4
* mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla2009-04-181-2/+3
* mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla2009-04-181-15/+9
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-061-0/+22
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-051-0/+4
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-051-2/+12
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-051-1/+1
* mlpdec: Simplify check for substream_parity_present.Ramiro Polla2009-03-301-2/+4
* mlpdec: Simplify no restart header seen error.Ramiro Polla2009-03-301-6/+5
* mlpdec: Simplify substream length mismatch error.Ramiro Polla2009-03-301-5/+9
* mlpdec: Prettify substream parity check.Ramiro Polla2009-03-301-8/+6
* mlpdec: Cleaner and better termination word check.Ramiro Polla2009-03-301-11/+12
* mlpdec: More validation for read_channel_params()Ramiro Polla2009-03-301-2/+10
* mlpdec: whitespace cosmetics.Ramiro Polla2009-03-301-12/+6
* mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla2009-03-301-4/+4
* mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla2009-03-301-16/+17
* mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla2009-03-301-13/+15
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-301-5/+6
* mlpdec: Remove few random dprintf()s.Ramiro Polla2009-03-281-8/+0
* mlpdec: Check for blocksize in proper range.Ramiro Polla2009-03-271-2/+2
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-271-1/+0
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-271-1/+0
* mlpdec: output_shift is signedRamiro Polla2009-03-271-1/+1
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-271-37/+49
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-271-38/+50
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-201-9/+16
* Support "next parameter flags present" flag.Ramiro Polla2009-03-201-0/+2
* truehd: support up to 3 substreams.Ramiro Polla2009-03-201-0/+4
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+16
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-251-1/+1
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-071-2/+1
OpenPOWER on IntegriCloud