]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac3.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / atrac3.c
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.