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-08-26Style cleanup: whitespaceSergey Sharybin
2012-08-26Some FFmpeg changesSergey Sharybin
2012-07-08style cleanupCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-18Some options used for "expert" x264 setup were removed from FFmpeg 0.11Sergey Sharybin
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-06-05style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-12style cleanup: whitespaceCampbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-07Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming styleSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-24Changes in FFV1 codec settingsSergey Sharybin
2012-02-16ffmpeg: take back 44142, conditional was wrongJens Verwiebe
2012-02-16ffmpeg: only suppress loopfilter for .mov ( compatibility ), but keep for .av...Jens Verwiebe
2012-02-14ffmpeg: don't use flags:loop for .h264, this allows to see the video in OSX q...Jens Verwiebe
2012-02-08Fix for wrong pixel format used for qtrleSergey Sharybin
2012-02-07FFmpeg output fixes and small improvementSergey Sharybin
2012-01-13Added Lossless Output option for h264 codec.Sergey Sharybin
2012-01-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-24Bugfix for [#29684] Output video presets messed upThomas Dinges
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-15Fixed compilation error in writeffmpg.c (caused by recent IDProp changes).Bastien Montagne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-25cmake macro to set less strict flags per file - remove_strict_flags_file(file...Campbell Barton
2011-10-24Fix #28949: can't render video to FlashSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21misc cleanupCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-04Correction for own recent commit -- didn't know it's unsupported inSergey Sharybin
2011-10-04Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other audi...Sergey Sharybin
2011-10-03patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1 both fail to render lossl...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-10fix for [#28201] blender crashes when "mpeg" selectedCampbell Barton
2011-06-23Merge with trunk r37757.Joerg Mueller
2011-06-23allow building with ffmpeg but not audCampbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-233D Audio GSoC:Joerg Mueller
2011-06-223D Audio GSoC:Joerg Mueller
2011-05-28== FFMPEG ==Peter Schlaile