| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | mlpdec: Filters and matrices may change only once per substream per access unit. | Ramiro Polla | 2009-04-06 | 1 | -0/+22 |
* | mlpdec: There must be no extraword for MLP. | Ramiro Polla | 2009-04-05 | 1 | -0/+4 |
* | mlpdec: Validate non-restart bit from the substream header. | Ramiro Polla | 2009-04-05 | 1 | -2/+12 |
* | mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma... | Ramiro Polla | 2009-04-05 | 1 | -1/+1 |
* | mlpdec: Simplify check for substream_parity_present. | Ramiro Polla | 2009-03-30 | 1 | -2/+4 |
* | mlpdec: Simplify no restart header seen error. | Ramiro Polla | 2009-03-30 | 1 | -6/+5 |
* | mlpdec: Simplify substream length mismatch error. | Ramiro Polla | 2009-03-30 | 1 | -5/+9 |
* | mlpdec: Prettify substream parity check. | Ramiro Polla | 2009-03-30 | 1 | -8/+6 |
* | mlpdec: Cleaner and better termination word check. | Ramiro Polla | 2009-03-30 | 1 | -11/+12 |
* | mlpdec: More validation for read_channel_params() | Ramiro Polla | 2009-03-30 | 1 | -2/+10 |
* | mlpdec: whitespace cosmetics. | Ramiro Polla | 2009-03-30 | 1 | -12/+6 |
* | mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized | Ramiro Polla | 2009-03-30 | 1 | -4/+4 |
* | mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir. | Ramiro Polla | 2009-03-30 | 1 | -16/+17 |
* | mlpdec: Unroll copying filter state data and filtering for the two filters. | Ramiro Polla | 2009-03-30 | 1 | -13/+15 |
* | mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively. | Ramiro Polla | 2009-03-30 | 1 | -5/+6 |
* | mlpdec: Remove few random dprintf()s. | Ramiro Polla | 2009-03-28 | 1 | -8/+0 |
* | mlpdec: Check for blocksize in proper range. | Ramiro Polla | 2009-03-27 | 1 | -2/+2 |
* | mlpdec: quant_step_size can be any value from 0 to 0xF. | Ramiro Polla | 2009-03-27 | 1 | -1/+0 |
* | mlpdec: output_shift can be any value from -8 to 7. | Ramiro Polla | 2009-03-27 | 1 | -1/+0 |
* | mlpdec: output_shift is signed | Ramiro Polla | 2009-03-27 | 1 | -1/+1 |
* | mlpdec: Split read_channel_params() into its own function. | Ramiro Polla | 2009-03-27 | 1 | -37/+49 |
* | mlpdec: Split read_matrix_params() into its own function. | Ramiro Polla | 2009-03-27 | 1 | -38/+50 |
* | mlp, truehd: support non 1:1 channel mapping. | Ramiro Polla | 2009-03-20 | 1 | -9/+16 |
* | Support "next parameter flags present" flag. | Ramiro Polla | 2009-03-20 | 1 | -0/+2 |
* | truehd: support up to 3 substreams. | Ramiro Polla | 2009-03-20 | 1 | -0/+4 |
* | Split TrueHD decoder from MLP | Ramiro Polla | 2009-03-19 | 1 | -1/+16 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | Change mplayerhq.hu references to ffmpeg.org where appropriate. | Diego Biurrun | 2008-12-25 | 1 | -1/+1 |
* | mlp: cosmetics: remove {}s over one-lined if. | Ramiro Polla | 2008-12-07 | 1 | -2/+1 |
* | mlp: support bit-depths greater than 16 by default. | Ramiro Polla | 2008-12-07 | 1 | -3/+3 |
* | mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. | Mathieu Velten | 2008-12-06 | 1 | -1/+1 |
* | mlp: Define End-of-Stream code in common header file and use it in decoder. | Ramiro Polla | 2008-08-14 | 1 | -1/+1 |
* | mlp: split simple inline function that xors 4 bytes into one. | Ramiro Polla | 2008-08-14 | 1 | -4/+1 |
* | mlp: Split common code from parser and decoder to be used by encoder. | Ramiro Polla | 2008-08-13 | 1 | -148/+13 |
* | mlpdec: Put some doxy comments to the right of vars instead of interleaved. | Ramiro Polla | 2008-08-13 | 1 | -12/+6 |
* | mlpdec: Split channel parameters from context into their own struct. | Ramiro Polla | 2008-08-13 | 1 | -38/+46 |
* | mlpdec: whitespace and line-breaking cosmetics. | Ramiro Polla | 2008-08-12 | 1 | -9/+5 |
* | mlpdec: Split filter parameters from context into their own struct. | Ramiro Polla | 2008-08-12 | 1 | -29/+38 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | mlpdec: Check for bits left before each read of End-of-Stream indicator and | Ramiro Polla | 2008-07-13 | 1 | -2/+3 |
* | Add required stdint.h header #include. | Diego Biurrun | 2008-07-05 | 1 | -0/+2 |
* | spelling cosmetics | Diego Biurrun | 2008-07-05 | 1 | -58/+58 |
* | MLP/TrueHD decoder. | Ramiro Polla | 2008-07-04 | 1 | -0/+1180 |