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-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-15cavs: more K&R formatting cosmeticsDiego Biurrun
2013-10-13cavs: K&R formatting cosmeticsLuca Barbato
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-23cavs: initialize various context tables to 0Anton Khirnov
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-30cavs: deMpegEncContextizeAnton Khirnov
2012-12-30cavs: cosmetics, reformat top partAnton Khirnov
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-26cavs: convert cavsdata.h to a .c fileMans Rullgard
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun
2012-03-31cavs: Remove unused code.Aneesh Dogra
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Replace @returns by @return.Benoit Fouet
2010-02-15avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10fix multiple slices per frameStefan Gehrer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-07-30 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik
2007-07-25have less functions as inlineStefan Gehrer
2007-07-08split decoder-specific parts into their own fileStefan Gehrer
2007-07-08prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07move dequantization into its own inline functionStefan Gehrer
2007-07-07cosmetic: rename VLC tables to make clear theyStefan Gehrer
2007-07-07setting special motion vectors in intra macroblocksStefan Gehrer
2007-07-07setting intra prediction modes to default valuesStefan Gehrer
2007-07-07move modification of intra prediction modes intoStefan Gehrer
2007-07-07move preparation of chroma intra prediction into itsStefan Gehrer
2007-07-07move existing inline functions from cavs.c to cavs.hStefan Gehrer
2007-07-07move context structure definition from cavs.c to cavs.hStefan Gehrer
2007-07-07make vector constants globalStefan Gehrer
2007-07-05license header consistency cosmeticsDiego Biurrun