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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-08-31Comment about unsupported sample sizeVitor Sessak
2007-08-30Rename functionVitor Sessak
2007-08-30Replace two #define's by inline functionsVitor Sessak
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-07More indentationVitor Sessak
2007-08-07Cosmetics: indentationVitor Sessak
2007-08-07Rename functionVitor Sessak
2007-07-24Minor cosmeticsVitor Sessak
2007-07-19Another minor simplificationVitor Sessak
2007-07-18Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak
2007-07-18Minor simplificationVitor Sessak
2007-07-18Yet more cosmeticsVitor Sessak
2007-07-18More cosmeticsVitor Sessak