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
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-24snow: remove unused parameter to mc_block()Måns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-14Add ff_ prefix to dwt functionsMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-01-11Optimize ff_snow_horizontal_compose97i.Michael Niedermayer
2010-01-11Merge vertical_compose53iL0*()Michael Niedermayer
2010-01-11Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer
2010-01-08Snow : re-indent after r21093.Jai Menon
2010-01-08Snow : remove pointless 'if(1)'.Jai Menon
2010-01-08Snow : use non-NULL context for av_log.Jai Menon
2010-01-08Cosmetics : remove duplicated comment.Jai Menon
2010-01-08Snow : release buffers allocated using avctx->get_buffer.Jai Menon
2009-12-02Fix 1 pass RC in snow.Michael Niedermayer
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