Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 102
View file
ffhevc.changes
Added
@@ -0,0 +1,800 @@ +------------------------------------------------------------------- +Fri Jan 11 13:15:00 UTC 2019 - neutrino8@opensuse.org + +- Update to version 3.6.7 + * Check if tonemap is used and if so, disable Dolby Vision + questions + +------------------------------------------------------------------- +Thu Jan 10 11:10:00 UTC 2019 - neutrino8@opensuse.org + +- Update to version 3.6.6 + * Support Dolby Vision HDR + +------------------------------------------------------------------- +Sat Dec 22 11:22:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.5 + * Add the new tune animation option + * Updated the man page + +------------------------------------------------------------------- +Tue Jul 10 20:35:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.4 + * Revert previous change. Linear transfer is already set + in the $tonemap variable + +------------------------------------------------------------------- +Mon Jul 09 21:59:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.3 + * HDR to SDR: transfer to linear light before doing bt2020-10/12 + transfer + +------------------------------------------------------------------- +Sun Apr 15 06:48:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.2 + * Support setting the chroma location parameter + +------------------------------------------------------------------- +Tue Mar 20 12:06:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.1 + * Support 12-bits in the pixel format function + * Improvements to the HDR to SDR conversion code, copy color + characteristics option + * A few typo fixes + +------------------------------------------------------------------- +Sat Feb 24 10:50:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.0 + * Set the eq saturation default value to 1.0 (same as filter default) + * Add the colorspace and colormatrix filters when doing an HDR + to SDR conversion + * Lower tonemap desat strength to 2.8 + * Support white point adaptation for HDR to SDR + * Moved the colorspace filter after the scale one + * Moved the pixel format filter near the end of the filter chain + +------------------------------------------------------------------- +Thu Feb 22 10:40:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.9 + * Support per-file HDR side data when running in batch mode + * Minor code optimizations + +------------------------------------------------------------------- +Sat Feb 17 11:52:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.8 + * Fixed an issue where in some cases write-testing the output + directory will fail due usage of readlink -f instead of + readlink -m + * Small code optimizations + +------------------------------------------------------------------- +Fri Feb 16 21:00:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.7 + * Implemented HDR side data scanning + * Rewrote the hdr script + +------------------------------------------------------------------- +Fri Feb 16 10:31:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.6 + * Replace an ffprobe log level occurance of -v error to -v quiet + * Added a small script called "hdr" to get HDR values from a file + which then can be used in ffhevc's HDR options menu + +------------------------------------------------------------------- +Wed Feb 07 04:15:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.5 + * Update transfer chars to support latest changes to zimg from git + +------------------------------------------------------------------- +Mon Jan 08 19:45:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.4 + * Fixed a possible devision by 0 that may occur when one copies + audio and the bitrate for metadata is reported as N/A by ffprobe + +------------------------------------------------------------------- +Sat Jan 06 00:18:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.3 + * Moved the eq filter to almost the end of the video filter chain + as it can lead to banding in certain cases in case the filter + is in front of most other ones + * If the eq filter is used, also insert the format one after it + if a pixel format has been chosen + +------------------------------------------------------------------- +Thu Jan 04 20:09:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.2 + * Support tweaking the tonemap algorithms for HDR to SDR conversion + * Increased default desat tonemap value from 2.3 to 4.2 + * Support applying color saturation correction when doing an HDR + to SDR conversion + * Added bt2020-12 to the list of transfers when doing color + characteristics copy + * Updated the HDR_to_SDR_instructions.txt file + +------------------------------------------------------------------- +Wed Jan 03 08:29:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.1 + * Don't hardcode the desaturation strength of the tonemap filter + but let is be an option + * Removed the matrix and primaries options in the zscale filter + as it leads to over-saturation of colors + +------------------------------------------------------------------- +Tue Jan 02 12:03:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.5.0 + * Disabled audio metadata for batch mode when using audio copy, + until I figure out how to do it in a decent way + * Removed default software scaler parameters for bicubic/spline + They are already the default in FFmpeg so no need to force + them + * Use a case statement instead of if condition in option 0 of + the video_hdr_to_sdr_func() function + +------------------------------------------------------------------- +Mon Jan 01 23:03:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.4.9 + * Set proper zscale transfer value in the video_hdr_to_sdr_func() + function, option 0 (copy color characteristics) + * Use a desat value of 2.5 for the tonemap filter when doing HDR + to SDR conversions + * Don't use pix_fmts in the format filter. It is not really needed + * Removed 12-bit options from the video_pixfmt_func() function + * Cosmetics + +------------------------------------------------------------------- +Mon Jan 01 10:18:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.4.8 + * Reworked the video_chars_func() function and added reporting + of video bit depth + * Initial support for audio codec metadata when doing audio + copy + * Increased default E-AC-3 audio bitrate from 768 to 960 kbps + * Set dialnorm for AC-3/E-AC-3 to its FFmpeg default (-31) + * Added HDR_to_SDR_instructions.txt file to the package + * Cosmetics + +------------------------------------------------------------------- +Wed Dec 27 11:37:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.4.7 + * Renamed array variable CHARS to VCHARS in the video_chars_func() + function + * Report pixel format in the video_chars_func() function + * Don't show HDR options if doing an HDR to SDR conversion + * Use -v quiet instead of -v error log level for ffprobe + * Cosmetics + +------------------------------------------------------------------- +Mon Dec 25 10:36:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.4.6 + * Initial support for HDR to SDR conversions. Requires + FFmpeg to be compiled with the zimg library as it + needs the zscale filter + https://github.com/sekrit-twc/zimg + +------------------------------------------------------------------- +Tue Nov 28 18:35:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.4.5 + * Disable Open GOP and enable header repeating when HDR + options are enabled like master display and max-cll
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.