summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\
| * dca: set AVCodecContext frame_size for DTS audioJohn Stebbins2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-19
|\|
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* | Support native DTS channel order when requested.Alexandre Colucci2011-05-13
* | Fix data_size handling for AC3 and dca decoders.Reimar Döffinger2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
| * Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-24
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
| * dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-01
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
| * cosmetics: indentation and spacingJustin Ruggles2011-01-28
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * dca: add profile namesAnssi Hannula2011-01-21
| * dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-21
* | dca: allow selecting float output at runtime.Reimar Döffinger2011-04-25
* | Libavcodec AC3/E-AC3/DTS decoders now output floating point data.clsid22011-04-03
* | dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-26
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-02
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
* | cosmetics: indentation and spacingJustin Ruggles2011-01-28
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | dca: add profile namesAnssi Hannula2011-01-23
* | dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-23
|/
* cosmetics: reindentJustin Ruggles2011-01-18
* Add check for changing number of channels in DCA.Daniel Kang2011-01-18
* Fix reading over the end of the allocated buffer.Anssi Hannula2011-01-09
* Export dca profile information.Anssi Hannula2011-01-06
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-06
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* dca: fix dynrange coefficient in xchNick Brereton2010-07-31