File ffx264.changes of Package ffx264 (Revision 11)
Currently displaying revision 11 , Show latest
96
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
* Added h264_mp4toannexb flag in case we're outputting to the AVI
17
container
18
* Break out of the if conditionals in the audio code and replace
19
them with two case statements
20
* Update to the README file
21
22
-------------------------------------------------------------------
23
Sun Nov 06 09:52:00 UTC 2016 - neutrino8@opensuse.org
24
25
- Update to version 3.1.0
26
* Bugfix: resampling wasn't working for fdk-aac due to missing
27
value in the case statement
28
* Check if output file exists and if so, move it to $file.old
29
* Use test directly instead of an if condition to set the audio
30
filters
31
* Support bitrate calculations for target file size when doing
32
audio copy
33
* Use fdk* in the case statements for easier typing
34
* Renamed variable astrm to astream for clarity
35
* Use [1-2]p in the case statements for passmodes instead of 1p|2p
36
* New function, video_field_parity_func(), to detect and report the
37
interlace field order. Used by motion-compensation deinterlacing
38
and interlaced encoding
39
* Detect and display audio sample rate in case resampling is chosen
40
* Improvements to the video_fps_func() function. Get the FPS value
41
directly instead of outputting to a file and reading it
42
43
-------------------------------------------------------------------
44
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
45
46
- Update to version 3.0.8
47
* Bugfix: the scale variable was used twice for different things
48
causing an overwrite of the scale filter parameters, which
49
eventually results in ffmpeg complaining and exiting
50
* Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
51
conversions
52
* New var in config file, VID_FPS_CONVERT, to enable/disable
53
FPS conversion. Bumps up config file version to 24
54
* Moved the FPS detection code into its own function so it can
55
be easily reused
56
* Minor cosmetics
57
* Updated the README file
58
59
-------------------------------------------------------------------
60
Thu Nov 03 15:31:00 UTC 2016 - neutrino8@gmail.com
61
62
- Update to version 3.0.7
63
* Added support for interlace-aware encoding
64
* Added support for the spp, uspp and pp7 deblockers
65
* Support asking for software scaler during exec time
66
* Added new SCALE var to the config file to enable/disable
67
support for software scaling. Bumps up the config file
68
version to 23
69
* Do a test write to see if output directory is writable by
70
the script executing user
71
* Updated the README file
72
73
-------------------------------------------------------------------
74
Wed Nov 02 19:41:00 UTC 2016 - neutrino8@gmail.com
75
76
- Update to version 3.0.6
77
* Added support for motion compensation deinterlacing for both
78
deinterlacing at original FPS and bobbing
79
* Use denoise var instead of denoiser for the denoise filters
80
and rotate var instead of transpose for the transpose filter
81
* Added support for deblocking with the fspp filter. This bumps
82
up the config file version to 22
83
* Update to the README file
84
85
-------------------------------------------------------------------
86
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
87
88
- Update to version 3.0.5
89
* Added support for bobbing (deinterlace at double FPS)
90
* Cosmetics: add menu header to the Color Primaries option
91
92
-------------------------------------------------------------------
93
Tue Oct 18 20:27:00 UTC 2016 - neutrino8@gmail.com
94
95
- Add changes file
96