Tim Almdal
6b5d395d59
Fix for ticket #153 . The sort column was not not initialized for
...
movies or photos. Turns out that when you go to delete, ORM tries to
check for children and apply the sort order.
2009-03-18 19:39:34 +00:00
Tim Almdal
d097b4fc02
Update to image_block based on bharat's feedback
...
1) move the rand_key column into core
2) don't do a max rand, just try to a get a random number less than
the current random number if that doesn't successd look the other way
2009-02-26 23:38:17 +00:00
Tim Almdal
95a1842034
Remove the commented line $parent->$movie->parent() as the $parent
...
object was passed in as a parameter.
2009-02-26 20:23:40 +00:00
Tim Almdal
0929d41305
Added a check to insure that the resize or thumbs image files do not
...
exists. As per ticket #109
2009-02-26 14:53:01 +00:00
Bharat Mediratta
515c081f79
Add support MP4 movies also. Flowplayer supports them and can stream
...
them using the h264streaming plugin. Everything else is a fairly
minor change.
2009-02-25 05:27:29 +00:00
Andy Staudacher
e031957354
File structure style fixes
2009-02-24 05:54:19 +00:00
Tim Almdal
c0049dce03
1) Optimize the loop in graphics::generate so it uses the $ops as the
...
key and path. This way it won't try to generate a resize for movies.
2) Changed the options on the ffmpeg command in movie::extract_image
so we actually see a frame not the black one that starts the movie.
2009-02-23 17:13:58 +00:00
Bharat Mediratta
37d3254d8c
Remove debug code, thanks Andrew Slayman!
2009-02-23 01:36:54 +00:00
Bharat Mediratta
3a8439d7b5
Hardcode all movie mime types to video/x-flv cause that's all we support now anyway
2009-02-22 23:53:44 +00:00
Bharat Mediratta
baff63b70b
Very basic movie support. You can upload a FLV file, we use ffmpeg to
...
extract a thumbnail out of it and if you click through we show it
using flowplayer.
2009-02-22 05:21:44 +00:00