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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-31snow: add 'memc_only' private option.Anton Khirnov
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-20Remove snow/dwt test programMans Rullgard
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03snow: Remove unused code.Diego Biurrun
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-26Add 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