File ffhevc.changes of Package ffhevc (Revision 11)

Currently displaying revision 11 , Show latest

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