summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | twinnvq: remove ;;Michael Niedermayer2011-12-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-11/+25
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-49/+79
|\ \ | |/
| * twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-111-18/+16
| * vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-2/+16
| * twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-111-29/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-4/+10
|\ \ | |/
| * twinvq: check output buffer size before decodingJustin Ruggles2011-10-221-2/+9
| * twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+9
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-4/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-1/+1
|\ \ | |/
| * vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-231-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+3
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-1/+0
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-2/+2
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-1/+0
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* twinvq: remove VLAsMåns Rullgård2010-06-251-9/+15
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-3/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-3/+3
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-231-0/+1
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-221-12/+1
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-081-2/+3
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-4/+4
* Formatting K&R fixesVitor Sessak2009-08-271-51/+51
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-271-1/+1
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-3/+2
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-241-2/+2
* TwinVQ decoderVitor Sessak2009-08-231-0/+1139