OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / dca.c
2014-09-16 Gabriel Dumedca: K&R formatting cosmetics
2014-03-04 Vittorio Giovaraput_bits: Remove unused includes
2013-03-27 Diego Biurrundca: Move ff_dca_convert_bitstream() to the DCA common...
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Diego Biurrundca: Rename dca.c ---> dcadec.c
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-03-08 Kostya Shishkovdca: include libavutil/mathematics.h for possibly missi...
2012-03-07 Ronald S. Bultjedca: don't use av_clip_uintp2().
2012-03-07 Ronald S. Bultjedca: prevent accessing static arrays with invalid indexes.
2012-03-05 Justin Rugglesdca_parser: parse the sample rate and frame durations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-03 Shitiz Gargdca: K&R formatting cosmetics
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-27 Alex Conversedca: Replace oversized unused get_bits() with skip_bits...
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-25 Mans Rullgarddca: ARMv6 optimised decode_blockcode()
2011-10-29 Justin Rugglesdca: handle errors from dca_decode_block()
2011-10-29 Justin Rugglesdca: return error if the frame header is invalid
2011-10-29 Justin Rugglesdca: return proper error codes instead of -1
2011-10-08 Mans Rullgarddca: fix signed overflow in shift
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-29 Mans Rullgarddca: clear inactive subbands only once in qmf_32_subbands()
2011-09-28 Mans Rullgarddca: use vector_fmac_scalar from dsputil
2011-07-04 John Stebbinsdca: set AVCodecContext frame_size for DTS audio
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-02 Mans RullgardRemove unused variables
2011-05-18 Justin RugglesAdd floating-point sample format support to the ac3...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-23 Diego BiurrunReplace more FFmpeg instances by Libav or ffmpeg.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-24 Anssi Hannuladca: use EXT_AUDIO_ID field to determine core extensions
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-01 Gianluigi Tiesidca: avoid C99 declaration in for() expression
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-21 Anssi Hannuladca: add profile names
2011-01-21 Anssi Hannuladca: consider a stream with XXCh/X96 in ExSS as DTS...
2011-01-18 Justin Rugglescosmetics: reindent
2011-01-18 Daniel KangAdd check for changing number of channels in DCA.
2011-01-09 Anssi HannulaFix reading over the end of the allocated buffer.
2011-01-06 Anssi HannulaExport dca profile information.
2011-01-06 Anssi HannulaVerify FSIZE96 when encountering X96 sync code.
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-02 Benjamin LarssonAdd the CODEC_CAP_CHANNEL_CONF capability code and add
2010-07-31 Nick Breretondca: fix dynrange coefficient in xch
2010-07-27 Nick BreretonDCA: fix multichannel -> 2 channel downmix.
2010-07-27 Nick BreretonSetup correct channel value when downmixing is required.
2010-07-12 Christophe GisquetUse math constant instead of hardcoded rounded value...
2010-07-12 Nick BreretonFix side channels when XCh extension is present.
2010-07-12 Nick BreretonMove XCH parameters into context structure.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-05 Nick BreretonDCA: Occasionally a false XCH sync word can turn up...
2010-07-05 Benjamin LarssonDCA: *_bits() -> *_bits_long() where needed, half fix...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: Cosmetic cleanup
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: add code to...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: update and add...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move original...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move subband_sam...
2010-06-20 Nick BreretonFix typo in macro name.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-13 Måns RullgårdDCA: indent
2010-04-13 Måns RullgårdDCA: optimise dca_subsubframe()
2010-04-12 Måns RullgårdDCA: break out lfe_interpolation_fir() inner loops...
2010-04-12 Måns RullgårdDCA: use FASTDIV in decode_blockcode()
2010-04-12 Måns RullgårdDCA: simplify lfe_interpolation_fir()
2010-04-12 Måns RullgårdDCA: use a local variable for loop boundary
2010-04-12 Måns RullgårdDCA: use some type-punning in qmf_32_subbands()
2010-04-10 Måns RullgårdMake synth_filter a function pointer
2010-04-10 Måns RullgårdDCA: align some arrays
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-26 Laurent AimarFixed a segfault in the DCA decoder with corrupted...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-10-28 Michael NiedermayerRemove unused variable j.
2009-10-28 Michael NiedermayerSplit synth filter out of dca.c.
2009-10-10 Reimar DöffingerFix 100l incorrect bitmask check.
2009-10-08 David Conraddca and aac decoders use float_to_int16_interleave...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-10 Måns RullgårdDCA: move an aligned array from stack to context
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-21 Kostya ShishkovMake VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-29 Kostya ShishkovAdd support for parsing and decoding DCA-HD streams.
2008-11-15 Benjamin LarssonProper channel output reordering for the dca decoder.
2008-11-11 Benjamin LarssonComment typo
2008-11-11 Benjamin LarssonRemove channel layout table that only should be used...
2008-11-02 Benjamin LarssonChange the dca channel layout, S -> SIDE not BACK.
2008-11-02 Andreas ÖmanChange multichannel API define prefix from "CHANNEL_...
next