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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-05-26fix for own error in applying patchCampbell Barton
2012-05-26patch [#31265] Warning Fixes 02/05/2012Campbell Barton
2012-04-04Yet another windef.h compile fix for MinGW for game engine/video textures wit...Antony Riakiotakis
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28fix for ffmpeg linking in BGE (patch by Jens Verwiebe (jensverwiebe) over IRC)Dalai Felinto
2011-05-27== FFMPEG ==Peter Schlaile
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2010-06-05get rid of some warnings,Campbell Barton
2010-03-29VideoTexture: clean previous commit.Benoit Bolsee
2010-03-28VideoTexture: fix video capture lagging when CPU is busy. This problem was ca...Benoit Bolsee
2010-02-26VideoTexture: fix a bug with AV sync that was causing a loss of sync in case ...Benoit Bolsee
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-07BGE: add audio/video synchronization capability to VideoTextureBenoit Bolsee
2009-08-10remove python2.x supportCampbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-03-05VideoTexture: reactivate VideoTexture for scons/cmake/makefile compilation sy...Benoit Bolsee
2008-11-10VideoTexture: Preserve alpha channel if present in video, images and sequence...Benoit Bolsee
2008-11-07VideoTexture: comment was misplaced after previous commit.Benoit Bolsee
2008-11-06VideoTexture: fix compile error when FFmpeg is disabled.Benoit Bolsee
2008-11-06VideoTexture: new VideoTexture.ImageFFmpeg to load and reload images.Benoit Bolsee
2008-11-05VideoTexture: fixing a crash when loading an image as a video file - yes it w...Benoit Bolsee
2008-11-04VideoTexture: fix RGB/BGR confusion, make code compatible with big endian CPU...Benoit Bolsee
2008-11-04VideoTexture: Bug report #17946: add (char*) casting to fix compile error wit...Benoit Bolsee
2008-11-04Add's GSR's INT64_C fix and removes dos line endings...Kent Mein
2008-11-01VideoTexture: typo in linux codeBenoit Bolsee
2008-11-01VideoTexture: AVFormatContext::pb is not a pointer for avformat library older...Benoit Bolsee
2008-11-01BGE Video Texture: fix constant initializer problem with Exception descriptio...Benoit Bolsee
2008-11-01VideoTexture module.Benoit Bolsee