summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAge
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-17
* tta: fix 24-bit decoding.Justin Ruggles2012-01-07
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* ttadec: check channel count as read from extradata.Shitiz Garg2011-12-10
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles2011-11-11
* tta: check for allocation failure of decode_bufferJustin Ruggles2011-10-25
* tta: use correct frame_length calculation.Justin Ruggles2011-10-25
* tta: add support for decoding 24-bit sample formatJustin Ruggles2011-10-25
* cosmetics: indentationJustin Ruggles2011-10-25
* tta: remove pointless bracesJustin Ruggles2011-10-25
* tta: check output buffer size after adjusting frame length for last frameJustin Ruggles2011-10-25
* tta: fix reading of format in TTA header.Justin Ruggles2011-10-25
* tta: remove useless commented-out linesJustin Ruggles2011-10-25
* tta: check remaining bitstream size while reading unary valueJustin Ruggles2011-10-25
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* tta: remove disabled codeDiego Biurrun2011-07-18
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* tta: remove stray semicolonMåns Rullgård2010-09-11
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* 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