]> git.sesse.net Git - ffmpeg/history - libavcodec/mlpdec.c
Add avcodec_decode_audio4().
[ffmpeg] / libavcodec / mlpdec.c
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-13 Justin Rugglesmlpdec: return meaningful error codes instead of -1
2011-10-13 Justin Rugglesmlpdec: remove unnecessary wrapper function
2011-10-13 Justin Rugglesmlpdec: only calculate output size once
2011-10-13 Justin Rugglesmlpdec: validate that the reported channel count matche...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-13 Johan AnderssonUpdate the url to the site website and change ffmpeg...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-11 Nick Breretonmlpdec: Comment channel_params field in struct SubStream.
2010-05-11 Nick Breretonmlpdec: Allocate channel decoding parameters for each...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-27 Reimar DöffingerReduce log level of "Extracting .. channel downmix...
2010-01-24 Reimar DöffingerFix crash in MLP decoder due to integer overflow.
2009-12-29 Diego BiurrunRemove pointless CONFIG_MLP_DECODER preprocessor check.
2009-10-16 Ramiro Pollamlp: Indent.
2009-10-16 Ramiro Pollamlp: Only initialize VLC tables once. This caused a...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-05-06 Ramiro Pollamlpdec: Fix possible writing out of array bounds introd...
2009-05-06 Ramiro Pollamlpdec: Split sync word error and MLP sync word check.
2009-05-06 Ramiro Pollamlpdec: Fix indentation that got mangled from copy...
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-26 Ramiro Pollamlpdec: Simplify filtering code by using only one count...
2009-04-21 Ramiro Pollamlpdec: Don't overallocate buffers.
2009-04-21 Ramiro Pollamlpdec: Validate num_primitive_matrices.
2009-04-21 Ramiro Pollamlpdec: Validate max_channel and max_matrix_channel.
2009-04-21 Ramiro Pollamlpdec: Restart header sync must be 0x31ea for MLP.
2009-04-18 Ramiro Pollamlpdec: Read context variable to local variable to...
2009-04-18 Ramiro Pollamlpdec: {}- and whitespace-related cosmetics.
2009-04-18 Ramiro Pollamlpdec: Use some context arrays with local variables...
2009-04-18 Ramiro Pollatruehd: Simplify rematrix_channels() as per Michael...
2009-04-18 Ramiro Pollamlpdec: Make read_matrix_params() take unsigned int...
2009-04-18 Ramiro Pollamlpdec: Check for {matrix,filter}_changed as soon as...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-06 Ramiro Pollamlpdec: Filters and matrices may change only once per...
2009-04-05 Ramiro Pollamlpdec: There must be no extraword for MLP.
2009-04-05 Ramiro Pollamlpdec: Validate non-restart bit from the substream...
2009-04-05 Ramiro Pollamlpdec: matrix_out_ch must not be greater than max_matr...
2009-03-30 Ramiro Pollamlpdec: Simplify check for substream_parity_present.
2009-03-30 Ramiro Pollamlpdec: Simplify no restart header seen error.
2009-03-30 Ramiro Pollamlpdec: Simplify substream length mismatch error.
2009-03-30 Ramiro Pollamlpdec: Prettify substream parity check.
2009-03-30 Ramiro Pollamlpdec: Cleaner and better termination word check.
2009-03-30 Ramiro Pollamlpdec: More validation for read_channel_params()
2009-03-30 Ramiro Pollamlpdec: whitespace cosmetics.
2009-03-30 Ramiro Pollamlpdec: Simplify &foo[0] to foo and use index (which...
2009-03-30 Ramiro Pollamlpdec: Split filter_state_buffer into [fi]irbuf and...
2009-03-30 Ramiro Pollamlpdec: Unroll copying filter state data and filtering...
2009-03-30 Ramiro Pollamlpdec: Max filter orders for FIR and IIR are 8 and...
2009-03-28 Ramiro Pollamlpdec: Remove few random dprintf()s.
2009-03-27 Ramiro Pollamlpdec: Check for blocksize in proper range.
2009-03-27 Ramiro Pollamlpdec: quant_step_size can be any value from 0 to...
2009-03-27 Ramiro Pollamlpdec: output_shift can be any value from -8 to 7.
2009-03-27 Ramiro Pollamlpdec: output_shift is signed
2009-03-27 Ramiro Pollamlpdec: Split read_channel_params() into its own function.
2009-03-27 Ramiro Pollamlpdec: Split read_matrix_params() into its own function.
2009-03-20 Ramiro Pollamlp, truehd: support non 1:1 channel mapping.
2009-03-20 Ramiro PollaSupport "next parameter flags present" flag.
2009-03-20 Ramiro Pollatruehd: support up to 3 substreams.
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2008-12-25 Diego BiurrunChange mplayerhq.hu references to ffmpeg.org where...
2008-12-07 Ramiro Pollamlp: cosmetics: remove {}s over one-lined if.
2008-12-07 Ramiro Pollamlp: support bit-depths greater than 16 by default.
2008-12-06 Mathieu Veltenmlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...
2008-08-13 Ramiro Pollamlpdec: Put some doxy comments to the right of vars...
2008-08-13 Ramiro Pollamlpdec: Split channel parameters from context into...
2008-08-12 Ramiro Pollamlpdec: whitespace and line-breaking cosmetics.
2008-08-12 Ramiro Pollamlpdec: Split filter parameters from context into their...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollamlpdec: Check for bits left before each read of End...
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-04 Ramiro PollaMLP/TrueHD decoder.