]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac3.c
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
[ffmpeg] / libavcodec / atrac3.c
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.