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-03-20Align test program output columns.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-12More POSIX _t namespace cleanup.Michael Niedermayer
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
2008-11-25snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård
2008-08-20cosmetics: s/const static/static const/gMathieu Malaterre
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-08cosmetics: Fix indentation in a few more places.Diego Biurrun
2008-03-08cosmetics: Normalize {} placement after for, while, if.Diego Biurrun
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-29suppress the second warningMichael Niedermayer
2008-02-26cosmetics: Demplayerify indentation.Diego Biurrun
2008-02-26Add comments to some #endif directives.Diego Biurrun
2008-02-26cosmetics: spelling/grammarDiego Biurrun
2008-02-26Remove START_TIMER and STOP_TIMER macros.Diego Biurrun
2008-02-26Remove commented-out av_log calls.Diego Biurrun
2008-02-26Make diego happy.Michael Niedermayer
2008-02-01some constMichael Niedermayer
2008-01-31add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun...Baptiste Coudurier
2008-01-31Add const qualifier, fix warnings:Baptiste Coudurier
2008-01-23Remove unused variables in test code.Diego Biurrun
2008-01-21Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun
2008-01-14Remove green clouds.Michael Niedermayer
2007-12-06prevent warnings about functions being possibly unusedMichael Niedermayer
2007-12-06thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer
2007-11-23main() --> main(void)Diego Biurrun
2007-11-17Remove unused functions, fixes the warnings:Diego Biurrun
2007-11-16avoid some halfpel related #ifdefAurelien Jacobs
2007-11-15Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun
2007-11-10Add comments to some #endif directives.Diego Biurrun
2007-11-10cosmetics: Fix vissual --> visual typo.Diego Biurrun
2007-11-10Improve unsupported (pixel) format error message.Stefano Sabatini
2007-10-11warning fixes:Diego Biurrun
2007-09-24some experimental iterative quantization codeMichael Niedermayer
2007-09-09make changing spatial_decomposition_count per frame workMichael Niedermayer
2007-09-09do not ignore return of decode_header()Michael Niedermayer
2007-09-09do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
2007-09-09perform init after reading the values needed for initMichael Niedermayer
2007-09-09unneeded and impossible during init ...Michael Niedermayer
2007-09-09unusedMichael Niedermayer
2007-09-09allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer
2007-09-09remove ()Michael Niedermayer
2007-09-09spatial_decomposition_count != 5 bugfixMichael Niedermayer