Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
2009-05-06mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla
2009-05-06mlpdec: Split sync word error and MLP sync word check.Ramiro Polla
2009-05-06mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
2009-04-27mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla
2009-04-22mlpdec: Don't overallocate buffers.Ramiro Polla
2009-04-22mlpdec: Validate num_primitive_matrices.Ramiro Polla
2009-04-22mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla
2009-04-22mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla
2009-04-19mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla
2009-04-18mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla
2009-04-18mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla
2009-04-18truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla
2009-04-18mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla
2009-04-18mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-06mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla
2009-04-06mlpdec: There must be no extraword for MLP.Ramiro Polla
2009-04-06mlpdec: Validate non-restart bit from the substream header.Ramiro Polla
2009-04-06mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla
2009-03-30mlpdec: Simplify check for substream_parity_present.Ramiro Polla
2009-03-30mlpdec: Simplify no restart header seen error.Ramiro Polla
2009-03-30mlpdec: Simplify substream length mismatch error.Ramiro Polla
2009-03-30mlpdec: Prettify substream parity check.Ramiro Polla
2009-03-30mlpdec: Cleaner and better termination word check.Ramiro Polla
2009-03-30mlpdec: More validation for read_channel_params()Ramiro Polla
2009-03-30mlpdec: whitespace cosmetics.Ramiro Polla
2009-03-30mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla
2009-03-30mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla
2009-03-30mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla
2009-03-30mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla
2009-03-28mlpdec: Remove few random dprintf()s.Ramiro Polla
2009-03-28mlpdec: Check for blocksize in proper range.Ramiro Polla
2009-03-28mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla
2009-03-28mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla
2009-03-28mlpdec: output_shift is signedRamiro Polla
2009-03-28mlpdec: Split read_channel_params() into its own function.Ramiro Polla
2009-03-28mlpdec: Split read_matrix_params() into its own function.Ramiro Polla
2009-03-20mlp, truehd: support non 1:1 channel mapping.Ramiro Polla
2009-03-20Support "next parameter flags present" flag.Ramiro Polla
2009-03-20truehd: support up to 3 substreams.Ramiro Polla
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-25Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun
2008-12-07mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla
2008-12-07mlp: support bit-depths greater than 16 by default.Ramiro Polla