]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserenc.c
lavc: AV-prefix all codec capabilities
[ffmpeg] / libavcodec / nellymoserenc.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-11-13 Vittorio Giovaranellymoserenc: fix array index
2014-11-13 Michael Niedermayernellymoserenc: fix array element ordering
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-03-04 Vittorio Giovaraput_bits: Remove unused includes
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-14 Michael Niedermayerlavc: Fix assignments in if() when calling ff_af_queue_add
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-06 Reimar Döffingernellymoserenc: fix crash due to memsetting the wrong...
2012-03-21 Justin Rugglesnellymoserenc: use AVCodec.encode2()
2012-03-04 Justin Rugglesnellymoserenc: zero any leftover packet bytes
2012-03-04 Justin Rugglesnellymoserenc: use proper MDCT overlap delay
2012-02-25 Justin Rugglesnellymoserenc: set AVCodecContext.coded_frame
2012-02-25 Justin Rugglesnellymoserenc: improve error checking in encode_init()
2012-02-25 Justin Rugglesnellymoserenc: return AVERROR codes instead of -1
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-11-22 Mans RullgardAdd libavutil/mathematics.h #includes for INFINITY
2011-10-28 Justin Rugglesnellymoserenc: take float input samples instead of...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-18 Diego BiurrunReplace mplayerhq.hu URLs by libav.org.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-28 Martin Storsjönellymoserenc: Declare the supported sample format
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-26 Diego BiurrunMark apply_mdct() function as static; it is only used...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-05-25 Reimar DöffingerMove a DECLARE_ALIGNED_16 variable in the Nellymoser...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-11 Alexander ChemerisSupport 16K samplerate in Nellymoser.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-02 Benjamin LarssonAllocate trellis tables on heap only when needed.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-26 Diego BiurrunASAO Nelly Moser implementation moved to a better place...
2008-10-11 Ramiro Pollanellymoserenc: flush PutBitContext after use.
2008-09-01 Bartlomiej WolowiecRemaining parts of Nellymoser encoder
2008-08-31 Bartlomiej WolowiecOkayed parts of nellymoserenc.c
2008-08-29 Bartlomiej WolowiecOkayed parts of nellymoserenc.c