summaryrefslogtreecommitdiffstats
path: root/libavcodec/nellymoserenc.c
Commit message (Expand)AuthorAgeFilesLines
* nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-0/+7
* nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-251-16/+24
* nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-221-0/+1
* nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-281-7/+5
* Add AVX FFT implementation.Vitor Sessak2011-04-261-3/+3
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-181-1/+1
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 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-3/+3
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* nellymoserenc: Declare the supported sample formatMartin Storsjö2010-07-281-0/+1
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun2009-11-261-1/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-251-6/+5
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-111-2/+3
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-021-4/+16
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-261-1/+1
* nellymoserenc: flush PutBitContext after use.Ramiro Polla2008-10-111-0/+2
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-011-0/+221
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-311-0/+15
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-291-0/+144
OpenPOWER on IntegriCloud