summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserenc.c
Commit message (Expand)AuthorAge
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-18
* 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
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* nellymoserenc: Declare the supported sample formatMartin Storsjö2010-07-28
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun2009-11-26
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-25
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-11
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-26
* nellymoserenc: flush PutBitContext after use.Ramiro Polla2008-10-11
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-31
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29