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
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
2007-07-18Remove reimplementation of av_log2Vitor Sessak
2007-07-18Test for supported number of channelsVitor Sessak
2007-07-18Cosmetics: indentationVitor Sessak
2007-07-18Cosmetics: alignmentVitor Sessak
2007-07-18Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak
2007-07-18Move var. declaration to allow further clean upVitor Sessak
2007-07-18Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak
2007-07-13Make "channels" variable mean the number of channels, not the number ofVitor Sessak
2007-07-12license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun
2007-07-10Use proper bytestream functionsVitor Sessak
2007-07-10Prepare to remove more duplicated codeVitor Sessak
2007-07-10Remove some duplicated codeVitor Sessak
2007-07-10Port some useful comments from newest version of David Hammerton's decoder (f...Vitor Sessak
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi