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
2017-03-12Cleanup: styleCampbell Barton
2017-01-11Cleanup: Use more meaningful constants other than 0Sergey Sharybin
2016-09-21FFmpeg interface improvementsSybren A. Stüvel
2016-08-16More fixes from coverity report.Bastien Montagne
2016-07-21remove repeated codec-supports-alpha checkMike Erwin
2016-02-16Make Blender compilable with FFmpeg-3.0Sergey Sharybin
2015-10-23Fix ffmpeg memory leaksCampbell Barton
2015-10-23Fix ffmpeg saving long pathsCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-09-22FFmpeg: Solve memory leak happening on encoding videoSergey Sharybin
2015-09-13Cleanup: spellingCampbell Barton
2015-08-25Fix T45814: Writing MP4, h.264 not supportedCampbell Barton
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-28Audaspace: external audaspace library update.Jörg Müller
2015-07-28Audaspace: use standalone library.Jörg Müller
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-26Fix T44122, rendering OpenGL preview movie with audio has wrong audioAntony Riakiotakis
2015-03-26Missed those last commitAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-24Fix T42997: Support RGBA output for HuffYUVSergey Sharybin
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-03Cleanup: remove rarely used IDProp iteratorCampbell Barton
2014-10-23Cleanup: spellingCampbell Barton
2014-08-12SpellingCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-09Fix T40980: Exporting animation in MPEG Matroska using ffv1 and FLAC codecs f...Sergey Sharybin
2014-05-28Fix T40272: Error setting option flags2 to value fastpskipSergey Sharybin
2014-05-28Style cleanupSergey Sharybin
2014-04-14Fix video FFmpeg nt being able to produce video files due to usage of depreca...Sergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-18Possible fix for T38644: H.264 with PNG RGBA encoding crashesSergey Sharybin
2014-02-17Fix T38658: H.264 with "Lossless Output" enabled gives lossy outputSergey Sharybin
2014-02-17Fix T38422: Error writing AAC frame when using FFmpeg compiled with vo_aacencSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-28libavcodec API usage: use new video encoding APIAnton Khirnov
2014-01-28Change libavcodec CODEC_ID_* to AV_CODEC_ID_*Anton Khirnov
2014-01-22Fix T37198: Vorbis encoding is brokenSergey Sharybin
2014-01-21Code Cleanup: styleCampbell Barton
2013-11-25Fix T37591: 'Extensions' option ignored for movies.Campbell Barton
2013-11-07"Render Audio" cleanup:Bastien Montagne
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-11Fix #34956: rendering animation with audio would crash with an older ffmpegBrecht Van Lommel
2013-04-03style cleanupCampbell Barton