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