summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-26
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-21
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-21
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-21
* mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla2009-04-21
* mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla2009-04-18
* mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla2009-04-18
* mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla2009-04-18
* truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla2009-04-18
* mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla2009-04-18
* mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla2009-04-18
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-06
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-05
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-05
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-05
* mlpdec: Simplify check for substream_parity_present.Ramiro Polla2009-03-30
* mlpdec: Simplify no restart header seen error.Ramiro Polla2009-03-30
* mlpdec: Simplify substream length mismatch error.Ramiro Polla2009-03-30
* mlpdec: Prettify substream parity check.Ramiro Polla2009-03-30
* mlpdec: Cleaner and better termination word check.Ramiro Polla2009-03-30
* mlpdec: More validation for read_channel_params()Ramiro Polla2009-03-30
* mlpdec: whitespace cosmetics.Ramiro Polla2009-03-30
* mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla2009-03-30
* mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla2009-03-30
* mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla2009-03-30
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-30
* mlpdec: Remove few random dprintf()s.Ramiro Polla2009-03-28
* mlpdec: Check for blocksize in proper range.Ramiro Polla2009-03-27
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-27
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-27
* mlpdec: output_shift is signedRamiro Polla2009-03-27
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-27
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-27
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-20
* Support "next parameter flags present" flag.Ramiro Polla2009-03-20
* truehd: support up to 3 substreams.Ramiro Polla2009-03-20
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-07
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla2008-08-13