summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-301-2/+3
|\ \ | |/
| * dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard2011-09-291-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-291-5/+2
|\ \ | |/
| * dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-281-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-0/+1
|\ \ | |/
| * dca: set AVCodecContext frame_size for DTS audioJohn Stebbins2011-07-041-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-1/+1
|\ \ | |/
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-4/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-4/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-13/+23
|\ \ | |/
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-7/+27
* | Support native DTS channel order when requested.Alexandre Colucci2011-05-131-0/+4
* | Fix data_size handling for AC3 and dca decoders.Reimar Döffinger2011-05-011-3/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-5/+5
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-5/+5
| * Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-231-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-241-20/+49
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-2/+2
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-2/+5
| * dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-011-1/+3
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-2/+2
| * cosmetics: indentation and spacingJustin Ruggles2011-01-281-7/+6
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-28/+19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * dca: add profile namesAnssi Hannula2011-01-211-0/+10
| * dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-211-5/+2
* | dca: allow selecting float output at runtime.Reimar Döffinger2011-04-251-18/+10
* | Libavcodec AC3/E-AC3/DTS decoders now output floating point data.clsid22011-04-031-2/+19
* | dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-261-20/+49
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-2/+2
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-2/+5
* | dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-021-1/+3
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-2/+2
* | cosmetics: indentation and spacingJustin Ruggles2011-01-281-7/+6
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-28/+19
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | dca: add profile namesAnssi Hannula2011-01-231-0/+10
* | dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-231-5/+2
|/
* cosmetics: reindentJustin Ruggles2011-01-181-1/+1
* Add check for changing number of channels in DCA.Daniel Kang2011-01-181-0/+9
* Fix reading over the end of the allocated buffer.Anssi Hannula2011-01-091-1/+15
* Export dca profile information.Anssi Hannula2011-01-061-3/+351
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-061-3/+9
OpenPOWER on IntegriCloud