summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
* mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
* mlpdec: only calculate output size onceJustin Ruggles2011-10-13
* mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-11
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27
* Fix crash in MLP decoder due to integer overflow.Reimar Döffinger2010-01-24
* Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun2009-12-29
* mlp: Indent.Ramiro Polla2009-10-16
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-16
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-06
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-06
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-06
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* 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