File ffxvid.changes of Package ffxvid (Revision e8a31bee665a1494314cb6f68302326c)

Currently displaying revision e8a31bee665a1494314cb6f68302326c , Show latest

271
 
1
-------------------------------------------------------------------
2
Fri Jun 14 18:40:00 UTC 2018 - neutrino8@opensuse.org
3
4
- Update to version 1.2.9
5
  * Added support for the bm3d denoise filter
6
7
-------------------------------------------------------------------
8
Mon Feb 26 20:52:00 UTC 2018 - neutrino8@opensuse.org
9
10
- Update to version 1.2.8
11
  * Set the eq saturation default value to 1.0 (same as filter default)
12
  * Add the colorspace and colormatrix filters when doing an HDR
13
    to SDR conversion
14
  * Lower tonemap desat strength to 2.8
15
  * Support white point adaptation for HDR to SDR
16
  * Moved the colorspace filter after the scale one
17
  * Moved the pixel format filter near the end of the filter chain
18
19
-------------------------------------------------------------------
20
Tue Feb 20 11:54:00 UTC 2018 - neutrino8@opensuse.org
21
22
- Update to version 1.2.7
23
  * Fixed an issue where in some cases write-testing the output
24
    directory will fail due usage of readlink -f instead of
25
    readlink -m
26
  * Update transfer chars to support latest changes to zimg from git
27
28
-------------------------------------------------------------------
29
Tue Jan 09 20:46:00 UTC 2018 - neutrino8@opensuse.org
30
31
- Update to version 1.2.6
32
  * Moved the eq filter to almost the end of the video filter chain
33
    as it can lead to banding in certain cases in case the filter
34
    is in front of most other ones
35
  * If the eq filter is used, also insert the format one after it
36
    if a pixel format has been chosen
37
  * Fixed a possible devision by 0 that may occur when one copies
38
    audio and the bitrate for metadata is reported as N/A by ffprobe
39
40
-------------------------------------------------------------------
41
Thu Jan 04 21:45:00 UTC 2018 - neutrino8@opensuse.org
42
43
- Update to version 1.2.5
44
  * Don't hardcode the desaturation strength of the tonemap filter
45
    but let is be an option
46
  * Removed the matrix and primaries options in the zscale filter
47
    as it leads to over-saturation of colors
48
  * Support tweaking the tonemap algorithms for HDR to SDR conversion
49
  * Support applying color saturation correction when doing an HDR
50
    to SDR conversion
51
  * Added bt2020-12 to the list of transfers when doing color
52
    characteristics copy
53
  * Added HDR_to_SDR_instructions.txt file to the package
54
55
-------------------------------------------------------------------
56
Mon Jan 01 23:08:00 UTC 2018 - neutrino8@opensuse.org
57
58
- Update to version 1.2.4
59
  * Reworked the video_chars_func() function and added reporting
60
    of video bit depth
61
  * Initial support for audio codec metadata when doing audio
62
    copy
63
  * Increased default E-AC-3 audio bitrate from 768 to 960 kbps
64
  * Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31)
65
  * Use a desat value of 2.5 for the tonemap filter when doing HDR
66
    to SDR conversions
67
  * Don't use pix_fmts in the format filter. It is not really needed
68
  * Removed 12-bit options from the video_pixfmt_func() function
69
  * Cosmetics
70
71
-------------------------------------------------------------------
72
Wed Dec 27 14:08:00 UTC 2017 - neutrino8@opensuse.org
73
74
- Update to version 1.2.3
75
  * Renamed array variable CHARS to VCHARS in the video_chars_func()
76
    function
77
  * Report pixel format in the video_chars_func() function
78
  * Use -v quiet instead of -v error log level for ffprobe
79
  * Cosmetics
80
81
-------------------------------------------------------------------
82
Tue Dec 26 07:21:00 UTC 2017 - neutrino8@opensuse.org
83
84
- Update to version 1.2.2
85
  * Initial support for HDR to SDR conversions. Requires
86
    FFmpeg to be compiled with the zimg library as it
87
    needs the zscale filter
88
    https://github.com/sekrit-twc/zimg
89
90
-------------------------------------------------------------------
91
Sun Oct 22 17:37:00 UTC 2017 - neutrino8@opensuse.org
92
93
- Update to version 1.2.1
94
  * Support dialog level normalization for AC3/EAC3 audio
95
96
-------------------------------------------------------------------
97
Fri Sep 29 15:45:00 UTC 2017 - neutrino8@opensuse.org
98
99
- Update to version 1.2.0
100
  * Support setting the output video aspect ratio
101
102
-------------------------------------------------------------------
103
Wed Aug 23 09:53:00 UTC 2017 - neutrino8@opensuse.org
104
105
- Update to version 1.1.9
106
  * Support full chroma input for the software scaler
107
108
-------------------------------------------------------------------
109
Fri Jul 21 13:52:00 UTC 2017 - neutrino8@opensuse.org
110
111
- Add realpath to the CHDIR var for batch mode
112
113
-------------------------------------------------------------------
114
Thu Jul 20 18:49:00 UTC 2017 - neutrino8@opensuse.org
115
116
- Update to version 1.1.8
117
  * Bugfix: use realpath instead of readlink for the OUTPUT
118
    var when running in batch mode. Fixes the issue where
119
    readlink will follow the full path in case the input
120
    is a symlink which may result of encoding files we
121
    were not asked to
122
  * Don't print cropped resolution during runtime
123
    if batch mode is selected
124
  * Remove check for realpath. It is now required and not
125
    optional
126
127
-------------------------------------------------------------------
128
Wed Jun 14 12:15:00 UTC 2017 - neutrino8@opensuse.org
129
130
- Update to version 1.1.7
131
  * Make software scaler tweaking optional
132
  * Added support for the unsharp filter for sharpen/blur
133
  * Use a colon symbol as separation for input/output color range
134
    in the video_colorspace_func() function as to be consistent
135
    with the other options. Also set the default to tv:tv
136
137
-------------------------------------------------------------------
138
Tue Jun 13 00:02:00 UTC 2017 - neutrino8@opensuse.org
139
140
- Update to version 1.1.6
141
  * Bugfix in the video_colorspace_func() function. Wrong value
142
    used for the ispace option of the filter. Must be bt2020ncl
143
    instead of just bt2020
144
145
-------------------------------------------------------------------
146
Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org
147
148
- Update to version 1.1.5
149
  * Replace numbers in array variable char of the video_chars_func()
150
    function with the ones from the for loop
151
  * Pipe the ffprobe string to tail -1 to work around issues
152
    with some problematic files
153
  * Some small improvements to the video_colorspace_func() function
154
155
-------------------------------------------------------------------
156
Fri Jun 09 08:50:00 UTC 2017 - neutrino8@opensuse.org
157
158
- Update to version 1.1.4
159
  * New function, video_chars_func(), to detect and display video
160
    characteristics like color range/space/transfer/primaries
161
  * Detect and display video resolution if video scaling is enabled
162
  * Detect and display pixel format
163
164
-------------------------------------------------------------------
165
Thu Jun 08 14:51:00 UTC 2017 - neutrino8@opensuse.org
166
167
- Update to version 1.1.3
168
  * Report software scaler set in the config file
169
  * Merge the bicubic and spline scaler tuning code
170
  * Mention for the Lanczos scaler that the scaler
171
    tuning value is the filter length and not sharpness
172
173
-------------------------------------------------------------------
174
Mon Jun 05 03:55:00 UTC 2017 - neutrino8@opensuse.org
175
176
- Update to version 1.1.2
177
  * Remove redundant software scaler warning and exit in
178
    the sws_func() function for the config file
179
  * Added support for the experimental software scaler
180
  * Added support for software scaler tuning where applicable
181
  * Removed additional encoder info on max audio channels support
182
183
-------------------------------------------------------------------
184
Sun Jun 04 21:45:00 UTC 2017 - neutrino8@opensuse.org
185
186
- Update to version 1.1.1
187
  * Match software scaler options in config file with the
188
    ones inside the script. $SCALER in config file now
189
    takes a value between 0 and 9
190
  * Do some basic checking of scaler option when it's set
191
    in the config file
192
193
-------------------------------------------------------------------
194
Thu Jun 01 12:06:00 UTC 2017 - neutrino8@opensuse.org
195
196
- Update to version 1.1.0
197
  * Simplify the scale variable a bit
198
  * Support SMPTE170M colorspace conversion
199
200
-------------------------------------------------------------------
201
Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org
202
203
- Update to version 1.0.9
204
  * Added support for FFmpeg's internal Opus audio encoder
205
206
-------------------------------------------------------------------
207
Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org
208
209
- Update to version 1.0.8
210
  * Bugfix in the software scale code. Use an if conditional
211
    to check for an y/n answer
212
213
-------------------------------------------------------------------
214
Sat May 13 18:10:00 UTC 2017 - neutrino8@opensuse.org
215
216
- Update to version 1.0.7
217
  * Support accurate rounding for the software scalers
218
  * Support full chroma interpolation for the software scalers
219
  * Use the flags option of the scale option instead of -sws_flags
220
    to set scaler and its options
221
  * Bugfix: software scaler code missing
222
223
-------------------------------------------------------------------
224
Mon Apr 03 19:04:00 UTC 2017 - neutrino8@opensuse.org
225
226
- Update to version 1.0.6
227
  * Support setting the input/output color range
228
229
-------------------------------------------------------------------
230
Sat Mar 18 22:01:00 UTC 2017 - neutrino8@opensuse.org
231
232
- Update to version 1.0.5
233
  * Update audio compression level values
234
  * Update colorspace entry for NTSC video
235
  * Fixed bug in the video_colorspace_func() values
236
237
-------------------------------------------------------------------
238
Wed Feb 22 15:05:00 UTC 2017 - neutrino8@opensuse.org
239
240
- Update to version 1.0.4
241
  * Support high FPS -> low FPS conversions
242
  * Bugfix: missing options in FPS conversion menu
243
244
-------------------------------------------------------------------
245
Sun Feb 19 05:21:00 UTC 2017 - neutrino8@opensuse.org
246
247
- Update to version 1.0.3
248
  * Enable Variance AQ by default
249
  * Correct a few things in man page
250
  * Update the preset.txt file
251
252
-------------------------------------------------------------------
253
Sat Feb 18 16:58:00 UTC 2017 - neutrino8@opensuse.org
254
255
- Update to version 1.0.2
256
  * Switch to using libxvid instead of mpeg4 encoder
257
  * Set appropriate threads amount for encoding
258
  * Update default encoding options
259
260
-------------------------------------------------------------------
261
Fri Feb 17 20:55:00 UTC 2017 - neutrino8@opensuse.org
262
263
- Update to version 1.0.1
264
  * Update default encoding options
265
266
-------------------------------------------------------------------
267
Fri Feb 17 05:02:00 UTC 2017 - neutrino8@opensuse.org
268
269
- Initial package release
270
271