]> git.sesse.net Git - ffmpeg/history - libavcodec/tta.c
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
[ffmpeg] / libavcodec / tta.c
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-10-28 Anton Khirnovlavc: change all decoders to behave consistently with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglestta: decode directly to the user-provided AVFrame
2012-12-22 Justin Rugglesttadec: fix last frame handling when seeking
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-05-15 Aneesh Dogratta: Fix comment about channel number; TTA supports...
2012-05-02 Ronald S. Bultjetta: prevents overflows for 32bit integers in header.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-08 Paul B Maholttadec: unbreak playback of matroska files
2012-02-19 Paul B Maholttadec: cosmetics: reindent
2012-02-17 Justin Rugglesttadec: use branchless unsigned-to-signed unfolding
2012-02-17 Paul B Maholttadec: remove dead code
2012-02-14 Paul B Maholttadec: CRC checking
2012-02-11 Ronald S. Bultjetta: error out if samplerate is zero.
2012-02-11 Justin Rugglesttadec: fix invalid free when an error occurs while...
2012-02-09 Paul B Maholtta: use skip_bits_long()
2012-01-17 Justin Rugglestta: cast output data pointer to the correct type
2012-01-07 Justin Rugglestta: fix 24-bit decoding.
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-10 Shitiz Gargttadec: check channel count as read from extradata.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-11 Justin Rugglestta: use an integer instead of a pointer to iterate...
2011-10-25 Justin Rugglestta: check for allocation failure of decode_buffer
2011-10-25 Justin Rugglestta: use correct frame_length calculation.
2011-10-25 Justin Rugglestta: add support for decoding 24-bit sample format
2011-10-25 Justin Rugglescosmetics: indentation
2011-10-25 Justin Rugglestta: remove pointless braces
2011-10-25 Justin Rugglestta: check output buffer size after adjusting frame...
2011-10-25 Justin Rugglestta: fix reading of format in TTA header.
2011-10-25 Justin Rugglestta: remove useless commented-out lines
2011-10-25 Justin Rugglestta: check remaining bitstream size while reading unary...
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-17 Diego Biurruntta: remove disabled code
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
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...