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
2014-07-17BGE: rtsp support for VideoTexture (video streaming)Dalai Felinto
2014-05-10BGE VideoTexture: Fix for loading PNG (and possibly other) files.Mitchell Stokes
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Fix T38455: Blenderplayer is not workingSergey Sharybin
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-16style cleanupCampbell Barton
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