]> git.sesse.net Git - ffmpeg/history - libavcodec/mlpdec.c
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / mlpdec.c
2015-09-29 Ganesh Ajjanagaddemlpdec: Fix a undefined left shift of negative number
2015-08-28 Vittorio Giovaralavc: Drop deprecated request_channels related functions
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-03-11 Hendrik Leppkesmlpdec: support TrueHD streams with an Atmos substream
2015-03-11 Hendrik Leppkesmlpdec: support major sync headers with optional extens...
2014-11-13 Vittorio Giovaramlpdec: check for negative index
2014-03-26 Ben Avisontruehd: break out part of output_data into platform...
2014-03-26 Ben Avisontruehd: tune VLC decoding for ARM.
2014-03-26 Ben Avisontruehd: break out part of rematrix_channels into platfo...
2014-02-08 Michael Niedermayermlpdec: fix request_channel_layout behavior.
2014-02-08 Tim Walkermlp: improve request_channel_layout behavior.
2014-01-05 Tim Walkermlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.
2014-01-05 Tim Walkermlp: Parse TrueHD decoder channel modifiers and set...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-12 Luca Barbatomlpdec: Do not set invalid context in read_restart_header
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-23 Anton Khirnovmlpdec: do not try to allocate a zero-sized output...
2013-02-12 Justin Rugglesmlp/truehd: decode directly to the user-provided AVFrame
2013-01-22 Tim Walkermlp: implement support for AVCodecContext.request_chann...
2013-01-22 Tim Walkermlpdec: set the channel layout.
2013-01-22 Tim Walkermlpdec: TrueHD: use Libav channel order.
2013-01-22 Tim Walkermlp: store the channel layout for each substream.
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-11 Luca Barbatodsputil: split out mlp dsp function
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-21 Paul B Maholmlpdec: use av_log_ask_for_sample()
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
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.
next