summaryrefslogtreecommitdiffstats
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAgeFilesLines
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-2/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-2/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-5/+5
* tta: remove stray semicolonMåns Rullgård2010-09-111-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-241-21/+30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Cosmetics : add a space after ",".Jai Menon2010-03-291-1/+1
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-281-0/+4
* Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar2010-03-031-2/+9
* 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
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-101-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir...Reimar Döffinger2006-09-251-16/+5
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-251-3/+3
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-131-0/+9
* 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson2006-02-271-25/+25
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-121-0/+446
OpenPOWER on IntegriCloud