forked from x42/harvid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
102 lines (85 loc) · 3.48 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
2013-06-10 (0.7.3) Robin Gareus <[email protected]>
* update ffmpeg compatibility wrapper
* fix CSV file info (no newline)
* fix fileindex' file-ext filter
2013-04-16 (0.7.2) Robin Gareus <[email protected]>
* fix aspect ratio calculation
* update website & upload script
2013-04-07 (0.7.1) Robin Gareus <[email protected]>
* basically a NOOP -- no new features, no changes in behaviour.
* just shuffle around code to break out libharvid
* update packaging info (post debian)
* clean up auto-build/release/upload scripts
* oh and, PTHREAD_SIGMASK is now disabled on OSX - allow sigterm, there :)
2013-03-26 (v0.7.0) Robin Gareus <[email protected]>
* option to set maxiumum decoder thread count
* fix make install-man
* various build-script updates for static builds
* send 503/retry instead of 500/err if video-cache fails fixes concurrency
issue.
2013-03-19 (v0.6.2) Robin Gareus <[email protected]>
* distinguish decoder-failure (500) and no-decoder thread avail (503/try again)
* fix libjpeg detection (bashish echo)
* fix various typos (makefile, manpage)
2013-03-09 (v0.6.1) Robin Gareus <[email protected]>
* fix static build
* 32/64bit print size_t fix
2013-03-09 (v0.6.0) Robin Gareus <[email protected]>
* image-cache for encoded images (jpg, png)
* add html/JS seek interface
* fix SMPTE duration print - subframes == 0
* fix compiler warnings
2013-03-02 (v0.5.2) Robin Gareus <[email protected]>
* update README and built-in documentation on homepage
* exclude packaging related files from source tar balls
* add mtime to file-index
* fileindex: add trailing slash to directory URLs
* fileindex: fix file-extention filter
2013-02-25 (v0.5.1) Robin Gareus <[email protected]>
* valid HTML
* new OSX icon
2013-02-25 (v0.5.0) Robin Gareus <[email protected]>
* support for OSX bundle
* renice status page html
* cope with invalid input data (negative frames, invalid width/height,..)
* server process exit status
* update release/build scripts
2013-02-24 (v0.4.6) Robin Gareus <[email protected]>
* usage frequecy statistics (debug mode only)
* optional server exit-on-idle timeout (prepare launchd, systemd)
* export file-index as CSV and JSON
2013-02-23 (v0.4.5) Robin Gareus <[email protected]>
* allow to set JPEG quality
* fix chroot + chuid/gid lookup and execution order
* incremental file-index output
* dynamically sized output buffering for info pages
2013-02-23 (v0.4.X) Robin Gareus <[email protected]>
* prepare website - binary releases
* release and build scripts
* man page formatting
2013-02-20 (v0.4.0) Robin Gareus <[email protected]>
* replace linear lists with hash-table - fast lookup
* implement "empty frame" rendering
* add support for memlock
2013-02-16 (v0.3.0) Robin Gareus <[email protected]>
* valid HTML
* update --help and manual page
* add support for CSV info format
* sanity check options on startup
* add support to choose pixel format dynamically
* new banner/logo image
* remove cruft from decoder and frame-cache code
2013-02-14 (v0.2.0) Robin Gareus <[email protected]>
* server ID and built-in version,rc query handlers
* portability and x-compile setup
* proper shutdown on signal
* ffmpeg concurrency improvements
* separate file<>ID mapping
* rework decoder control, reduce footprint of locked section
* reference count decoder locks, non-blocking info calls
* clean up logging and log-levels
* flexible cache flusing and purging strategies
2013-02-11 (v0.1.0) Robin Gareus <[email protected]>
* more refactoring, add CSV index
2013-01-30 (v0.0.1) Robin Gareus <[email protected]>
* refactored sodankyla/icsd