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
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-01-12ratecontrol: K&R cosmetic formattingLuca Barbato
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-06-19flvdec: remove incomplete, disabled seeking codeDiego Biurrun
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-09-23ratecontrol: update last_qscale_for soonerLuca Barbato
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-01Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini
2010-05-20Change eval API to take parent log context and log level offset.Michael Niedermayer
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-12Rename ff_parse() to ff_parse_expr().Stefano Sabatini
2010-04-12Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini
2010-04-11Rename ff_eval_free() to ff_free_expr().Stefano Sabatini
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2009-04-17Remove 2 useless assignments from ff_rate_control_init() found by CSA.Michael Niedermayer
2009-04-17Remove unused variable in modify_qscale() found by CSA.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-29Implement the fields rc_max_available_vbv_use andBaptiste Coudurier
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-05-27cosmetics: XviD is now called Xvid.Diego Biurrun
2008-03-22Fix typo in variable name: blured --> blurred.Diego Biurrun
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-20Missing constReimar Döffinger
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
2007-07-30prevent assert failure with negative quant_offsetMichael Niedermayer
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-03CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-01check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer
2007-04-07typos/grammarDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun