Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16alac: Remove unused dummy code.Diego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-26Clean up ALACdecJason Garrett-Glaser
2010-06-24alac: change VLAs to fixed sizeMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-06Avoid using an intermediate variable.Jai Menon
2010-02-06Remove redundant use of numchannels since it is 1 for mono.Jai Menon
2010-02-06alac.c : Use av_freep instead of av_free.Jai Menon
2010-02-04Add ALAC 24 bps decoding support.Jai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-03alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles
2009-03-03ALAC: use sign_extend() from mathops.hMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-08alac : fix case where bits_per_sample is not set.Baptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-22alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-15fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-11cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet
2008-05-11simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet
2008-05-11fix reading of samples-per-frameJustin Ruggles
2008-05-04Output buffer overflow.Michael Niedermayer
2008-05-04Heap buffer overflow.Michael Niedermayer
2008-05-04Fix memset(0) based buffer overflow.Michael Niedermayer
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-18check alac EOF markerMatthieu Castet
2008-04-18Remove another unneeded var from contextVitor Sessak
2008-04-1710l: my last commit broke compilation and introduced warningsVitor Sessak
2008-04-17Remove unneeded variables from contextVitor Sessak
2008-04-17Remove wrapper around av_log2()Vitor Sessak
2008-04-17indentMichael Niedermayer
2008-04-17Factorize more code.Michael Niedermayer
2008-04-17Factorize decode_postfix() out.Michael Niedermayer
2008-04-17Change k limiting code, i think the code was buggy.Michael Niedermayer
2008-04-17more senseless codeMichael Niedermayer
2008-04-17senseless codeMichael Niedermayer
2008-04-17useless variableMichael Niedermayer
2008-04-17simplifyMichael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-12-02spellingVitor Sessak
2007-09-02Remove reimplementation of get_unary.Vitor Sessak
2007-08-31Cosmetical: Empty line removalVitor Sessak