[FFmpeg-cvslog] avcodec/dpx: Fix B&W film scans from Lasergraphics Inc

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:14 2020 +| [331858d0f68324edd17307eee2dcae1abfd5d302] | committer: Paul B Mahol avcodec/dpx: Fix B&W film scans from Lasergraphics Inc Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/dpx: Read color information from DPX header

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:13 2020 +| [0539f15bbb86c5e81af56454c94e2eddefd34b7c] | committer: Paul B Mahol avcodec/dpx: Read color information from DPX header Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dpx: Read SMPTE timecode from DPX

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:11 2020 +| [a041c0a0315f0941ddc2b3258c74edf40f86c8f5] | committer: Paul B Mahol avcodec/dpx: Read SMPTE timecode from DPX Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dpx: Report color_range from DPX header

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:12 2020 +| [8232e01e41488bc3f4504b3de241106a4cca7cb7] | committer: Paul B Mahol avcodec/dpx: Report color_range from DPX header Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dpx: Read alternative frame rate from television header

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:10 2020 +| [6623421454c55890a720b8dd818bb9304e9ff529] | committer: Paul B Mahol avcodec/dpx: Read alternative frame rate from television header Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] fate: Add dpx-probe test

2020-12-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Dec 7 10:32:09 2020 +| [4bdfbd688fff4450b0e94abb1befe16902a6660b] | committer: Paul B Mahol fate: Add dpx-probe test Signed-off-by: Harry Mallon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/videotoolboxenc: Allow full range 10bit pixel format input

2020-09-28 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Sep 21 12:16:59 2020 +0100| [e16788a32398e5199d61e79c8784f4523eadc001] | committer: Rick Kern avcodec/videotoolboxenc: Allow full range 10bit pixel format input Signed-off-by: Harry Mallon Signed-off-by: Rick Kern > http://git.videolan.

[FFmpeg-cvslog] avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encode

2020-09-28 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Mon Sep 21 12:16:58 2020 +0100| [80384a6ec3074aeb27dfbd28cebd614c6fc72ce7] | committer: Rick Kern avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encode Signed-off-by: Harry Mallon Signed-off-by: Rick Kern > http://git.videolan.

[FFmpeg-cvslog] avformat/mxfdec: Read Mastering Display Colour Volume from MXF

2020-09-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Sep 9 15:56:37 2020 +0100| [90e2a4d61bd18b19f91c90e4a071248d4334e735] | committer: Tomas Härdin avformat/mxfdec: Read Mastering Display Colour Volume from MXF Described in Annex B SMPTE ST 2067-21:2020 Signed-off-by: Harry Mallon > h

[FFmpeg-cvslog] avformat/mxfdec: Read Apple private Content Light Level from MXF

2020-09-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Sep 9 15:56:39 2020 +0100| [fe3a57f4caa22cd0e42fe17302e0a21ca302] | committer: Tomas Härdin avformat/mxfdec: Read Apple private Content Light Level from MXF * As embedded by Apple Compressor Signed-off-by: Harry Mallon > h

[FFmpeg-cvslog] avformat/mxfenc: Write Mastering Display Colour Volume to MXF

2020-09-17 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Sep 9 15:56:38 2020 +0100| [bb2215f4dbc882c8850ac5858f901936b491cd6a] | committer: Tomas Härdin avformat/mxfenc: Write Mastering Display Colour Volume to MXF Described in Annex B SMPTE ST 2067-21:2020 Signed-off-by: Harry Mallon > h

[FFmpeg-cvslog] libavcodec/options_table: Add missing colorspace options

2020-09-10 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Aug 19 21:31:03 2020 +0100| [811514abb7ef398d30747b1925ad880a841c87e9] | committer: Gyan Doshi libavcodec/options_table: Add missing colorspace options * chroma-derived-nc / chroma-derived-c and ictcp Signed-off-by: Harry Mallon Signed-off-by

[FFmpeg-cvslog] libavformat/mxfenc: color_range should be inclusive

2020-08-29 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 14:58:53 2020 +0100| [abd58a4192e4c5ea721b22365c211d8fa874f3d2] | committer: Tomas Härdin libavformat/mxfenc: color_range should be inclusive MXF CDCI color range was being set to (1<component_depth) - 1 for full range but it should be

[FFmpeg-cvslog] avformat/mxfdec: Read video range from CDCIEssenceDescriptor

2020-08-29 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 14:58:52 2020 +0100| [719eb8a2e44099b395e8b70878f5f3f3c629865c] | committer: Tomas Härdin avformat/mxfdec: Read video range from CDCIEssenceDescriptor * Capture black_ref, white_ref and color_range and recognise full and narrow range

[FFmpeg-cvslog] avfilter/libvmaf: mention csv as available log format

2020-08-20 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 17:39:27 2020 +0100| [412d63fe72d4398d0ffd271a9bd30c6ac9fc0deb] | committer: Gyan Doshi avfilter/libvmaf: mention csv as available log format Signed-off-by: Harry Mallon Signed-off-by: Gyan Doshi > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavcodec/proresdec2: Setup qmat_chroma according to RDD36

2020-08-20 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Aug 19 21:32:47 2020 +0100| [a606e3b3393dec611f3830d2397651a943280546] | committer: Michael Niedermayer libavcodec/proresdec2: Setup qmat_chroma according to RDD36 Signed-off-by: Harry Mallon Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avformat/mxfenc: Write color metadata to MXF

2020-08-12 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 6 15:27:48 2020 +0100| [64ff61b3c52af335e811fe04b85108775e1f2784] | committer: Tomas Härdin avformat/mxfenc: Write color metadata to MXF Writes color_primaries, color_trc and color_space to mxf headers. ULs are from https://registry.smpte

[FFmpeg-cvslog] avformat/mxfdec: Read color metadata from MXF

2020-08-06 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Fri Jul 31 11:09:54 2020 +0100| [7031a7beae5af7648c885e05435f179beb00d4d2] | committer: Tomas Härdin avformat/mxfdec: Read color metadata from MXF Reads color_primaries, color_trc and color_space from mxf headers. ULs are from https://registry.smpte