File ffx264.changes of Package ffx264 (Revision 8)

Currently displaying revision 8 , Show latest

70
 
1
-------------------------------------------------------------------
2
Sat Nov 05 10:56:00 UTC 2016 - neutrino8@opensuse.org
3
4
- Update to version 3.0.9
5
  * Use a single var, $ofps, to set the output FPS for both
6
    deinterlace bobbing and FPS conversion
7
  * Use new $bob var to indicate that we do bobbing and use that
8
    var to disable FPS conversion
9
  * Renamed $fp var in video_deinterlace_func() to $fpar
10
  * Print a warning message that FPS conversion gets disabled if
11
    the user chooses audio copy
12
  * Added support for the FDK-AAC audio codec. Requires ffmpeg
13
    to be compiled with libfdk-aac support
14
  * Support FPS conversion with the 'fps' filter
15
  * Some minor code optimizations
16
17
-------------------------------------------------------------------
18
Fri Nov 04 10:43:00 UTC 2016 - neutrino8@opensuse.org
19
20
- Update to version 3.0.8
21
  * Bugfix: the scale variable was used twice for different things
22
    causing an overwrite of the scale filter parameters, which
23
    eventually results in ffmpeg complaining and exiting
24
  * Added support for NTSC <-> NTSC and NTSC <-> PAL frame rate
25
    conversions
26
  * New var in config file, VID_FPS_CONVERT, to enable/disable
27
    FPS conversion. Bumps up config file version to 24
28
  * Moved the FPS detection code into its own function so it can
29
    be easily reused
30
  * Minor cosmetics
31
  * Updated the README file
32
  
33
-------------------------------------------------------------------
34
Thu Nov 03 15:31:00 UTC 2016 - neutrino8@gmail.com
35
36
- Update to version 3.0.7
37
  * Added support for interlace-aware encoding
38
  * Added support for the spp, uspp and pp7 deblockers
39
  * Support asking for software scaler during exec time
40
  * Added new SCALE var to the config file to enable/disable
41
    support for software scaling. Bumps up the config file
42
    version to 23
43
  * Do a test write to see if output directory is writable by
44
    the script executing user
45
  * Updated the README file
46
  
47
-------------------------------------------------------------------
48
Wed Nov 02 19:41:00 UTC 2016 - neutrino8@gmail.com
49
50
- Update to version 3.0.6
51
  * Added support for motion compensation deinterlacing for both
52
    deinterlacing at original FPS and bobbing
53
  * Use denoise var instead of denoiser for the denoise filters
54
    and rotate var instead of transpose for the transpose filter
55
  * Added support for deblocking with the fspp filter. This bumps
56
    up the config file version to 22
57
  * Update to the README file
58
  
59
-------------------------------------------------------------------
60
Tue Nov 01 00:35:00 UTC 2016 - neutrino8@gmail.com
61
62
- Update to version 3.0.5
63
  * Added support for bobbing (deinterlace at double FPS)
64
  * Cosmetics: add menu header to the Color Primaries option
65
  
66
-------------------------------------------------------------------
67
Tue Oct 18 20:27:00 UTC 2016 - neutrino8@gmail.com
68
69
- Add changes file
70