summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAgeFilesLines
* mlpdec: switch to av_assertMichael Niedermayer2012-07-181-1/+1
* lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-1/+2
* mlpdec: set channel variables after checking themMichael Niedermayer2012-04-191-8/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-18/+12
|\ \ | |/
| * mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-211-18/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Fix channel order for some less common TrueHD layouts.Carl Eugen Hoyos2011-12-181-0/+8
* | mlpdec: fix channel order for wide 7.1 truehd layoutsHendrik Leppkes2011-12-181-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-28/+28
|\ \ | |/
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-27/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-14/+25
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-14/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-69/+73
|\ \ | |/
| * mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-131-54/+58
| * mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-131-12/+3
| * mlpdec: only calculate output size onceJustin Ruggles2011-10-131-3/+7
| * mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-131-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-16/+12
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-131-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos2011-05-231-0/+1
* | Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos2011-05-131-3/+3
* | Also set the MLP/TrueHD channel layout in the decoder.Carl Eugen Hoyos2011-04-191-0/+17
* | Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos2011-04-141-0/+5
* | Fix channel order for some MLP samples.Carl Eugen Hoyos2011-04-141-0/+18
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-3/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-111-0/+1
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-111-16/+18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-271-1/+1
* Fix crash in MLP decoder due to integer overflow.Reimar Döffinger2010-01-241-1/+1
* Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun2009-12-291-2/+0
* mlp: Indent.Ramiro Polla2009-10-161-9/+9
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-161-0/+2
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-151-7/+8
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-061-0/+9
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-061-3/+8
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-061-4/+4
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-301-24/+10
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-261-13/+12
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-211-2/+2
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-211-0/+10
OpenPOWER on IntegriCloud