| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+2 |
* | mlpdec: set channel variables after checking them | Michael Niedermayer | 2012-04-19 | 1 | -8/+13 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -18/+12 |
|\ \
| |/ |
|
| * | mlpdec: use av_log_ask_for_sample() | Paul B Mahol | 2012-02-21 | 1 | -18/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Fix channel order for some less common TrueHD layouts. | Carl Eugen Hoyos | 2011-12-18 | 1 | -0/+8 |
* | | mlpdec: fix channel order for wide 7.1 truehd layouts | Hendrik Leppkes | 2011-12-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -28/+28 |
|\ \
| |/ |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -27/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -14/+25 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -14/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -69/+73 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -16/+12 |
|\ \
| |/ |
|
| * | 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 |
* | | Do not ask for samples if a specific channel layout was requested. | Carl Eugen Hoyos | 2011-05-23 | 1 | -0/+1 |
* | | Map mlp surround channels to FFmpeg rear channels. | Carl Eugen Hoyos | 2011-05-13 | 1 | -3/+3 |
* | | Also set the MLP/TrueHD channel layout in the decoder. | Carl Eugen Hoyos | 2011-04-19 | 1 | -0/+17 |
* | | Fix channel order for 7.1 TrueHD samples. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+5 |
* | | Fix channel order for some MLP samples. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+18 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |