]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/atrac3.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / atrac3.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-17 ramirouse intptr_t to cast pointers to int in codecs maintain...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-10-02 aurelatrac3dec: cosmetics: indentation
2008-09-29 aurelatrac3: ensure input frame is not overwritten (it is...
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-03 bananSample tested and the code worked so the comment is...
2008-05-22 bananUpdate copyright and text
2008-05-22 bananFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-04-29 diegoTransform codec names into single words.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-02-01 michaelconst
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-30 takisHandle malloc failure
2007-07-27 takisReplace a return of -1 with ENOMEM.
2007-04-18 bananDeobfuscade decodeTonalComponents calling logic.
2007-04-17 bananAtrac3 decoder.