]> git.sesse.net Git - ffmpeg/history - libavcodec/alac.c
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / alac.c
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-25 Ronald S. Bultjealac: convert extradata reading to bytestream2.
2012-01-03 Justin Rugglesalacdec: implement the 2-pass prediction type.
2012-01-03 Justin Rugglesalacdec: fill in missing or guessed info about the...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-26 Justin Rugglesalacdec: remove unneeded NULL or zero-size packet checks.
2011-10-26 Justin Rugglesalacdec: simplify buffer allocation by using FF_ALLOC_O...
2011-10-26 Justin Rugglesalacdec: ask for a sample for unsupported sample depths.
2011-10-26 Justin Rugglesalacdec: cosmetics: use 'ch' instead of 'chan' to itera...
2011-10-26 Justin Rugglesalacdec: move some declarations to the top of the function
2011-10-26 Justin Rugglesalacdec: always use get_sbits_long() for uncompressed...
2011-10-26 Justin Rugglesalacdec: remove unneeded local variable
2011-10-26 Justin Rugglesalacdec: remove the numchannels parameter from several...
2011-10-26 Justin Rugglesalacdec: rename 2 functions.
2011-10-26 Justin Rugglesalacdec: move appending of extra_bits to a separate...
2011-10-26 Justin Rugglesalacdec: split stereo decorrelation into a separate...
2011-10-26 Justin Rugglesalacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
2011-10-26 Justin Rugglesalacdec: remove unneeded numsamples checks
2011-10-26 Justin Rugglesalacdec: check for buffer allocation failure.
2011-10-26 Justin Rugglesalacdec: allocate per-channel buffers based on channel...
2011-10-26 Justin Rugglesalacdec: read/validate number of channels from the...
2011-10-26 Justin Rugglesalacdec: remove unneeded validation of setinfo_sample_size.
2011-10-26 Justin Rugglesalacdec: set sample_fmt in alac_decode_init()
2011-10-26 Justin Rugglesalacdec: set bytespersample using av_get_bytes_per_sample()
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-15 Diego Biurrunalac: Remove unused dummy code.
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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-10-26 Jason Garrett-GlaserClean up ALACdec
2010-06-24 Måns Rullgårdalac: change VLAs to fixed size
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-02-06 Jai MenonAvoid using an intermediate variable.
2010-02-06 Jai MenonRemove redundant use of numchannels since it is 1 for...
2010-02-06 Jai Menonalac.c : Use av_freep instead of av_free.
2010-02-04 Jai MenonAdd ALAC 24 bps decoding support.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-03 Justin Rugglesalacdec: Simplify reading of uncompressed samples by...
2009-03-03 Måns RullgårdALAC: use sign_extend() from mathops.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-08 Baptiste Coudurieralac : fix case where bits_per_sample is not set.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-22 Matthieu Castetalac : check readsamplesize to ensure get_bits() doesn't
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-15 Jai Menonfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Matthieu Castetcosmetics: indent after last commit. patch by matthieu...
2008-05-11 Matthieu Castetsimplify decoding of uncompressed samples. patch by...
2008-05-11 Justin Rugglesfix reading of samples-per-frame
2008-05-03 Michael NiedermayerOutput buffer overflow.
2008-05-03 Michael NiedermayerHeap buffer overflow.
2008-05-03 Michael NiedermayerFix memset(0) based buffer overflow.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-18 Matthieu Castetcheck alac EOF marker
2008-04-17 Vitor SessakRemove another unneeded var from context
2008-04-17 Vitor Sessak10l: my last commit broke compilation and introduced...
2008-04-17 Vitor SessakRemove unneeded variables from context
2008-04-17 Vitor SessakRemove wrapper around av_log2()
2008-04-17 Michael Niedermayerindent
2008-04-17 Michael NiedermayerFactorize more code.
2008-04-17 Michael NiedermayerFactorize decode_postfix() out.
2008-04-17 Michael NiedermayerChange k limiting code, i think the code was buggy.
2008-04-17 Michael Niedermayermore senseless code
2008-04-17 Michael Niedermayersenseless code
2008-04-17 Michael Niedermayeruseless variable
2008-04-17 Michael Niedermayersimplify
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-01 Vitor Sessakspelling
2007-09-01 Vitor SessakRemove reimplementation of get_unary.
2007-08-31 Vitor SessakCosmetical: Empty line removal
2007-08-31 Vitor SessakComment about unsupported sample size
2007-08-30 Vitor SessakRename function
2007-08-30 Vitor SessakReplace two #define's by inline functions
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-07 Vitor SessakMore indentation
2007-08-07 Vitor SessakCosmetics: indentation
2007-08-07 Vitor SessakRename function
2007-07-24 Vitor SessakMinor cosmetics
2007-07-18 Vitor SessakAnother minor simplification
2007-07-18 Vitor SessakMake deinterlace_16 receive an array as a parameter...
2007-07-18 Vitor SessakMinor simplification
2007-07-18 Vitor SessakYet more cosmetics
2007-07-18 Vitor SessakMore cosmetics
2007-07-18 Vitor SessakRemove reimplementation of av_log2
2007-07-18 Vitor SessakTest for supported number of channels
2007-07-18 Vitor SessakCosmetics: indentation
2007-07-18 Vitor SessakCosmetics: alignment
2007-07-18 Vitor SessakRemove more code duplication. Based on a patch by Matth...
2007-07-17 Vitor SessakMove var. declaration to allow further clean up
2007-07-17 Vitor SessakRemove code duplication. Based on a patch by Matthieu...
2007-07-13 Vitor SessakMake "channels" variable mean the number of channels...
2007-07-12 Diego Biurrunlicense header consistency: Remove redundant "all right...
2007-07-10 Vitor SessakUse proper bytestream functions
2007-07-10 Vitor SessakPrepare to remove more duplicated code
2007-07-10 Vitor SessakRemove some duplicated code
next