| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | mlpdec: use av_log_ask_for_sample() | Paul B Mahol | 2012-02-21 | 1 | -18/+12 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -27/+27 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -14/+25 |
* | mlpdec: return meaningful error codes instead of -1 | Justin Ruggles | 2011-10-13 | 1 | -54/+58 |
* | mlpdec: remove unnecessary wrapper function | Justin Ruggles | 2011-10-13 | 1 | -12/+3 |
* | mlpdec: only calculate output size once | Justin Ruggles | 2011-10-13 | 1 | -3/+7 |
* | mlpdec: validate that the reported channel count matches the actual output | Justin Ruggles | 2011-10-13 | 1 | -1/+6 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -16/+12 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Update the url to the site website and change ffmpeg-devel to libav-devel | Johan Andersson | 2011-03-13 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -3/+3 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | mlpdec: Comment channel_params field in struct SubStream. | Nick Brereton | 2010-05-11 | 1 | -0/+1 |
* | mlpdec: Allocate channel decoding parameters for each substream. Some file | Nick Brereton | 2010-05-11 | 1 | -16/+18 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the | Reimar Döffinger | 2010-01-27 | 1 | -1/+1 |
* | Fix crash in MLP decoder due to integer overflow. | Reimar Döffinger | 2010-01-24 | 1 | -1/+1 |
* | Remove pointless CONFIG_MLP_DECODER preprocessor check. | Diego Biurrun | 2009-12-29 | 1 | -2/+0 |
* | mlp: Indent. | Ramiro Polla | 2009-10-16 | 1 | -9/+9 |
* | mlp: Only initialize VLC tables once. This caused a crash when multiple | Ramiro Polla | 2009-10-16 | 1 | -0/+2 |
* | mlp: Simplify adressing of state and coeffs arrays for both filters by making | Ramiro Polla | 2009-05-15 | 1 | -7/+8 |
* | mlpdec: Fix possible writing out of array bounds introduced by being | Ramiro Polla | 2009-05-06 | 1 | -0/+9 |
* | mlpdec: Split sync word error and MLP sync word check. | Ramiro Polla | 2009-05-06 | 1 | -3/+8 |
* | mlpdec: Fix indentation that got mangled from copy&paste. | Ramiro Polla | 2009-05-06 | 1 | -4/+4 |
* | mlpdec: Move MLP's filter_channel() to dsputils. | Ramiro Polla | 2009-04-30 | 1 | -24/+10 |
* | mlpdec: Simplify filtering code by using only one counter variable. | Ramiro Polla | 2009-04-26 | 1 | -13/+12 |
* | mlpdec: Don't overallocate buffers. | Ramiro Polla | 2009-04-21 | 1 | -2/+2 |
* | mlpdec: Validate num_primitive_matrices. | Ramiro Polla | 2009-04-21 | 1 | -0/+10 |
* | mlpdec: Validate max_channel and max_matrix_channel. | Ramiro Polla | 2009-04-21 | 1 | -0/+16 |
* | mlpdec: Restart header sync must be 0x31ea for MLP. | Ramiro Polla | 2009-04-21 | 1 | -2/+3 |
* | mlpdec: Read context variable to local variable to make code cleaner. | Ramiro Polla | 2009-04-18 | 1 | -2/+2 |
* | mlpdec: {}- and whitespace-related cosmetics. | Ramiro Polla | 2009-04-18 | 1 | -28/+21 |
* | mlpdec: Use some context arrays with local variables in rematrix_channels(). | Ramiro Polla | 2009-04-18 | 1 | -3/+5 |
* | truehd: Simplify rematrix_channels() as per Michael's original review. | Ramiro Polla | 2009-04-18 | 1 | -2/+4 |
* | mlpdec: Make read_matrix_params() take unsigned int substr for consistency. | Ramiro Polla | 2009-04-18 | 1 | -2/+3 |
* | mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. | Ramiro Polla | 2009-04-18 | 1 | -15/+9 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | 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 |