d45ea33ff1
Fix T37591: 'Extensions' option ignored for movies.
2013-11-25 16:59:10 +11:00
aa8488421f
style cleanup: whitespace & odd indentation
2013-09-21 10:46:58 +00:00
225c5fee6b
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
...
remove MEM_sys_types.h which was a duplicate.
2013-05-28 19:35:26 +00:00
3223518e32
QTKIT: as per Ideasman's suggestion, include BLI_utildefines.h in sourcefiles where needed and reorder (must be before BKE_global.h)
2013-05-28 17:38:02 +00:00
fd0ad3c8df
Fix quicktime video export not properly supporting animation of audio properties like volume.
...
Patch #35184 by James Yonan, see the report for a detailed explanation of why this failed.
2013-05-04 13:17:43 +00:00
64d161de87
style cleanup:
...
also rename mesh_getVertexCos() --> BKE_mesh_vertexCos_get() to match curve function.
2013-03-26 07:29:01 +00:00
655ed9cc7f
style cleanup
2013-03-18 11:44:56 +00:00
7dfcdbedb4
OSX: remove a unneccessary condition, QTKit can do 32bit too
2013-01-08 06:08:08 +00:00
08358a60b0
style cleanup
2013-01-08 01:48:14 +00:00
f98c2c936c
OSX/availability: use of the numerical value instead of the symbol in the #if MAC_OS_X_VERSION_MIN_REQUIRED comparison clause: If the code is loaded on an older system that does not include the symbol definition, the comparison still works
2012-12-15 11:15:05 +00:00
5549904171
style cleanup
2012-10-29 02:11:40 +00:00
0e494b74c4
style cleanup
2012-10-26 04:14:10 +00:00
f3ece5a108
style cleanup: trailing tabs & expand some non prefix tabs into spaces.
2012-10-21 05:46:41 +00:00
bc8f602601
style cleanup
2012-10-20 18:46:57 +00:00
56534ecdcb
style cleanup: also add debugging print function for derived mesh DM_debug_print_cdlayers()
2012-09-03 02:41:12 +00:00
ee96cde864
style cleanup: whitespace
2012-08-26 11:35:43 +00:00
32cf7fcdb1
code cleanup: spelling
2012-07-16 23:23:33 +00:00
5a90ea77bc
style cleanup: follow style guide for formatting of if/for/while loops, and else if's
2012-03-24 06:24:53 +00:00
4f19c1a995
spelling cleanup
2012-03-18 07:38:51 +00:00
3fc2fbc333
style cleanup, use { on newline after function definition.
...
spelling 'impliment' -> 'implement'
2012-02-25 16:49:59 +00:00
0fbff1be3e
Fix quicktime export being broken in various ways: callback was missing
...
parameter, codec RNA wrapping was wrong, and there was a python script error.
2012-02-13 20:47:29 +00:00
1b8eab0fab
Fix related to #29694 : quicktime export was not showing or respecting RGBA
...
option even though some movie formats support alpha.
2012-01-12 21:10:46 +00:00
6d965f4493
style edits for function declarations
2011-12-30 07:55:15 +00:00
8de512fe09
OSX: adding PNG codec to QTKit, to have one more alpha enabled one atm
2011-12-27 11:29:27 +00:00
86037ca59f
OSX: adding some more codecs to QTKit
2011-12-27 10:51:01 +00:00
9bb0303221
Bugfix for [ #29684 ] Output video presets messed up
...
* This was caused ny the ImageType refactor.
* Problem persisted with Quicktime too, could not test that, but should fix presets there too.
2011-12-23 22:07:34 +00:00
c82fdb8e41
Fix use of deprecated im_type member in quicktime export.
2011-12-16 22:33:22 +00:00
0539a3f1e9
OSX: match quicktime and QTKit export to other formats/codecs
2011-12-02 18:09:31 +00:00
743d2f8c0f
rename image type defines to be less ambiguous, also set BMP as not supporting alpha (it reads but cant write)
2011-11-22 00:35:26 +00:00
4a04f72069
remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
2023db70a8
cmake option to build without an audio library.
2011-06-23 09:27:56 +00:00
03305de86d
OS X Cocoa: added QT "Animation" codec.
...
Thanks to Jens Verwiebe for providing diff and test
2010-12-12 13:45:35 +00:00
bf09c851a9
quick commit for forgotten file in the G.sce -> G.main->name refactoring.
...
Patch by Jens Verwiebe, many thanks.
2010-10-18 17:55:11 +00:00
cf6b2ca034
Fix for [ #23912 ]: Replace by integer comparison a float comparison whose precision errors was causing an infinite loop during last frame audio conversion
2010-09-26 16:11:53 +00:00
c00e7fb89d
Quicktime audio export: force AAC sample rate to be <=48kHz to avoid later codec error + potential quicktime mem leaks fixes
...
AAC Codec does not handle sample rates above 48kHz.
2010-04-17 08:33:42 +00:00
c939331a6c
QTKit (OSX 64bit): Add audio export to Quicktime
...
Supports default OSX codecs : Linear PCM, Apple Lossless and AAC
Note that AAC codec doesn't support sample rates above 48kHz. If a python/rna guru knows how to easily enforce this limit, he is welcome!
Enjoy making Quicktime movies now with audio!
2010-04-10 09:31:41 +00:00
4c8dab48c5
cant test but this should fix mac build
2010-03-09 19:04:05 +00:00
1708ac0723
rename some functions to use easier to understand names.
...
'BLI_makestringcode' --> 'BLI_path_rel'
'BLI_convertstringcwd' --> 'BLI_path_cwd'
'BLI_convertstringframe' --> 'BLI_path_frame'
'BLI_convertstringframe_range' --> 'BLI_path_frame_range'
'BLI_make_cwdpath' --> 'BLI_path_cwd'
2010-03-09 17:36:23 +00:00
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
1832df2764
Fix compile error in qtkit_export.m on mac.
2010-01-31 09:42:50 +00:00
709b1a93e6
support for #'s for output animation paths
...
This was supported...
image: /tmp/foo_###_bar --> /tmp/foo_001_bar.png
But not this...
anim: /tmp/foo_###_bar --> /tmp/foo_001_250_bar.avi
2010-01-26 21:41:38 +00:00
f9be960690
Fix quicktime QtKit compile issue
2010-01-08 14:42:52 +00:00
68bc4d7355
Attempt to fix compilation of quicktime after reporting changes
...
(can't build this file myself, only qtkit seems to work here).
2009-12-22 15:20:31 +00:00
d653192751
Reports: writing movies now uses the reports mechanism to throw errors.
...
Also fixes bug #19463 : screencast to xvid ffmpeg crash.
2009-12-22 12:01:32 +00:00
cbab6e57dc
QTkit : update build checks to allow only 10.5+/64bit builds
...
Other SDK versions do not handle correctly QTKit movie creation in a background thread.
Carbon quicktime should be used for the 32bit builds (USE_QTKIT = 0)
2009-12-03 09:59:52 +00:00
03a9740c16
Quicktime : make dna codecType data store the quicktime codecType value instead of a proxy value
...
Quicktime codecType data is a 32 bit value (4 chars coded).
Implemented RNA set/get functions for codecType enum to cope with RNA enum values 24bit precision limitation
Implemented dynamic codecType enum list creation
Carbon quicktime now stores codec settings in "clear" in the QuicktimeCodecSettings dna struct (in addition to the closed atom container in QuicktimeCodecData) to be compatible with the QTKit version
+fixed some warnings
2009-12-02 11:23:11 +00:00
201f789cee
qtkit : improve thread safety, enforce build on OSX 10.5+
...
qtkit movie creation functions can be started in a worker thread only from OSX 10.5
2009-11-28 18:16:27 +00:00
68eaae8e0e
Quicktime-qtkit : encoding settings now in blender ui (encoding panel)
...
- added "QuicktimeCodecSettings" struct in DNA
- old "QuicktimeCodecData" opaque struct is nowdeprecated (read only use when QuicktimeCodecSettings is not set)
- fixed small bug when importing deep color movies
Note that you may need Final Cut Pro installed to be able to use the DVCPRO HD codecs
2009-11-20 10:37:50 +00:00
5f6b9fd324
Quicktime-cocoa : fix file busy issue when rendering a second time with quicktime export
2009-11-18 19:35:03 +00:00
ec6f00c1bb
SVN maintenance.
2009-11-18 18:45:38 +00:00