-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
153 lines (127 loc) · 5.17 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
2022-12-31 (0.9.1) Robin Gareus <[email protected]>
* Update to ffmpeg-5.1 API
* Tweak buildsystem for parallel builds
2021-04-01 (0.9.0) Robin Gareus <[email protected]>
* Update to ffmpeg-5.0 API
* Update build-systems incl macOS M1 support
* Fix libjpeg detection
* Update static builds to ffmpeg-5.0
* Update static builds for modern mingw (pthreads)
* Update clone URIs (avoid git:// protocol)
2018-01-30 (0.8.3) Robin Gareus <[email protected]>
* NO-OP, build-system update only
2017-01-11 (0.8.2) Robin Gareus <[email protected]>
* explicitly set "C" locale: consistent numeric data format
* allow empty docroot for passing drive-letters on windows
2015-11-25 (0.8.1) Robin Gareus <[email protected]>
* explicit LARGEFILE64 support
* spelling corrections
* ffmpeg-2.9 compatibility
* update static builds to ffmpeg-2.8
2015-03-03 (0.8.0) Robin Gareus <[email protected]>
* portability fixes
* update ut-hash
* speed up direct info-lookups & fix possible deadlock
* bump various build-stack versions for binary releases
2015-01-03 (0.7.6) Robin Gareus <[email protected]>
* update build system, packaging and default flags
* optimized windows build (no terminal)
* support OSX 10.10
* remove 'beta' from header image/icon
(no changes to application itself)
2014-09-05 (0.7.5) Robin Gareus <[email protected]>
* fix FPS calculation
* hotfix release
2014-08-28 (0.7.4) Robin Gareus <[email protected]>
* case insensitive file extension for file-index
* define OSX minimum version to 10.5
* various fixes for windows build (paths, snprintf, tmpfile)
* tweak built-in HTML front-page (title, IE compat)
* update ffmpeg compatibility layer
* ffmpeg decoder: update seek-mechanism & framerate parsing
* update win+osx build stack
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