summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
* dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun2016-01-15
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-04
* dca: K&R formatting cosmeticsGabriel Dume2014-09-16
* put_bits: Remove unused includesVittorio Giovara2014-03-04
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-27
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-01
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov2012-03-08
* dca: don't use av_clip_uintp2().Ronald S. Bultje2012-03-07
* dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje2012-03-07
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-05
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* dca: K&R formatting cosmeticsShitiz Garg2012-01-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-27
* Make channel layout masks unsignedMans Rullgard2011-11-25
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-25
* dca: handle errors from dca_decode_block()Justin Ruggles2011-10-29
* dca: return error if the frame header is invalidJustin Ruggles2011-10-29
* dca: return proper error codes instead of -1Justin Ruggles2011-10-29
* dca: fix signed overflow in shiftMans Rullgard2011-10-08
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard2011-09-29
* dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-28
* dca: set AVCodecContext frame_size for DTS audioJohn Stebbins2011-07-04
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* Remove unused variablesMans Rullgard2011-06-02
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* 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
* 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