]> git.sesse.net Git - ffmpeg/history - libavcodec/tta.c
ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6
[ffmpeg] / libavcodec / tta.c
2011-04-21 Diego BiurrunUse av_log_ask_for_sample() where appropriate.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-09-11 Måns Rullgårdtta: remove stray semicolon
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-06-24 Måns Rullgårdtta: replace potentially huge VLAs with malloc/free...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-29 Jai MenonCosmetics : add a space after ",".
2010-03-28 Jai MenonTTA : Check if the output buffer size is within bounds.
2010-03-03 Laurent AimarFixed overreads in TTA decoder with corrupted bistreams.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Justin RugglesAdd some missing codecs and update names to match the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-10-10 Diego BiurrunRename SIGN macro to the more fitting UNFOLD.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Reimar Döffingerremove get_le16 and get_le32, get_bits and get_bits_lon...
2006-09-25 Reimar DöffingerChanges needed due to show_bits_long behaviour changes...
2006-07-26 Diego BiurrunFix FSF postal address.
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-02-27 Benjamin Larsson64bit fixes for the tta decoder, sizeof(long) is 8...
2006-02-12 Alex Beregszaszitta decoder, tested with 44khz mono and stereo (for...