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-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18fix intra prediction modes with inter-MB neighbors,Stefan Gehrer
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10do not check for minimum slice start code, 0x00000100 is validStefan Gehrer
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-12-15Avoid POSIX-reserved _t in identifier names.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-25have less functions as inlineStefan Gehrer
2007-07-09trivial warning fixesMåns Rullgård
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-05license header consistency cosmeticsDiego Biurrun
2007-05-09move defines and enums out of cavsdata.hAurelien Jacobs