]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mlpdec.c
Fix segault
[frescor/ffmpeg.git] / libavcodec / mlpdec.c
2009-05-06 ramiromlpdec: Fix possible writing out of array bounds introd...
2009-05-06 ramiromlpdec: Split sync word error and MLP sync word check.
2009-05-06 ramiromlpdec: Fix indentation that got mangled from copy...
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
2009-04-26 ramiromlpdec: Simplify filtering code by using only one count...
2009-04-21 ramiromlpdec: Don't overallocate buffers.
2009-04-21 ramiromlpdec: Validate num_primitive_matrices.
2009-04-21 ramiromlpdec: Validate max_channel and max_matrix_channel.
2009-04-21 ramiromlpdec: Restart header sync must be 0x31ea for MLP.
2009-04-18 ramiromlpdec: Read context variable to local variable to...
2009-04-18 ramiromlpdec: {}- and whitespace-related cosmetics.
2009-04-18 ramiromlpdec: Use some context arrays with local variables...
2009-04-18 ramirotruehd: Simplify rematrix_channels() as per Michael...
2009-04-18 ramiromlpdec: Make read_matrix_params() take unsigned int...
2009-04-18 ramiromlpdec: Check for {matrix,filter}_changed as soon as...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-06 ramiromlpdec: Filters and matrices may change only once per...
2009-04-05 ramiromlpdec: There must be no extraword for MLP.
2009-04-05 ramiromlpdec: Validate non-restart bit from the substream...
2009-04-05 ramiromlpdec: matrix_out_ch must not be greater than max_matr...
2009-03-30 ramiromlpdec: Simplify check for substream_parity_present.
2009-03-30 ramiromlpdec: Simplify no restart header seen error.
2009-03-30 ramiromlpdec: Simplify substream length mismatch error.
2009-03-30 ramiromlpdec: Prettify substream parity check.
2009-03-30 ramiromlpdec: Cleaner and better termination word check.
2009-03-30 ramiromlpdec: More validation for read_channel_params()
2009-03-30 ramiromlpdec: whitespace cosmetics.
2009-03-30 ramiromlpdec: Simplify &foo[0] to foo and use index (which...
2009-03-30 ramiromlpdec: Split filter_state_buffer into [fi]irbuf and...
2009-03-30 ramiromlpdec: Unroll copying filter state data and filtering...
2009-03-30 ramiromlpdec: Max filter orders for FIR and IIR are 8 and...
2009-03-28 ramiromlpdec: Remove few random dprintf()s.
2009-03-27 ramiromlpdec: Check for blocksize in proper range.
2009-03-27 ramiromlpdec: quant_step_size can be any value from 0 to...
2009-03-27 ramiromlpdec: output_shift can be any value from -8 to 7.
2009-03-27 ramirooutput_shift is signed
2009-03-27 ramiroSplit read_channel_params() into its own function.
2009-03-27 ramiroSplit read_matrix_params() into its own function.
2009-03-20 ramiromlp, truehd: support non 1:1 channel mapping.
2009-03-20 ramiroSupport "next parameter flags present" flag.
2009-03-20 ramirotruehd: support up to 3 substreams.
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoAdd missing void keyword to parameterless function...
2008-12-25 diegoChange mplayerhq.hu references to ffmpeg.org where...
2008-12-07 ramiromlp: cosmetics: remove {}s over one-lined if.
2008-12-07 ramiromlp: support bit-depths greater than 16 by default.
2008-12-06 ramiromlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
2008-08-14 ramiromlp: Define End-of-Stream code in common header file...
2008-08-14 ramiromlp: split simple inline function that xors 4 bytes...
2008-08-13 ramiromlp: Split common code from parser and decoder to be...
2008-08-13 ramiromlpdec: Put some doxy comments to the right of vars...
2008-08-13 ramiromlpdec: Split channel parameters from context into...
2008-08-12 ramiromlpdec: whitespace and line-breaking cosmetics.
2008-08-12 ramiromlpdec: Split filter parameters from context into their...
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-13 ramiromlpdec: Check for bits left before each read of End...
2008-07-05 diegoAdd required stdint.h header #include.
2008-07-05 diegospelling cosmetics
2008-07-04 ramiroMLP/TrueHD decoder.