summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserenc.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* nellymoserenc: fix array indexVittorio Giovara2014-11-13
* nellymoserenc: fix array element orderingMichael Niedermayer2014-11-13
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* put_bits: Remove unused includesVittorio Giovara2014-03-04
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-06
* nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* nellymoserenc: zero any leftover packet bytesJustin Ruggles2012-03-04
* nellymoserenc: use proper MDCT overlap delayJustin Ruggles2012-03-04
* nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-25
* nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-25
* nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-22
* nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-28
* 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