summaryrefslogtreecommitdiffstats
path: root/libavcodec/nellymoserenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* nellymoserenc: fix array indexVittorio Giovara2014-11-131-1/+1
* nellymoserenc: fix array element orderingMichael Niedermayer2014-11-131-4/+4
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-1/+1
* put_bits: Remove unused includesVittorio Giovara2014-03-041-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-6/+4
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-2/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+10
* nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-061-1/+1
* nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-211-10/+33
* nellymoserenc: zero any leftover packet bytesJustin Ruggles2012-03-041-0/+1
* nellymoserenc: use proper MDCT overlap delayJustin Ruggles2012-03-041-27/+21
* 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
OpenPOWER on IntegriCloud