]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac3.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / atrac3.c
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-02-16 Michael Niedermayeratrac3: Fix crash in tonal component decoding.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-29 Justin Rugglesatrac3: support float or int16 output using request_sam...
2011-10-29 Justin Rugglesatrac3: add CODEC_CAP_SUBFRAMES capability
2011-10-29 Justin Rugglesatrac3: return appropriate error codes instead of -1
2011-10-29 Justin Rugglesatrac3: make sure all memory is freed on init failure
2011-10-29 Justin Rugglesatrac3: add a couple macro constants
2011-10-29 Justin Rugglesatrac3: return error if packet is too small
2011-10-29 Justin Rugglesatrac3: check output buffer size before decoding
2011-10-29 Justin Rugglesatrac3: use separate pointers for each channel in decod...
2011-10-29 Justin Rugglesatrac3: use optimized float_interleave() function for...
2011-10-29 Justin Rugglesatrac3: decode mono directly to the output buffer
2011-10-29 Justin Rugglesatrac3: decode output to float samples instead of conve...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
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-24 Diego Elio PettenòRename sf_table in atrac.c unit to ff_atrac_sf_table.
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-08-09 Vitor SessakFix handling of truncated files. Should fix random...
2010-07-20 Vitor SessakFix memory leak in ATRAC3 decoder
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen 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-09-20 Diego BiurrunRemove unused variable, fixes the warning:
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-10 Benjamin LarssonRemove redundant code forgotten in the split
2009-09-08 Benjamin LarssonSplit out common routines needed in the atrac1 decoder...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-17 Ramiro Pollause intptr_t to cast pointers to int in codecs maintain...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-02 Aurelien Jacobsatrac3dec: cosmetics: indentation
2008-09-29 Aurelien Jacobsatrac3: ensure input frame is not overwritten (it is...
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-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-03 Benjamin LarssonSample tested and the code worked so the comment is...
2008-05-22 Benjamin LarssonUpdate copyright and text
2008-05-22 Maxim PoliakovskiFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-04-29 Stefano SabatiniTransform codec names into single words.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-30 Panagiotis IssarisHandle malloc failure
2007-07-27 Panagiotis IssarisReplace a return of -1 with ENOMEM.
2007-04-18 Benjamin LarssonDeobfuscade decodeTonalComponents calling logic.
2007-04-17 Benjamin LarssonAtrac3 decoder.