OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / twinvq.c
2013-11-26 Kostya Shishkovmetasound: add last missing modes (8kHz @ 6kbps per...
2013-11-14 Kostya Shishkovtwinvq: consume block_align+1 packets as full ones
2013-11-14 Kostya Shishkovtwinvq: support multiple frames per packet
2013-08-26 Kostya Shishkovtwinvq: set block align for codecs and use it in size...
2013-08-08 Kostya ShishkovVoxware MetaSound decoder
2013-08-05 Kostya Shishkovtwinvq: Split VQF-specific part from common TwinVQ...
2013-08-05 Diego Biurruntwinvq: Prefix enums and defines shared with VoxWare...
2013-08-05 Kostya Shishkovtwinvq: move all bitstream reading into single place
2013-08-01 Diego Biurruntwinvq: Add proper twinvq prefixes to identifiers
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-07-25 Diego Biurruntwinvq: K&R formatting cosmetics
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-12 Justin Rugglestwinvq: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglestwinvq: validate sample rate code
2012-11-01 Justin Rugglestwinvq: set channel layout
2012-11-01 Justin Rugglestwinvq: validate that channels is not <= 0
2012-10-01 Justin Rugglestwinvq: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-01 Mans Rullgardtwinvq: fix out of bounds array access
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-11-11 Justin Rugglesvqf/twinvq: pass vqf COMM chunk info in extradata
2011-11-11 Justin Rugglestwinvq: check for allocation failure in init_mdct_win()
2011-10-22 Justin Rugglestwinvq: check output buffer size before decoding
2011-10-22 Justin Rugglestwinvq: return an error when the packet size is too...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
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-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-11-23 Vitor SessakAdd missing include. Fix the following compiler warnings:
2009-11-22 Vitor SessakMake sorting function used in TwinVQ a shared function
2009-11-08 Carl Eugen HoyosUse enum FrameType as parameter to construct_perm_table().
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-08-27 Vitor SessakFormatting K&R fixes
2009-08-27 Vitor Sessak100l, revision 19728 added a bug that broke twinvq...
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-24 Vitor SessakCosmetics: add some whitespace around operators
2009-08-23 Vitor SessakTwinVQ decoder