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-09-18Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun
2009-06-05snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-05-08Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer
2009-04-24Optimize sign handling in get_symbol().Michael Niedermayer
2009-04-23Remove 2 useless FFMIN().Michael Niedermayer
2009-04-23Remove apparently redundant code.Michael Niedermayer
2009-04-17Fix indention, patch by Lars Täuber.Lars Täuber
2009-04-17Remove unused variable from slice_buffer_release() found by CSA.Michael Niedermayer
2009-04-17Remove unused variables from slice_buffer_load_line() found by CSA.Michael Niedermayer
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-04-10Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer
2009-04-10Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer
2009-04-10Factorize release_buffer()Michael Niedermayer
2009-04-10Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer
2009-04-10Skip non intra frames that have no reference frames.Michael Niedermayer
2009-04-09Make sure spatial_decomposition_count is >0.Michael Niedermayer
2009-04-09Make sure the block array is of the correct size.Michael Niedermayer
2009-04-09Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer
2009-04-0910l, forgot to remove old code, which broke snow.Michael Niedermayer
2009-04-09Factorize check of read symbols.Michael Niedermayer
2009-04-09Fix spatial_decomposition_type validity check.Michael Niedermayer
2009-04-09Fix crash when max_ref_frames was out of range.Michael Niedermayer
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-31Move declaration of prn before any assignment.Benoit Fouet
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
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