]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserdec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / nellymoserdec.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-29 Vitor Sessaknellymoserdec: Saner and faster IMDCT windowing
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-12 Anton Khirnovnellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-21 Martin Storsjönellymoserdec: Indicate that the decoder can handle...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-28 Justin Rugglesnellymoserdec: use dsp functions for overlap and windowing
2011-10-28 Justin Rugglesnellymoserdec: do not fail if there is extra data in...
2011-10-28 Justin Rugglesnellymoserdec: fail if output buffer is too small
2011-10-28 Justin Rugglesnellymoserdec: remove pointless buffer size check.
2011-10-02 Justin Rugglesnellymoserdec: allocate float_buf only when decoding...
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BUF_LEN instead of 128
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BLOCK_LEN instead of 64 when...
2011-10-02 Justin Rugglesnellymoserdec: allow user to request SAMPLE_FMT_FLT...
2011-10-02 Justin Rugglesnellymoser: check output buffer size before decoding
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-06-14 Martin Storsjönellymoserdec: Increase the log level of messages when...
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Simplify calculation of numbers of blocks
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Allow using unusual input block sizes
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
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-11-29 Måns Rullgårdnellymoser: use constant seed for dithering RNG
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-11 Alexander ChemerisSupport 16K samplerate in Nellymoser.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-20 Benjamin LarssonGet rid of av_random in nellymoserdec.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-17 Vitor SessakUse shared sine window instead of defining another...
2008-11-16 Benjamin LarssonSet channel_layout
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-23 Benjamin LarssonReduce the loglevel on a log message in the Nellymoser...
2008-07-05 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-08 Bartlomiej WolowiecSeparating from nellymoserdec.c parts required by encoder
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-03 Michael NiedermayerMove declaration a little.
2008-05-03 Michael NiedermayerSetting i to 0 once should do.
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-05-01 Diego PettenòMark symbol as static, patch by Diego 'Flameeyes' Pette...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-16 Michael Niedermayerunused
2008-04-16 Michael Niedermayercosmetic
2008-04-16 Michael NiedermayerMove the *-1 to a more sane place as well.
2008-04-16 Michael NiedermayerMove scale_bias to a more sane place. I am starting...
2008-04-16 Michael Niedermayersimplify
2008-04-16 Michael NiedermayerAvoid reverse addressing, not sure if this is faster...
2008-04-16 Michael Niedermayercommutative law based cleanup
2008-04-16 Michael Niedermayerdo the -1 outside of the transform
2008-04-16 Michael Niedermayernormalize signs
2008-04-16 Michael Niedermayer100l lost add_bias
2008-04-16 Michael Niedermayersimplify transform
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-11-18 Benjamin LarssonUse memcpy instead of for loop
2007-11-14 Benjamin LarssonSmall simplification
2007-11-14 Alex BeregszasziSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 Alex BeregszasziChange the "report sample" message from AV_LOG_DEBUG...
2007-11-14 Alex BeregszasziMake sine_window static. Acked by Benjamin Larsson
2007-11-14 Stefano SabatiniFix nellymoser decode_tag return value, patch by Stefan...
2007-11-04 Benjamin LarssonRemove unused variable
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-10-18 Benjamin LarssonUnaligned memory access rcrash fix
2007-10-15 Benjamin LarssonNellymoser ASAO decoder