[FFmpeg-cvslog] avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread id

2018-05-04 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Mon Apr 30 16:33:51 2018 +0100| [51775bc1cdeff04b836422be66e8098146aedcce] | committer: James Almer avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread id The thread id was invalid because it was not initialised during the

[FFmpeg-cvslog] libavcodec/exr: Fix blank output when data window != display window

2017-01-06 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Jan 3 16:31:16 2017 +| [09905c412ddb2dc3dd24e5741f64a59c7610e8ea] | committer: Paul B Mahol libavcodec/exr: Fix blank output when data window != display window looks like there is a bug in commit 1a08758e7c4e14a9ea8d2fef6c33ad411b2d3c40

[FFmpeg-cvslog] pixfmt: Add new SMPTE color primaries and transfer characteristic values

2015-09-17 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Fri Aug 28 15:20:22 2015 +0100| [4a664224502b42e3b28949d905a8de7769892184] | committer: Vittorio Giovara pixfmt: Add new SMPTE color primaries and transfer characteristic values Appeared in ITU-T Rec H.265 10/2014. Signed-off-by: Vittorio Giovara

[FFmpeg-cvslog] avcodec/exr: Add support for applying a transfer characteristic curve to OpenEXR inputs.

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 11:02:53 2015 +0100| [7eb3233352f6ee7a8a81476b431573ad3013d5c9] | committer: Michael Niedermayer avcodec/exr: Add support for applying a transfer characteristic curve to OpenEXR inputs. Signed-off-by: Kevin Wheatley > h

[FFmpeg-cvslog] avutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 11:41:38 2015 +0100| [bac90482654219cfdde65680726b85516dcbdc66] | committer: Michael Niedermayer avutil/color_utils: Add basic transfer functions for each AVColorTransferCharacteristic Most functions are valid over a domain and range of

[FFmpeg-cvslog] avcodec/exr: Mark up the decoded buffer as the appropriate transfer characteristic when applying one

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 12:35:55 2015 +0100| [a1fa5392e63e1f5658e5365ce02a29a74f95fdbb] | committer: Michael Niedermayer avcodec/exr: Mark up the decoded buffer as the appropriate transfer characteristic when applying one > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 12:34:34 2015 +0100| [6d4b394b5d6ccc775738695967f5354cb6e5b014] | committer: Michael Niedermayer avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to command line options

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 09:32:42 2015 +0100| [7061a30c372a70965ad261cbbae4950c0c5bcb4e] | committer: Michael Niedermayer avcodec/options_table: Add SMPTE ST428-1 colour primaries (CIE 1931 XYZ) to command line options Signed-off-by: Kevin Wheatley Reviewed-by

[FFmpeg-cvslog] avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfer characteristics

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Sep 1 09:14:01 2015 +0100| [47570a265ed00519b433a5f7099f01a92c6c4f9e] | committer: Michael Niedermayer avcodec/options_table: Add CLI options for SMPTE ST 2084 and ST 428-1 transfer characteristics Signed-off-by: Kevin Wheatley Reviewed-by

[FFmpeg-cvslog] avutil/pixfmt: Add additional primaries and transfer characteristic enumerations from ITU-T Rec H.265

2015-09-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Fri Aug 28 15:20:22 2015 +0100| [c3cd6dd106b1381933e2f24898eeec0d8aa17746] | committer: Michael Niedermayer avutil/pixfmt: Add additional primaries and transfer characteristic enumerations from ITU-T Rec H.265 Signed-off-by: Kevin Wheatley Reviewed

[FFmpeg-cvslog] avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files.

2015-03-05 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Thu Mar 5 10:40:13 2015 +| [4a20c6f425b2999612f80d287253a24216bd] | committer: Michael Niedermayer avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files. As this is depricated it should not be on by default,

[FFmpeg-cvslog] avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc () function to libavutil.

2015-03-05 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Thu Mar 5 10:37:51 2015 +| [86b59e6a50c8498efd2ccbd541ac46dac16e958c] | committer: Michael Niedermayer avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil. Signed

[FFmpeg-cvslog] avformat/movenc: Fix writing ACLR atoms for DNxHD

2015-02-24 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Feb 24 10:00:07 2015 +| [3664703780a3d882937c131e4104f8d21e71b738] | committer: Michael Niedermayer avformat/movenc: Fix writing ACLR atoms for DNxHD Using the copy codec ACLR atoms where incorrectly written During the creation of the ACLR

[FFmpeg-cvslog] avformat/movenc: Move avid DNxHD padding to the correct spot

2015-02-20 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Mon Feb 16 10:40:36 2015 +| [31c7c0e156975be615479948824c1528952c0731] | committer: Michael Niedermayer avformat/movenc: Move avid DNxHD padding to the correct spot Outputting DNxHD into .mov containers 'corrupts' following atoms un

[FFmpeg-cvslog] avformat/mov: Add simple ACLR atom reading to set the color range of the incomming track for codec 's like DNxHD that utilise AVID's proprietary atom.

2015-02-19 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Thu Feb 19 11:08:14 2015 +| [fb3fb1d0d4bb21edcb1f9d932987eceeabe7f675] | committer: Michael Niedermayer avformat/mov: Add simple ACLR atom reading to set the color range of the incomming track for codec's like DNxHD that utilise A

[FFmpeg-cvslog] avformat/rtpdec_h264: fix compile failure with -DDEBUG

2015-02-16 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Mon Feb 16 17:05:28 2015 +| [88868d81a5d7c4b1ee88f204524c1076e337147e] | committer: Michael Niedermayer avformat/rtpdec_h264: fix compile failure with -DDEBUG Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] libavformat: DNxHD in .mov, switch unspecified color_range to mpeg

2015-02-10 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Tue Feb 10 11:37:00 2015 +| [7fc33dca395c4b9c089f6a5f9aaba1133a5452a2] | committer: Michael Niedermayer libavformat: DNxHD in .mov, switch unspecified color_range to mpeg Avid prefers mpeg range [16-235] by default this change brings ffmpeg into

[FFmpeg-cvslog] avformat/movenc: Add simplistic 'colr' tag writing support to mov container

2015-01-26 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Mon Jan 26 16:39:24 2015 +0100| [7b6f4191763a5ffde02fa198101aabc3ddb5bf61] | committer: Michael Niedermayer avformat/movenc: Add simplistic 'colr' tag writing support to mov container Signed-off-by: Michael Niedermayer > http://git