Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
2012-08-01dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-08-01dca: Rename dca.c ---> dcadec.cDiego Biurrun
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-03-08dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov
2012-03-07dca: don't use av_clip_uintp2().Ronald S. Bultje
2012-03-07dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje
2012-03-05dca_parser: parse the sample rate and frame durationsJustin Ruggles
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-03dca: K&R formatting cosmeticsShitiz Garg
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-28dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-25dca: ARMv6 optimised decode_blockcode()Mans Rullgard
2011-10-30dca: handle errors from dca_decode_block()Justin Ruggles
2011-10-30dca: return error if the frame header is invalidJustin Ruggles
2011-10-30dca: return proper error codes instead of -1Justin Ruggles
2011-10-08dca: fix signed overflow in shiftMans Rullgard
2011-09-30dca: NEON optimised high freq VQ decodingMans Rullgard
2011-09-29dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard
2011-09-28dca: use vector_fmac_scalar from dsputilMans Rullgard
2011-07-04dca: set AVCodecContext frame_size for DTS audioJohn Stebbins
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-02Remove unused variablesMans Rullgard
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-25dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-01dca: avoid C99 declaration in for() expressionGianluigi Tiesi
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-22dca: add profile namesAnssi Hannula
2011-01-22dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula
2011-01-18cosmetics: reindentJustin Ruggles
2011-01-18Add check for changing number of channels in DCA.Daniel Kang
2011-01-10Fix reading over the end of the allocated buffer.Anssi Hannula
2011-01-07Export dca profile information.Anssi Hannula
2011-01-07Verify FSIZE96 when encountering X96 sync code.Anssi Hannula
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-08-01dca: fix dynrange coefficient in xchNick Brereton