summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAge
* Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\
| * twinvq: use planar sample formatJustin Ruggles2012-10-01
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-02
|\|
| * twinvq: fix out of bounds array accessMans Rullgard2012-05-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | twinnvq: remove ;;Michael Niedermayer2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-12
|\|
| * twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
| * vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
| * twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
| * twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move sine windows to a separate fileMans Rullgard2011-03-20
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-23
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* twinvq: remove VLAsMåns Rullgård2010-06-25
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-23
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Formatting K&R fixesVitor Sessak2009-08-27
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-27