]> git.sesse.net Git - ffmpeg/history - libavcodec/mlpdec.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / mlpdec.c
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Carl Eugen HoyosAlso set the MLP/TrueHD channel layout in the decoder.
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Carl Eugen HoyosFix channel order for 7.1 TrueHD samples.
2011-04-14 Carl Eugen HoyosFix channel order for some MLP samples.
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-18 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-17 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-15 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-13 Johan AnderssonUpdate the url to the site website and change ffmpeg...
2011-01-28 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
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.
next