summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* alac: Remove unused dummy code.Diego Biurrun2011-07-16
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* Clean up ALACdecJason Garrett-Glaser2010-10-26
* alac: change VLAs to fixed sizeMå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
* Avoid using an intermediate variable.Jai Menon2010-02-06
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-03
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-11
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-11
* fix reading of samples-per-frameJustin Ruggles2008-05-11
* Output buffer overflow.Michael Niedermayer2008-05-03
* Heap buffer overflow.Michael Niedermayer2008-05-03
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* check alac EOF markerMatthieu Castet2008-04-18
* Remove another unneeded var from contextVitor Sessak2008-04-17
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-17
* Remove unneeded variables from contextVitor Sessak2008-04-17
* Remove wrapper around av_log2()Vitor Sessak2008-04-17
* indentMichael Niedermayer2008-04-17
* Factorize more code.Michael Niedermayer2008-04-17
* Factorize decode_postfix() out.Michael Niedermayer2008-04-17
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-17
* more senseless codeMichael Niedermayer2008-04-17
* senseless codeMichael Niedermayer2008-04-17
* useless variableMichael Niedermayer2008-04-17
* simplifyMichael Niedermayer2008-04-17
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* spellingVitor Sessak2007-12-01
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
* Cosmetical: Empty line removalVitor Sessak2007-08-31