summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAgeFilesLines
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* Remove unused variable, fixes the warning:Diego Biurrun2009-09-201-1/+0
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Remove redundant code forgotten in the splitBenjamin Larsson2009-09-101-7/+0
* Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson2009-09-081-63/+7
* IndentBenjamin Larsson2009-05-171-7/+7
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-171-1/+8
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-171-1/+1
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-021-3/+3
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-291-6/+12
* mdct wrapper function to match fftLoren Merritt2008-08-121-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-5/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-031-1/+0
* Update copyright and textBenjamin Larsson2008-05-221-6/+7
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-221-6/+12
* Transform codec names into single words.Stefano Sabatini2008-04-291-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-5/+5
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-3/+3
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* Handle malloc failurePanagiotis Issaris2007-07-301-0/+4
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-271-1/+1
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-181-11/+6
* Atrac3 decoder.Benjamin Larsson2007-04-171-0/+1069