summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAge
...
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Cosmetics : add a space after ",".Jai Menon2010-03-29
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-28
* Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar2010-03-03
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir...Reimar Döffinger2006-09-25
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-25
* Fix FSF postal address.Diego Biurrun2006-07-26
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson2006-02-27
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12