File ffhevc.changes of Package ffhevc (Revision 80)

Currently displaying revision 80 , Show latest

686
 
1
-------------------------------------------------------------------
2
Thu Jan 04 20:09:00 UTC 2018 - neutrino8@opensuse.org
3
4
- Update to version 3.5.2
5
  * Support tweaking the tonemap algorithms for HDR to SDR conversion
6
  * Increased default desat tonemap value from 2.3 to 4.2
7
  * Support applying color saturation correction when doing an HDR
8
    to SDR conversion
9
  * Added bt2020-12 to the list of transfers when doing color
10
    characteristics copy
11
  * Updated the HDR_to_SDR_instructions.txt file
12
13
-------------------------------------------------------------------
14
Wed Jan 03 08:29:00 UTC 2018 - neutrino8@opensuse.org
15
16
- Update to version 3.5.1
17
  * Don't hardcode the desaturation strength of the tonemap filter
18
    but let is be an option
19
  * Removed the matrix and primaries options in the zscale filter
20
    as it leads to over-saturation of colors
21
22
-------------------------------------------------------------------
23
Tue Jan 02 12:03:00 UTC 2018 - neutrino8@opensuse.org
24
25
- Update to version 3.5.0
26
  * Disabled audio metadata for batch mode when using audio copy,
27
    until I figure out how to do it in a decent way
28
  * Removed default software scaler parameters for bicubic/spline
29
    They are already the default in FFmpeg so no need to force
30
    them
31
  * Use a case statement instead of if condition in option 0 of
32
    the video_hdr_to_sdr_func() function
33
34
-------------------------------------------------------------------
35
Mon Jan 01 23:03:00 UTC 2018 - neutrino8@opensuse.org
36
37
- Update to version 3.4.9
38
  * Set proper zscale transfer value in the video_hdr_to_sdr_func()
39
    function, option 0 (copy color characteristics)
40
  * Use a desat value of 2.5 for the tonemap filter when doing HDR
41
    to SDR conversions
42
  * Don't use pix_fmts in the format filter. It is not really needed
43
  * Removed 12-bit options from the video_pixfmt_func() function
44
  * Cosmetics
45
46
-------------------------------------------------------------------
47
Mon Jan 01 10:18:00 UTC 2018 - neutrino8@opensuse.org
48
49
- Update to version 3.4.8
50
  * Reworked the video_chars_func() function and added reporting
51
    of video bit depth
52
  * Initial support for audio codec metadata when doing audio
53
    copy
54
  * Increased default E-AC-3 audio bitrate from 768 to 960 kbps
55
  * Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31)
56
  * Added HDR_to_SDR_instructions.txt file to the package
57
  * Cosmetics
58
59
-------------------------------------------------------------------
60
Wed Dec 27 11:37:00 UTC 2017 - neutrino8@opensuse.org
61
62
- Update to version 3.4.7
63
  * Renamed array variable CHARS to VCHARS in the video_chars_func()
64
    function
65
  * Report pixel format in the video_chars_func() function
66
  * Don't show HDR options if doing an HDR to SDR conversion
67
  * Use -v quiet instead of -v error log level for ffprobe
68
  * Cosmetics
69
70
-------------------------------------------------------------------
71
Mon Dec 25 10:36:00 UTC 2017 - neutrino8@opensuse.org
72
73
- Update to version 3.4.6
74
  * Initial support for HDR to SDR conversions. Requires
75
    FFmpeg to be compiled with the zimg library as it
76
    needs the zscale filter
77
    https://github.com/sekrit-twc/zimg
78
79
-------------------------------------------------------------------
80
Tue Nov 28 18:35:00 UTC 2017 - neutrino8@opensuse.org
81
82
- Update to version 3.4.5
83
  * Disable Open GOP and enable header repeating when HDR
84
    options are enabled like master display and max-cll
85
86
-------------------------------------------------------------------
87
Fri Nov 17 16:43:00 UTC 2017 - neutrino8@opensuse.org
88
89
- Update to version 3.4.4
90
  * Update transfer characteristics: smpte-st-2084 -> smpte2084.
91
    Requires latest x265
92
93
-------------------------------------------------------------------
94
Sun Oct 22 17:37:00 UTC 2017 - neutrino8@opensuse.org
95
96
- Update to version 3.4.3
97
  * Support dialog level normalization for AC3/EAC3 audio
98
99
-------------------------------------------------------------------
100
Fri Sep 29 15:45:00 UTC 2017 - neutrino8@opensuse.org
101
102
- Update to version 3.4.2
103
  * Support setting the output video aspect ratio
104
105
-------------------------------------------------------------------
106
Wed Aug 23 09:53:00 UTC 2017 - neutrino8@opensuse.org
107
108
- Update to version 3.4.1
109
  * Support full chroma input for the software scaler
110
111
-------------------------------------------------------------------
112
Fri Jul 21 13:52:00 UTC 2017 - neutrino8@opensuse.org
113
114
- Add realpath to the CHDIR var for batch mode
115
116
-------------------------------------------------------------------
117
Thu Jul 20 18:49:00 UTC 2017 - neutrino8@opensuse.org
118
119
- Update to version 3.4.0
120
  * Bugfix: use realpath instead of readlink for the OUTPUT
121
    var when running in batch mode. Fixes the issue where
122
    readlink will follow the full path in case the input
123
    is a symlink which may result of encoding files we
124
    were not asked to
125
  * Don't print cropped resolution during runtime
126
    if batch mode is selected
127
  * Remove check for realpath. It is now required and not
128
    optional
129
130
-------------------------------------------------------------------
131
Tue Jul 11 11:39:00 UTC 2017 - neutrino8@opensuse.org
132
133
- Update to version 3.3.9
134
  * Support setting the min/max keyframe/IDR intervals
135
136
-------------------------------------------------------------------
137
Wed Jun 14 12:15:00 UTC 2017 - neutrino8@opensuse.org
138
139
- Update to version 3.3.8
140
  * Make software scaler tweaking optional
141
  * Added support for the unsharp filter for sharpen/blur
142
  * Use a colon symbol as separation for input/output color range
143
    in the video_colorspace_func() function as to be consistent
144
    with the other options. Also set the default to tv:tv
145
146
-------------------------------------------------------------------
147
Tue Jun 13 00:02:00 UTC 2017 - neutrino8@opensuse.org
148
149
- Update to version 3.3.7
150
  * Bugfix in the video_colorspace_func() function. Wrong value
151
    used for the ispace option of the filter. Must be bt2020ncl
152
    instead of just bt2020
153
154
-------------------------------------------------------------------
155
Sun Jun 11 10:06:00 UTC 2017 - neutrino8@opensuse.org
156
157
- Update to version 3.3.6
158
  * Bugfix: master-display option must be enclosed in quotes to not
159
    confuse Bash
160
161
-------------------------------------------------------------------
162
Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org
163
164
- Update to version 3.3.5
165
  * Replace numbers in array variable char of the video_chars_func()
166
    function with the ones from the for loop
167
  * Pipe the ffprobe string to tail -1 to work around issues
168
    with some problematic files
169
  * Some small improvements to the video_colorspace_func() function
170
171
-------------------------------------------------------------------
172
Fri Jun 09 08:50:00 UTC 2017 - neutrino8@opensuse.org
173
174
- Update to version 3.3.4
175
  * New function, video_chars_func(), to detect and display video
176
    characteristics like color range/space/transfer/primaries
177
  * Detect and display video resolution if video scaling is enabled
178
  * Detect and display pixel format
179
180
-------------------------------------------------------------------
181
Thu Jun 08 14:51:00 UTC 2017 - neutrino8@opensuse.org
182
183
- Update to version 3.3.3
184
  * Report software scaler set in the config file
185
  * Merge the bicubic and spline scaler tuning code
186
  * Mention for the Lanczos scaler that the scaler
187
    tuning value is the filter length and not sharpness
188
189
-------------------------------------------------------------------
190
Mon Jun 05 03:55:00 UTC 2017 - neutrino8@opensuse.org
191
192
- Update to version 3.3.2
193
  * Remove redundant software scaler warning and exit in
194
    the sws_func() function for the config file
195
  * Added support for the experimental software scaler
196
  * Lower psy-rdoq from 2.5 to 1.5 and psy-rd from 2.5 to
197
    2.0 to eliminate ringing artifacts
198
  * No need to enclose the values of max-cll in quotes
199
  * Removed additional encoder info on max audio channels support
200
  * Added support for software scaler tuning where applicable
201
  * Added example JSON file for Dynamic HDR10+ to the package
202
  * Updated the Makefile
203
204
-------------------------------------------------------------------
205
Sun Jun 04 21:45:00 UTC 2017 - neutrino8@opensuse.org
206
207
- Update to version 3.3.1
208
  * Further optimizations to the default encoding options
209
  * Match software scaler options in config file with the
210
    ones inside the script. $SCALER in config file now
211
    takes a value between 0 and 9
212
  * Do some basic checking of scaler option when it's set
213
    in the config file
214
215
-------------------------------------------------------------------
216
Thu Jun 01 12:06:00 UTC 2017 - neutrino8@opensuse.org
217
218
- Update to version 3.3.0
219
  * Simplify the scale variable a bit
220
  * Support SMPTE170M colorspace conversion
221
  * Support SMPTE170M for color primaries/matrices/transfers
222
223
-------------------------------------------------------------------
224
Tue May 30 11:35:00 UTC 2017 - neutrino8@opensuse.org
225
226
- Update to version 3.2.9
227
  * Bugfix: use an if conditional to set hdr-opt option
228
  * Increase default CRF value to 21
229
  * Tune the default encoding parameters
230
231
-------------------------------------------------------------------
232
Mon May 29 08:05:00 UTC 2017 - neutrino8@opensuse.org
233
234
- Update to version 3.2.8
235
  * Added support for Dynamic HDR10+ JSON files. Requires libx265
236
    to be compiled with Dynamic HDR10+ support
237
238
-------------------------------------------------------------------
239
Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org
240
241
- Update to version 3.2.7
242
  * Added support for FFmpeg's internal Opus audio encoder
243
244
-------------------------------------------------------------------
245
Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org
246
247
- Update to version 3.2.6
248
  * Bugfix in the software scale code. Use an if conditional
249
    to check for an y/n answer
250
251
-------------------------------------------------------------------
252
Sat May 13 18:04:00 UTC 2017 - neutrino8@opensuse.org
253
254
- Update to version 3.2.5
255
  * Support accurate rounding for the software scalers
256
  * Support full chroma interpolation for the software scalers
257
  * Use the flags option of the scale option instead of -sws_flags
258
    to set scaler and its options
259
260
-------------------------------------------------------------------
261
Mon Apr 03 19:04:00 UTC 2017 - neutrino8@opensuse.org
262
263
- Update to version 3.2.4
264
  * Support setting the input/output color range
265
266
-------------------------------------------------------------------
267
Tue Mar 28 19:04:00 UTC 2017 - neutrino8@opensuse.org
268
269
- Update to version 3.2.3
270
  * Update to the default encoding options
271
272
-------------------------------------------------------------------
273
Sat Mar 18 22:00:00 UTC 2017 - neutrino8@opensuse.org
274
275
- Update to version 3.2.2
276
  * Update colorspace entry for NTSC video
277
  * Fixed bug in the video_colorspace_func() values
278
279
-------------------------------------------------------------------
280
Mon Mar 06 21:30:00 UTC 2017 - neutrino8@opensuse.org
281
282
- Update to version 3.2.1
283
  * Update audio compression level values
284
  * Initial support for HDR VUI signaling
285
286
-------------------------------------------------------------------
287
Wed Feb 22 15:05:00 UTC 2017 - neutrino8@opensuse.org
288
289
- Update to version 3.2.0
290
  * Support high FPS -> low FPS conversions
291
  * Bugfix: missing options in FPS conversion menu
292
293
-------------------------------------------------------------------
294
Mon Feb 06 20:43:00 UTC 2017 - neutrino8@opensuse.org
295
296
- Update to version 3.1.9
297
  * Support the framestep filter for FPS conversion
298
  * Support halving the frame rate. Only supported for
299
    50/59.940/60 FPS input
300
301
-------------------------------------------------------------------
302
Wed Jan 25 12:00:00 UTC 2017 - neutrino8@opensuse.org
303
304
- Update to version 3.1.8
305
  * Small improvement: add "Track $i:" to the question for
306
    audio channel layout
307
308
-------------------------------------------------------------------
309
Tue Jan 24 16:20:00 UTC 2017 - neutrino8@opensuse.org
310
311
- Update to version 3.1.7
312
  * Removed one of the OUTPUT variables for batch mode. It is
313
    no longer needed
314
  * Rewrote the audio channel layout code. It is now based on
315
    per-codec encoder support
316
  * Repositioned the audio channel checking code
317
318
-------------------------------------------------------------------
319
Fri Jan 20 13:37:00 UTC 2017 - neutrino8@opensuse.org
320
321
- Update to version 3.1.6
322
  * Fixed a small issue in the output for batch mode
323
  
324
-------------------------------------------------------------------
325
Wed Jan 18 14:05:00 UTC 2017 - neutrino8@opensuse.org
326
327
- Update to version 3.1.5
328
  * Check channel amount for the libfdk_aac encoder and warn and
329
    exit on 7 channels as it doesn't support it
330
  * Use range=tv instead of range=mpeg for the color conversion
331
    filter
332
  * Bugfix: return value of variable autocrop wasn't checked
333
    when running in batch mode resulting in always cropping
334
    the input files
335
  * Bugfix in the $OUTPUT variable when running in batch mode
336
  * Removed readlink from the batch mode variables as it's no
337
    longer needed
338
339
-------------------------------------------------------------------
340
Sun Jan 15 11:44:00 UTC 2017 - neutrino8@opensuse.org
341
342
- Update to version 3.1.4
343
  * Support ALAC audio encoding
344
  * Some small improvements to the audio code
345
  * A few variable renamings, mostly in the case statements
346
347
-------------------------------------------------------------------
348
Fri Jan 13 11:43:00 UTC 2017 - neutrino8@opensuse.org
349
350
- Update to version 3.1.3
351
  * Support 50 <-> 60/59.940 FPS conversions
352
  * Use upper-case words for the color primaries/transfers/matrices
353
    and pixel formats
354
  * Support 4.0 audio channel layout in addition to Quad
355
356
-------------------------------------------------------------------
357
Thu Jan 12 00:26:00 UTC 2017 - neutrino8@opensuse.org
358
359
- Update to version 3.1.2
360
  * Added support for pixel format conversion
361
  * Added support for colorspace conversion
362
363
-------------------------------------------------------------------
364
Mon Jan 09 12:45:00 UTC 2017 - neutrino8@opensuse.org
365
366
- Update to version 3.1.1
367
  * Fix a possible issue when detecting the FPS value that occurs
368
    with some files
369
  * Expand directory path internally instead of exporting the
370
    dirname command to the file that gets sourced for encoding
371
  * Use 'bc' for calculating the detected FPS value
372
  * Only use fractions internally for FPS values. The user should
373
    be presented with the floating point value
374
375
-------------------------------------------------------------------
376
Sun Jan 08 11:24:00 UTC 2017 - neutrino8@opensuse.org
377
378
- Update to version 3.1.0
379
  * Support SMPTE-2084 transfer characteristics
380
  * Placed the video post-processing filters in their own sub-menu
381
  * Some small changes to the FPS conversion code
382
383
-------------------------------------------------------------------
384
Fri Jan 06 10:53:00 UTC 2017 - neutrino8@opensuse.org
385
386
- Update to version 3.0.9
387
  * Bugfix: default output directory wasn't made when running
388
    in batch mode
389
  * Display found per-file crop values when running in batch mode
390
391
-------------------------------------------------------------------
392
Thu Jan 05 11:35:00 UTC 2017 - neutrino8@opensuse.org
393
394
- Update to version 3.0.8
395
  * Support per-file auto-cropping when running in batch mode
396
  * Use internally full paths for input and output
397
  * Add a test case for output directory to the script that gets
398
    sourced for encoding
399
400
-------------------------------------------------------------------
401
Wed Jan 04 13:02:00 UTC 2017 - neutrino8@opensuse.org
402
403
- Update to version 3.0.7
404
  * Use readlink to get the full path to the cover art image. Fixes
405
    an issue when running in batch mode
406
407
-------------------------------------------------------------------
408
Fri Dec 02 14:42:00 UTC 2016 - neutrino8@opensuse.org
409
410
- Update to version 3.0.6
411
  * Merged the output code for the batch mode with that for single
412
    file input
413
  * Fixed an issue where remuxing to MP4 may fail in case the user
414
    chooses FLAC audio
415
  * Renamed variable $extracon to $remuxcon and $econ to $rcon
416
  * Made strict option "global" so I won't have to worry about
417
    adding experimental audio codecs support in the future
418
  * Clean ups to the FPS conversion menu
419
420
-------------------------------------------------------------------
421
Wed Nov 23 15:20:00 UTC 2016 - neutrino8@opensuse.org
422
423
- Update to version 3.0.5
424
  * Added support for FLAC audio in MP4. Requires a very recent
425
    ffmpeg version
426
  * Added the $strict variable to the remuxing code
427
  * Use the improved way of gathering info for the audio sample
428
    rate detection
429
  * Added the ability to flag the first internal or external
430
    subtitle as default, when using the option for internal and
431
    external subtitle copying
432
  * Added support for LD-AAC audio encoding with libfdk-aac
433
  * Removed stderr to stdout redirection (2>&1) for some of the
434
    ffprobe lines. It is no longer needed
435
436
-------------------------------------------------------------------
437
Sun Nov 20 16:44:00 UTC 2016 - neutrino8@opensuse.org
438
439
- Correct a small issue in the cropping code
440
- Update the Makefile
441
442
-------------------------------------------------------------------
443
Sun Nov 20 14:02:00 UTC 2016 - neutrino8@opensuse.org
444
445
- Update to version 3.0.4
446
  * Moved checks for supported containers into its own function,
447
    check_container_func()
448
  * Improvements to gathering information about the input file.
449
    Saves us piping to sed and in some cases piping to awk and tail
450
  * Removed the NOSOUND option since the user can specify 0 for
451
    amount of audio tracks which equals to encoding with the NOSOUND
452
    option
453
  * Placed both subcopy and subcpy variables into a single subparams
454
    variable. This also removes the NOSUBS variable
455
  * Placed the video length detection code into its own function,
456
    video_length_func(), as it is used in two places so we can
457
    save writing the same stuff twice
458
  * Instead of skipping bitrate calc for target file size in case
459
    we can't detect the video length, ask the user to provide it
460
  * Removed install script and added a Makefile for installation
461
  * Added new INSTALL file with install/uninstall instructions
462
463
-------------------------------------------------------------------
464
Fri Nov 18 01:35:00 UTC 2016 - neutrino8@opensuse.org
465
466
- Update to version 3.0.3
467
  * Use process number instead of .old when renaming existing files
468
  * Added support for detelecining (IVTC). Bumps up config file
469
    version to 33
470
  * Minor improvements to the cropping code
471
472
-------------------------------------------------------------------
473
Wed Nov 16 09:18:00 UTC 2016 - neutrino8@opensuse.org
474
475
- Update to version 3.0.2
476
  * Added support for 3-pass encoding
477
  * Added support for setting a default audio codec in the config
478
    file. Bumps up config file version to 32
479
  * Moved setting the video bitrate before the video filters
480
  * More variables renamings and other small code tweaks
481
  * Do some checking on duplicate entries when using additional
482
    containers and warn and exit
483
  * Updated the man page
484
  
485
-------------------------------------------------------------------
486
Mon Nov 14 09:18:00 UTC 2016 - neutrino8@opensuse.org
487
488
- Update to version 3.0.1
489
  * Set default amount of subtitles to 1 instead of exiting when no
490
    value is given
491
  * Allow the user to choose the amount of audio tracks he wants at
492
    run time instead of requiring it to be set in the config file.
493
    This removes config file var MAX_AUD_TRACKS and bumps up version
494
    to 31
495
  * Renamed array variables audmapval and submapval to audindex and
496
    subindex since we're not mapping but specifying the audio/sub
497
    index id with these vars
498
  * Fixed a possible case where audio params weren't cleared in
499
    case the nosound option was chosen
500
  * Removed an if conditional checking for MAX_SUBS which no longer
501
    is used
502
503
-------------------------------------------------------------------
504
Sun Nov 13 11:36:00 UTC 2016 - neutrino8@opensuse.org
505
506
- Update to version 3.0.0
507
  * Added support for batch encoding mode, to be activated with the
508
    new -b option. It's used to encode directories with video files
509
  * Renamed variable $mode to $encmode for clarity
510
  * Reworked the input/output code
511
  * Disabled strong-intra-smoothing in the default x265 options
512
    in the config file
513
  * Instead of relying on a config var to set the subtitles amount
514
    to support, ask the user each time to provide it. Makes the
515
    code less complex and easier to extend in the future. Bumps up
516
    config file version to 30
517
  * Check if the X265PARAMS var is missing from config in case we're
518
    not using an x265 preset
519
  * Updated the man page
520
521
-------------------------------------------------------------------
522
Sat Nov 12 10:48:00 UTC 2016 - neutrino8@opensuse.org
523
524
- Update to version 2.9.9
525
  * Added support for importing external srt/ssa subtitles for the
526
    mkv, m2ts, mts and ts containers
527
  * Moved the subtitle code into its own video_subtitles_func()
528
    function
529
  * Added support for simultaneously copying subtitles from the
530
    input file and copying external ones
531
  * Renamed variable SUBT to SUBNR for clarity
532
  * Updated the README file and man page
533
534
-------------------------------------------------------------------
535
Thu Nov 10 21:15:00 UTC 2016 - neutrino8@opensuse.org
536
537
- Update to version 2.9.8
538
  * Check if name of input file matches that of output file and warn
539
    and exit. Requires the realpath utility
540
  * Added support for the m2ts, mts and ts containers
541
  * Merged the code that checks if an audio codec is supported by a
542
    container with that that checks for additional output containers.
543
    Removes code duplication and maintainability
544
  * Update to the audio sample rates. Sync them with
545
    ffmpeg -h encoder=<encoder>
546
  * Restrict TrueHD channels to 2, 5 and 6 as that's what the encoder
547
    supports
548
  * Updated the README file
549
550
551
-------------------------------------------------------------------
552
Wed Nov 09 07:00:00 UTC 2016 - neutrino8@opensuse.org
553
554
- Update to version 2.9.7
555
  * Renamed config var CON to CONFMT. Updates config file version
556
    to 29
557
  * Reduced some duplication in the audio codec checks for the
558
    container formats
559
  * Reduced some error message duplication when checking if an
560
    additional container supports an audio codec
561
  * Rework to the additional container selection code
562
  * Added color functions for the additional container conversion
563
  * Added back support for the MOV container
564
565
-------------------------------------------------------------------
566
Tue Nov 08 10:10:00 UTC 2016 - neutrino8@opensuse.org
567
568
- Update to version 2.9.6
569
  * Added support for encoding to TrueHD audio. Requires a very
570
    recent ffmpeg version, preferably latest from git
571
  * Some small improvements to the additional container output
572
  * Moved the video_deinterlace_func() function inside the actual
573
    deinterlace code
574
  * Update to the README file
575
  * Update to the man page
576
577
-------------------------------------------------------------------
578
Mon Nov 07 16:25:00 UTC 2016 - neutrino8@opensuse.org
579
580
- Update to version 2.9.5
581
  * Cosmetics in the code for deinterlacing
582
  * Instead of skipping FPS conversion if the FPS can't be detected,
583
    ask the user to provide it
584
  * Use single brackets instead of double ones in the nosound
585
    setup code
586
  * Added license snippet at the top of the script
587
  * Added support for outputting to additional container formats
588
  * Do some checking on supported audio codecs for the supported
589
    containers
590
  * Check specified container and warn and exit if it's not supported
591
  * Support setting the FLAC compression level
592
  * Break out of the if conditionals in the audio code and replace
593
    them with two case statements
594
  * Update to the README file
595
  
596
-------------------------------------------------------------------
597
Sun Nov 06 09:52:00 UTC 2016 - neutrino8@opensuse.org
598
599
- Update to version 2.9.4
600
  * Bugfix: resampling wasn't working for fdk-aac due to missing
601
    value in the case statement
602
  * Check if output file exists and if so, move it to $file.old
603
  * Use test directly instead of an if condition to set the audio
604
    filters
605
  * Support bitrate calculations for target file size when doing
606
    audio copy
607
  * Use fdk* in the case statements for easier typing
608
  * Renamed variable astrm to astream for clarity
609
  * Use [1-2]p in the case statements for passmodes instead of 1p|2p
610
  * New function, video_field_parity_func(), to detect and report the
611
    interlace field order. Used by motion-compensation deinterlacing
612
    and interlaced encoding
613
  * Detect and display audio sample rate in case resampling is chosen
614
  * Improvements to the video_fps_func() function. Get the FPS value
615
    directly instead of outputting to a file and reading it
616
617
-------------------------------------------------------------------
618
Sat Nov 05 10:56:00 UTC 2016 - neutrino8@opensuse.org
619
620
- Update to version 2.9.3
621
  * Use a single var, $ofps, to set the output FPS for both
622
    deinterlace bobbing and FPS conversion
623
  * Use new $bob var to indicate that we do bobbing and use that
624
    var to disable FPS conversion
625
  * Renamed $fp var in video_deinterlace_func() to $fpar
626
  * Print a warning message that FPS conversion gets disabled if
627
    the user chooses audio copy
628
  * Added support for the FDK-AAC audio codec. Requires ffmpeg
629
    to be compiled with libfdk-aac support
630
  * Support FPS conversion with the 'fps' filter
631
  * Some minor code optimizations
632
633
-------------------------------------------------------------------
634
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
635
636
- Update to version 2.9.2
637
  * Bugfix: the scale variable was used twice for different things
638
    causing an overwrite of the scale filter parameters, which
639
    eventually results in ffmpeg complaining and exiting
640
  * Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
641
    conversions
642
  * New var in config file, VID_FPS_CONVERT, to enable/disable
643
    FPS conversion. Bumps up config file version to 28
644
  * Moved the FPS detection code into its own function so it can
645
    be easily reused
646
  * Minor cosmetics
647
  * Updated the README file
648
649
-------------------------------------------------------------------
650
Thu Nov 03 15:29:00 UTC 2016 - neutrino8@gmail.com
651
652
- Update to version 2.9.1
653
  * Added support for interlace-aware encoding
654
  * Added support for the spp, uspp and pp7 deblockers
655
  * Support asking for software scaler during exec time
656
  * Added new SCALE var to the config file to enable/disable
657
    support for software scaling. Bumps up the config file
658
    version to 27
659
  * Do a test write to see if output directory is writable by
660
    the script executing user
661
  * Updated the README file
662
663
-------------------------------------------------------------------
664
Wed Nov 02 19:40:00 UTC 2016 - neutrino8@gmail.com
665
666
- Update to version 2.9.0
667
  * Added support for motion compensation deinterlacing for both
668
    deinterlacing at original FPS and bobbing
669
  * Use denoise var instead of denoiser for the denoise filters
670
    and rotate var instead of transpose for the transpose filter
671
  * Added support for deblocking with the fspp filter. This bumps
672
    up the config file version to 26
673
  * Update to the README file
674
  
675
-------------------------------------------------------------------
676
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
677
678
- Update to version 2.8.9
679
  * Added support for bobbing (deinterlace at double FPS)
680
  * Cosmetics: add menu header to the Color Primaries option
681
  
682
-------------------------------------------------------------------
683
Tue Oct 18 20:26:00 UTC 2016 - neutrino8@gmail.com
684
685
- Add changes file
686