Commit graph

201 commits

Author SHA1 Message Date
d2473ac2af Let the focusing function run after the pictures have been added to the
grid.
2012-01-02 15:33:51 -08:00
6357d8da59 [maven-release-plugin] prepare for next development iteration 2011-12-31 17:16:35 -08:00
d0c6d8654f [maven-release-plugin] prepare release album-0.27 2011-12-31 17:16:28 -08:00
6124d21a74 fixing up content type for JSON. Going HTML5 2011-12-31 17:13:43 -08:00
e7a4eebf04 [maven-release-plugin] prepare for next development iteration 2011-12-03 15:11:59 -08:00
5c349ab290 [maven-release-plugin] prepare release album-0.26 2011-12-03 15:11:56 -08:00
a85b81e21f Don't forget about the captions. 2011-11-30 01:10:08 -08:00
ecc482528d [maven-release-plugin] prepare for next development iteration 2011-11-19 14:55:33 -08:00
a7228548b7 [maven-release-plugin] prepare release album-0.25 2011-11-19 14:55:30 -08:00
b3a370fc11 make "dynamic.html" the default behavior 2011-11-19 14:42:23 -08:00
46094b5c1e fix FlvFilterTest and swith movie codec from flv to h.264 2011-07-31 21:43:15 -07:00
e039870adc Finally cracked the nut on the FLV metadata processing. 2011-07-31 13:40:27 -07:00
86a09acc4c Cosmetc/compiler warnings 2011-07-31 13:39:33 -07:00
f95a97aa11 Tuning cache controls. In Chrome a reload sets the request header to
max-age=0, but still includes an If-None-Match header.  That means we
sould not depend o a cached ETag, which we don't in any case.  A
shift-reload on the other hand sets the header to no-cache and does not
include an If-None-Match header, meaning this is not a conditional get
at all.
2011-07-11 11:03:46 -07:00
da61095fb3 Even more bugfixing in metadata write. 2011-07-11 00:17:13 -07:00
a58b074873 Debugging more video streaming. Works without regenerating onMetadata. 2011-07-09 18:19:48 -07:00
494c0e5930 More work on movie streaming 2011-07-09 16:57:30 -07:00
a516f02b14 More work on streaming video. 2011-07-06 19:17:52 -07:00
dee96ab87d fix length calculation, remove unnecessary code. 2011-07-04 16:30:47 -07:00
43fef6e92f More FLV metadata logic 2011-07-04 02:09:57 -07:00
df04071177 fix test 2011-07-03 01:23:07 -07:00
984bc2f72c Merge branch 'master' of ssh://aha/home/gitroot/album
Conflicts:
	src/main/java/org/forkalsrud/album/video/MovieCoder.java
2011-07-03 01:18:19 -07:00
a9a5840692 tried to add "duration" metadata to flv stream 2011-07-03 01:16:22 -07:00
aebec22299 The beginning of a filter to patch up the video metadata after the first
run.
2011-07-02 00:58:49 -07:00
74f08f44b0 Some more work on movies. 2011-06-22 15:10:12 -07:00
1b642ddab9 Make sure the "focus" parameter also works for the first image in the album. 2011-03-30 18:38:13 -07:00
22f10bd11b Make sure the "focus" parameter works also for the first image in the album. 2011-03-30 18:37:10 -07:00
12b91ab1ec removed a little duplication 2011-03-28 00:23:29 -07:00
1e04937fab More work on video scaling. dynamic.html now successfully includes movies in the UI. 2011-03-26 21:41:54 -07:00
9b584bd82e More work on the dynamic client side rendering + video display. 2011-03-19 23:58:42 -07:00
2f5876a0e9 First pass at client side rendering based on server provided JSON. 2011-03-19 22:07:27 -07:00
ddb7a87e2c some more work ont the video related code, largely related to running on Mac OSX 2011-03-13 23:41:05 -07:00
e6bad87622 more edit changes with face detection 2011-03-13 23:40:29 -07:00
956f2d3b45 Merge branch 'master' of ssh://forkalsrud.org/home/gitroot/album 2011-03-13 18:00:49 -07:00
fc7f13daad Portotyping of edit screen with face detection. 2011-03-13 18:00:20 -07:00
e13c8f822d created method to read metadata from video files 2011-03-12 17:04:27 -08:00
6b0082c685 Merge branch 'master' of ssh://aha/home/gitroot/album 2011-02-05 22:13:34 -08:00
6e0368d4d5 new versions of a couple of third-party libs 2011-02-05 22:12:59 -08:00
45fc47f099 [maven-release-plugin] prepare for next development iteration 2010-11-02 17:19:25 -07:00
b40cded047 [maven-release-plugin] prepare release album-0.24 2010-11-02 17:19:23 -07:00
4df8e0ba4b adding convenience data dumper 2010-11-02 17:18:25 -07:00
05c291c9d8 removing noop delay 2010-11-01 23:30:36 -07:00
17c59ef407 Adding optional ?focus=filename to focus a specific image 2010-11-01 23:28:45 -07:00
2bf3b9a229 [maven-release-plugin] prepare for next development iteration 2010-10-23 16:41:35 -07:00
72b2f9e92a [maven-release-plugin] prepare release album-0.23 2010-10-23 16:41:33 -07:00
1ce75d2da8 Adding search box, make searches case insensitive 2010-10-23 16:36:13 -07:00
7eeb7d9bae Initial work on keyword search 2010-10-23 14:01:21 -07:00
5149259970 Make sure cache is invalidated whenever we do an edit. 2010-08-21 21:39:58 -07:00
ad19ca5200 Adding hidden URL (*.edit) to edit captions through web interface. 2010-08-21 21:06:24 -07:00
99afd6d29f [maven-release-plugin] prepare for next development iteration 2010-08-20 23:43:25 -07:00