| Commit message (Expand) | Author | Age | Files | Lines |
* | mlpdec: support TrueHD streams with an Atmos substream | Hendrik Leppkes | 2015-03-11 | 1 | -1/+3 |
* | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2015-03-11 | 1 | -1/+6 |
* | mlpdec: check for negative index | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
* | truehd: break out part of output_data into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -17/+23 |
* | truehd: tune VLC decoding for ARM. | Ben Avison | 2014-03-26 | 1 | -3/+10 |
* | truehd: break out part of rematrix_channels into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -25/+12 |
* | mlpdec: fix request_channel_layout behavior. | Michael Niedermayer | 2014-02-08 | 1 | -1/+1 |
* | mlp: improve request_channel_layout behavior. | Tim Walker | 2014-02-08 | 1 | -2/+2 |
* | mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data. | Tim Walker | 2014-01-05 | 1 | -0/+4 |
* | mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ... | Tim Walker | 2014-01-05 | 1 | -0/+42 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | mlpdec: Do not set invalid context in read_restart_header | Luca Barbato | 2013-07-12 | 1 | -9/+14 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -11/+13 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | mlpdec: do not try to allocate a zero-sized output buffer. | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | mlp/truehd: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -11/+6 |
* | mlp: implement support for AVCodecContext.request_channel_layout. | Tim Walker | 2013-01-22 | 1 | -4/+14 |
* | mlpdec: set the channel layout. | Tim Walker | 2013-01-22 | 1 | -2/+4 |
* | mlpdec: TrueHD: use Libav channel order. | Tim Walker | 2013-01-22 | 1 | -0/+36 |
* | mlp: store the channel layout for each substream. | Tim Walker | 2013-01-22 | 1 | -0/+21 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -3/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -9/+9 |
* | 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 |