File ffhevc.changes of Package ffhevc (Revision 10)
Currently displaying revision 10 , Show latest
110
1
-------------------------------------------------------------------
2
Mon Nov 07 16:25:00 UTC 2016 - neutrino8@opensuse.org
3
4
- Update to version 2.9.5
5
* Cosmetics in the code for deinterlacing
6
* Instead of skipping FPS conversion if the FPS can't be detected,
7
ask the user to provide it
8
* Use single brackets instead of double ones in the nosound
9
setup code
10
* Added license snippet at the top of the script
11
* Added support for outputting to additional container formats
12
* Do some checking on supported audio codecs for the supported
13
containers
14
* Check specified container and warn and exit if it's not supported
15
* Support setting the FLAC compression level
16
* Break out of the if conditionals in the audio code and replace
17
them with two case statements
18
* Update to the README file
19
20
-------------------------------------------------------------------
21
Sun Nov 06 09:52:00 UTC 2016 - neutrino8@opensuse.org
22
23
- Update to version 2.9.4
24
* Bugfix: resampling wasn't working for fdk-aac due to missing
25
value in the case statement
26
* Check if output file exists and if so, move it to $file.old
27
* Use test directly instead of an if condition to set the audio
28
filters
29
* Support bitrate calculations for target file size when doing
30
audio copy
31
* Use fdk* in the case statements for easier typing
32
* Renamed variable astrm to astream for clarity
33
* Use [1-2]p in the case statements for passmodes instead of 1p|2p
34
* New function, video_field_parity_func(), to detect and report the
35
interlace field order. Used by motion-compensation deinterlacing
36
and interlaced encoding
37
* Detect and display audio sample rate in case resampling is chosen
38
* Improvements to the video_fps_func() function. Get the FPS value
39
directly instead of outputting to a file and reading it
40
41
-------------------------------------------------------------------
42
Sat Nov 05 10:56:00 UTC 2016 - neutrino8@opensuse.org
43
44
- Update to version 2.9.3
45
* Use a single var, $ofps, to set the output FPS for both
46
deinterlace bobbing and FPS conversion
47
* Use new $bob var to indicate that we do bobbing and use that
48
var to disable FPS conversion
49
* Renamed $fp var in video_deinterlace_func() to $fpar
50
* Print a warning message that FPS conversion gets disabled if
51
the user chooses audio copy
52
* Added support for the FDK-AAC audio codec. Requires ffmpeg
53
to be compiled with libfdk-aac support
54
* Support FPS conversion with the 'fps' filter
55
* Some minor code optimizations
56
57
-------------------------------------------------------------------
58
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
59
60
- Update to version 2.9.2
61
* Bugfix: the scale variable was used twice for different things
62
causing an overwrite of the scale filter parameters, which
63
eventually results in ffmpeg complaining and exiting
64
* Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
65
conversions
66
* New var in config file, VID_FPS_CONVERT, to enable/disable
67
FPS conversion. Bumps up config file version to 28
68
* Moved the FPS detection code into its own function so it can
69
be easily reused
70
* Minor cosmetics
71
* Updated the README file
72
73
-------------------------------------------------------------------
74
Thu Nov 03 15:29:00 UTC 2016 - neutrino8@gmail.com
75
76
- Update to version 2.9.1
77
* Added support for interlace-aware encoding
78
* Added support for the spp, uspp and pp7 deblockers
79
* Support asking for software scaler during exec time
80
* Added new SCALE var to the config file to enable/disable
81
support for software scaling. Bumps up the config file
82
version to 27
83
* Do a test write to see if output directory is writable by
84
the script executing user
85
* Updated the README file
86
87
-------------------------------------------------------------------
88
Wed Nov 02 19:40:00 UTC 2016 - neutrino8@gmail.com
89
90
- Update to version 2.9.0
91
* Added support for motion compensation deinterlacing for both
92
deinterlacing at original FPS and bobbing
93
* Use denoise var instead of denoiser for the denoise filters
94
and rotate var instead of transpose for the transpose filter
95
* Added support for deblocking with the fspp filter. This bumps
96
up the config file version to 26
97
* Update to the README file
98
99
-------------------------------------------------------------------
100
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
101
102
- Update to version 2.8.9
103
* Added support for bobbing (deinterlace at double FPS)
104
* Cosmetics: add menu header to the Color Primaries option
105
106
-------------------------------------------------------------------
107
Tue Oct 18 20:26:00 UTC 2016 - neutrino8@gmail.com
108
109
- Add changes file
110