[FFmpeg-cvslog] Add new vf_tiltandshift filter

2023-12-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Jul 14 21:26:55 2014 -0400| [05bfc03752d15382068f4b7506be89602f91aeb0] | committer: Vittorio Giovara Add new vf_tiltandshift filter Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavd/avfoundation: Use correct preprocessing directive

2023-12-11 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Dec 11 12:26:55 2023 -0500| [944936ee1d2d52335ff264e3d97cdba868d2486c] | committer: Thilo Borgmann lavd/avfoundation: Use correct preprocessing directive Fixes compilation, introduced in e37b15e. src/libavdevice/avfoundation.m:799:10: error

[FFmpeg-cvslog] MAINTAINERS: Remove older s3tc entry

2023-12-10 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Sat Dec 9 02:47:02 2023 -0500| [12e25af7a84b1a6c958f0dcc5191e495e929f01c] | committer: Vittorio Giovara MAINTAINERS: Remove older s3tc entry Missed from a5b2b22d9a45c9634e6947d43945ebafe121abec. > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] vf_tonemap: Fix order of planes

2022-01-14 Thread Vittorio Giovara
ffmpeg | branch: release/5.0 | Vittorio Giovara | Wed Jan 5 14:54:50 2022 +0100| [e540605d42e7ba6487d46f9084ec04c3d348] | committer: Vittorio Giovara vf_tonemap: Fix order of planes This resulted in a dimmed tonemapping due to bad resulting luma calculation. Found by: Derek Buitenhuis

[FFmpeg-cvslog] vf_tonemap: Fix order of planes

2022-01-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jan 5 14:54:50 2022 +0100| [7d377558a6c5f7e0592487f38bb76a8b99aada7a] | committer: Vittorio Giovara vf_tonemap: Fix order of planes This resulted in a dimmed tonemapping due to bad resulting luma calculation. Found by: Derek Buitenhuis

[FFmpeg-cvslog] mov: Prioritize aspect ratio values found in pasp atom

2021-04-15 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Apr 6 18:15:49 2021 +0200| [918273aa3eb721323ec2de37a39ad8ce9f4dcfb7] | committer: Vittorio Giovara mov: Prioritize aspect ratio values found in pasp atom From the ISO/IEC specification for MP4: The pixel aspect ratio and clean aperture

[FFmpeg-cvslog] mov: Skip computing SAR from invalid display matrix elements

2021-04-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Mar 30 16:47:39 2021 +0200| [9afde280938d319d4b630d42b309abc91e5b1eff] | committer: Vittorio Giovara mov: Skip computing SAR from invalid display matrix elements > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] mov: Support fake moov boxes disguised as hoov

2020-04-07 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Aug 8 22:28:26 2019 +0200| [a13841b79782eb09222d953e9c7d3cd00fefecf3] | committer: Derek Buitenhuis mov: Support fake moov boxes disguised as hoov Some broken apps generate files that have a fake box named 'hoov' instead of a proper 'moov' one

[FFmpeg-cvslog] libdav1d: Add support for reading hdr10 metadata

2019-03-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Mar 12 19:36:30 2019 -0300| [38a413213216fc7add112f67e26326492c859c08] | committer: James Almer libdav1d: Add support for reading hdr10 metadata Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] proresdec2: Parse codec_tag and export profile information

2018-11-05 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Nov 2 15:24:45 2018 -0400| [aefbb2bf029f3a01cc4198c9470550f7b007e868] | committer: Vittorio Giovara proresdec2: Parse codec_tag and export profile information > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] prores: Use profile names in the various encoders and decoders

2018-11-05 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Nov 2 15:23:16 2018 -0400| [cdc487bfc841ce47e64bdd774f7bcc40e3f4a626] | committer: Vittorio Giovara prores: Use profile names in the various encoders and decoders Export FF_PROFILE_PRORES_* symbols publicly, add a missing one. > h

[FFmpeg-cvslog] mjpeg: Use profile names in the encoder and decoder

2018-11-05 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Nov 2 15:33:20 2018 -0400| [d37faad0cdbb5577b6ce72625847cae5bf110db9] | committer: Vittorio Giovara mjpeg: Use profile names in the encoder and decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] proresenc_anatoliy: Rename a profile name with the correct one

2018-11-05 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Nov 2 15:21:35 2018 -0400| [febaa63b0f7f7ef7e80cfc5031e1d0982d9c74ea] | committer: Vittorio Giovara proresenc_anatoliy: Rename a profile name with the correct one In all Apple documentation, this profile is called Prores . > h

[FFmpeg-cvslog] vf_tonemap: Fix logic for detecting the maximum peak of untagged sources

2018-08-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jul 25 17:21:04 2018 +0200| [ce7ca726b2cae0eeb4a4e688c5c7d0ea05776832] | committer: Vittorio Giovara vf_tonemap: Fix logic for detecting the maximum peak of untagged sources When there is no metadata attached to a frame, take into account both

[FFmpeg-cvslog] vf_tonemap: Update hdr metadata with the new peak value

2018-08-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jul 25 17:45:46 2018 +0200| [aa8e5eecac97dd3c87518e0accfb96dea05066c8] | committer: Vittorio Giovara vf_tonemap: Update hdr metadata with the new peak value Less effective than the approach in vf_tonemap_opencl because there is no peak

[FFmpeg-cvslog] vf_tonemap[_opencl]: Move determine_signal_peak() to a shared file

2018-08-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jul 25 16:44:50 2018 +0200| [e467179cfbe270c4b59b10f859b6925668d59583] | committer: Vittorio Giovara vf_tonemap[_opencl]: Move determine_signal_peak() to a shared file The two functions are identical. Use the shared LumaCoeffients type too

[FFmpeg-cvslog] vf_tonemap_opencl: Move update_metadata() to a shared file

2018-08-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jul 25 17:02:45 2018 +0200| [572ef567a5288d36b8bc2531309710a0e891d35c] | committer: Vittorio Giovara vf_tonemap_opencl: Move update_metadata() to a shared file > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Use the same name for stereo3d frame/packet side data

2018-06-05 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Jun 4 15:05:55 2018 -0400| [c9fcdac11874bdfbe872d494e157b9ad84b19959] | committer: Vittorio Giovara Use the same name for stereo3d frame/packet side data > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] aac: Rework extradata parsing code

2018-04-19 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Apr 12 17:39:50 2018 -0400| [fbfee6adea6166ad87ef46124095abbf079f7bc3] | committer: Vittorio Giovara aac: Rework extradata parsing code - enable the parsing code - use the new buffer instead of replacing the c

[FFmpeg-cvslog] avprobe: Print a user-friendly version of the display matrix

2018-04-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 4 17:29:35 2018 +0200| [c31f6b1d61759436ef50c094e7f4c8005e97614a] | committer: Vittorio Giovara avprobe: Print a user-friendly version of the display matrix Shift fixed point numbers to be actual decimal n

[FFmpeg-cvslog] avprobe: Support printing strings with empty keys

2018-04-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 4 17:29:34 2018 +0200| [f821b2ea276ebe7ecd854fbef9e3acd691bbf074] | committer: Vittorio Giovara avprobe: Support printing strings with empty keys > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] libx265: Support tiny video sizes

2018-04-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Mar 16 11:34:25 2018 -0400| [cc06f7bd10c236539b4f6f87b795c459dd873770] | committer: Vittorio Giovara libx265: Support tiny video sizes Where tiny is less than the default CTU size. Signed-off-by: Vittorio G

[FFmpeg-cvslog] vf_zscale: Fix alpha destination graph for floating point pixel formats

2017-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Dec 7 16:32:22 2017 -0500| [bc38c8f4424982617a92d1cefa7fdcb640a80234] | committer: Vittorio Giovara vf_zscale: Fix alpha destination graph for floating point pixel formats This was setting the input pixe

[FFmpeg-cvslog] prores: Always assume limited range

2017-11-29 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Sep 27 17:28:55 2017 -0400| [45d7be7f930cf707ead07416e10e2d0e061e99ce] | committer: Vittorio Giovara prores: Always assume limited range As defined by the specification. > http://git.videolan.org/g

[FFmpeg-cvslog] stereo3d: Support view type for frame sequence type

2017-11-29 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Sep 25 15:09:21 2017 +0200| [99e9697e3a12ab4a6638a36b95edafd6a98f9eaa] | committer: Vittorio Giovara stereo3d: Support view type for frame sequence type Implement detection in h264 and hevc and insertion in fra

[FFmpeg-cvslog] prores: Always assume limited range

2017-11-28 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Sep 27 15:52:52 2017 -0400| [755207dc53d6d18a4a9e07ffb0d3a10f75836f79] | committer: Vittorio Giovara prores: Always assume limited range As defined by the specification. > http://git.videolan.org/g

[FFmpeg-cvslog] mov: Support mdcv and clli boxes for mastering display an color light level

2017-11-28 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Oct 4 14:47:54 2017 -0400| [10db42f117ed5cb5b662eef619ee6a92d868095a] | committer: Vittorio Giovara mov: Support mdcv and clli boxes for mastering display an color light level Signed-off-by: Vittorio G

[FFmpeg-cvslog] vf_zscale: Relax color properties maximum bounds

2017-11-28 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Nov 28 13:55:47 2017 -0500| [3e0560b054dd4f548f41e5fb69b6350858e6d88d] | committer: Vittorio Giovara vf_zscale: Relax color properties maximum bounds This simplifies adding new values, which are already val

[FFmpeg-cvslog] vf_zscale: Add more supported input properties

2017-11-28 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Nov 28 13:56:06 2017 -0500| [002db7d49ada290db15334b7b41fa27eb376ec5c] | committer: Vittorio Giovara vf_zscale: Add more supported input properties Bump the minimum version necessary in the configure file.

[FFmpeg-cvslog] h264: Add support for alternative transfer characterics SEI

2017-11-10 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Aug 8 16:06:29 2017 +0200| [ebf3b9e8a875eb12312460aee505118791ef805f] | committer: Vittorio Giovara h264: Add support for alternative transfer characterics SEI The use of this SEI is for backward compati

[FFmpeg-cvslog] pixfmt: Support chroma-derived and ictcp color matrices

2017-11-10 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Aug 8 16:30:32 2017 +0200| [538e50875105c9d4a04bc4ed4a217e87f422137e] | committer: Vittorio Giovara pixfmt: Support chroma-derived and ictcp color matrices Signed-off-by: Vittorio Giovara <vittorio.giov...@

[FFmpeg-cvslog] hevc: Make sure to update the current frame transfer characteristic

2017-11-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Jul 20 14:43:53 2017 +0200| [ce1a99d870c05b639512920cd3a1dee3e41d323f] | committer: Vittorio Giovara hevc: Make sure to update the current frame transfer characteristic Otherwise the first decoded frame will

[FFmpeg-cvslog] hevc: Add support for alternative transfer characterics SEI

2017-11-07 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Jun 9 17:27:22 2017 -0400| [969f215957b25ec014aeed6e440ecb450e6927c1] | committer: Vittorio Giovara hevc: Add support for alternative transfer characterics SEI The use of this SEI is for backward compati

[FFmpeg-cvslog] dvbsubdec: Free subrect memory on allocation error

2017-11-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Jun 13 11:35:16 2017 -0400| [a594f17f83a1ffdc1eec18818208fe39487dd5d7] | committer: Vittorio Giovara dvbsubdec: Free subrect memory on allocation error Signed-off-by: Vittorio Giovara <vittorio.giov...@

[FFmpeg-cvslog] mlp_parser: Drop in-parser downmix functionality

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 26 11:08:17 2017 -0400| [970c76f32283bddf3a5afd24fe52db7a96186244] | committer: Vittorio Giovara mlp_parser: Drop in-parser downmix functionality request_channel_layout is a decoder option and it makes no

[FFmpeg-cvslog] aac_ac3_parser: Drop in-parser downmix functionality

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 26 11:08:17 2017 -0400| [dd3aa85b68c017c419acb0c39ff6aa890ce89e87] | committer: Vittorio Giovara aac_ac3_parser: Drop in-parser downmix functionality request_channel_layout is a decoder option and it

[FFmpeg-cvslog] avfoundation: update to use AVCodecParameters

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 26 11:31:28 2017 -0400| [85c2bf9d2cc7dad3d5c6dc79f802a74efa8d8fce] | committer: Vittorio Giovara avfoundation: update to use AVCodecParameters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mlp: Drop ff_ prefix from a static function

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Apr 25 16:26:57 2017 -0400| [cea7fd9afb8488a6c48f7d7ee38602e1fd3dd425] | committer: Vittorio Giovara mlp: Drop ff_ prefix from a static function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mlp: Factor out channel layout subset checks

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Apr 25 16:26:58 2017 -0400| [94c54d97e7f4fe90570c323803f2bdf6246c1010] | committer: Vittorio Giovara mlp: Factor out channel layout subset checks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mlp: Rename the channel layout variable

2017-10-30 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Apr 25 16:26:56 2017 -0400| [1f6e5dd4d4dd9c02371ad211049d27edb6d95286] | committer: Vittorio Giovara mlp: Rename the channel layout variable Purely cosmetic change, will make code more readable once the new c

[FFmpeg-cvslog] filtfmts-test: Mark filter as const

2017-10-26 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Apr 4 17:56:34 2017 +0200| [839010aca9713b5cd6ebe7a1db7e805c3625b168] | committer: Vittorio Giovara filtfmts-test: Mark filter as const libavfilter/tests/filtfmts.c:57:18: warning: assigning to 'AV

[FFmpeg-cvslog] decode: Initialize ret before using it

2017-10-26 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Apr 3 21:58:15 2017 +0200| [efddf2c09aed7400c73ecf327f86a4d0452b94b5] | committer: Vittorio Giovara decode: Initialize ret before using it libavcodec/decode.c:608:9: warning: variable 'ret' is

[FFmpeg-cvslog] lavfi: Drop unused and empty header file

2017-10-26 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Apr 5 15:35:26 2017 +0200| [f5950b8fd61ec85e0ad8790bea56b37ceea19436] | committer: Vittorio Giovara lavfi: Drop unused and empty header file This header was public but deprecated on 2013-04-11 (lavfi 3.8.0).

[FFmpeg-cvslog] APIchanges: Update bump dates

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 23 10:39:11 2017 +0100| [083ea8768121ee800893e124b08483011b798919] | committer: Vittorio Giovara APIchanges: Update bump dates > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] vf_showinfo: Simplify reporting stereo3d information

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Mar 15 17:39:53 2017 -0400| [3f128fc4a3fa1ef8a87974eb5484a997a84868fe] | committer: Vittorio Giovara vf_showinfo: Simplify reporting stereo3d information > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] vf_showinfo: Display spherical properties

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Mar 15 17:55:18 2017 -0400| [883ce264d9ffc5bdaf477e09ee155b03339c46a6] | committer: Vittorio Giovara vf_showinfo: Display spherical properties > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] spherical: Change types of bounding and pad to uint32_t

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Mar 14 17:50:48 2017 -0400| [5f90ad99bb7e53383fefab5107b861e4c4600700] | committer: Vittorio Giovara spherical: Change types of bounding and pad to uint32_t These values are defined to be 32bit in the specifi

[FFmpeg-cvslog] lavu: Drop deprecated av_dlog macro

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 15:30:58 2017 -0400| [35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc] | committer: Vittorio Giovara lavu: Drop deprecated av_dlog macro Deprecated in 05/2015. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavu: Drop deprecated option type

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 17:22:49 2016 -0500| [619a433eca2c5655c41b799e0b06380020fb1498] | committer: Vittorio Giovara lavu: Drop deprecated option type Deprecated in 02/2014. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] lavu: Drop deprecated VDPAU pixel formats

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 17:13:33 2016 -0500| [dd343fd986459f467a2d1d70c26101dff1d47d68] | committer: Vittorio Giovara lavu: Drop deprecated VDPAU pixel formats Deprecated in 07/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated stream codec tag

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 16:21:54 2017 -0400| [0648dec19db83bc8c87814d195e32cbad5698a40] | committer: Vittorio Giovara lavc: Drop deprecated stream codec tag Deprecated in 07/2015. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated options moved to private contexts

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 16:03:38 2017 -0400| [94eed68ace9f2416af8457fcbf142b175928c06b] | committer: Vittorio Giovara lavc: Drop deprecated options moved to private contexts Deprecated in 10/2014 and 07/2015.

[FFmpeg-cvslog] lavc: Drop deprecated time_base variable for decoding

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 15:56:59 2017 -0400| [c43a96fe16e6a6ea091e64ca271f0788f4a0bea9] | committer: Vittorio Giovara lavc: Drop deprecated time_base variable for decoding Deprecated in 10/2015. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated way of setting audio delay on encode

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 15:55:18 2017 -0400| [48bb0da050329e5111b00a12dfc154b7e78fb3a3] | committer: Vittorio Giovara lavc: Drop deprecated way of setting audio delay on encode Deprecated in 08/2014. > http://git.vid

[FFmpeg-cvslog] lavc: Drop deprecated global afd field

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 15:51:56 2017 -0400| [5182a28b5de060c51c21b36053ab205bfe31] | committer: Vittorio Giovara lavc: Drop deprecated global afd field Deprecated in 08/2014. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated avctx codec name

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 17:08:15 2016 -0500| [4476027d93680cd88d2f75ef1cef5b0c276a8704] | committer: Vittorio Giovara lavc: Drop deprecated avctx codec name Deprecated in 04/2014. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated codec flags

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:57:18 2016 -0500| [bb45d11282d93af0e8d4c8fd6bc6405f7439a940] | committer: Vittorio Giovara lavc: Drop deprecated codec flags Deprecated between 04/2014 - 05/2015. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated unused public members

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:55:32 2016 -0500| [302554835e39b79b977ed60c9afe81b44590dfef] | committer: Vittorio Giovara lavc: Drop deprecated unused public members Deprecated in 07/2014. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated emu edge functionality

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:47:35 2016 -0500| [b3739599bda740ac12d3dde31a331b744df99123] | committer: Vittorio Giovara lavc: Drop deprecated emu edge functionality Deprecated in 01/2014. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated av_fast_malloc() compatibility

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:45:20 2016 -0500| [06c20d3e32c33c4da6d9fbc43aebaeb38c45b859] | committer: Vittorio Giovara lavc: Drop deprecated av_fast_malloc() compatibility Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated macroblock type symbols

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:43:14 2016 -0500| [da5ba26b9e25f408e8d2f9428c9eca699f11a7db] | committer: Vittorio Giovara lavc: Drop deprecated macroblock type symbols Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated public symbols

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:42:00 2016 -0500| [cbebc3251bc2544b469e0dcb176bc04779d8866c] | committer: Vittorio Giovara lavc: Drop deprecated public symbols qscale types and maximum number of bframes deprecated in 10/2013. Ne

[FFmpeg-cvslog] lavc: Drop deprecated error rate option

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:41:20 2016 -0500| [72dc7ddd18fe54ee68aec71590c3202ad009a8fc] | committer: Vittorio Giovara lavc: Drop deprecated error rate option Deprecated in 10/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated extended aspect ratio symbol

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:22:05 2016 -0500| [c06e73929199c4bdbb32ffb3d81c27ea57dd1458] | committer: Vittorio Giovara lavc: Drop deprecated extended aspect ratio symbol Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated architectures symbols

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:27:16 2016 -0500| [0871e233d9161e7f3554bcad19dabc9e15e1] | committer: Vittorio Giovara lavc: Drop deprecated architectures symbols Alpha deprecated in 11/2013. Sh4 and sparc deprecated in 0

[FFmpeg-cvslog] lavc: Drop deprecated workaround bugs options

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:19:58 2016 -0500| [0c7986df444273b0e53d3992ba9cc1108bd6a386] | committer: Vittorio Giovara lavc: Drop deprecated workaround bugs options Illegal ac_vlc and old msmpeg4 detection deprecated in 1

[FFmpeg-cvslog] lavc: Drop deprecated debug mv functionality

2017-10-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:13:43 2016 -0500| [8933ac2079644fb09916f1875c569103aefe84b1] | committer: Vittorio Giovara lavc: Drop deprecated debug mv functionality Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated way of setting codec dimensions

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 15:11:06 2016 -0500| [6dca24cd1d570b806b5a3fdaef9d3c8608942a81] | committer: Vittorio Giovara lavc: Drop deprecated way of setting codec dimensions Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated voxware codec entry

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:33:00 2016 -0500| [1146bb3babca3973e88005d267cd06210d6ac075] | committer: Vittorio Giovara lavc: Drop deprecated voxware codec entry Deprecated in 08/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated VDPAU buffer fields

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:31:25 2016 -0500| [5c1585c4c3b5281835d784c5daef0069915ccd57] | committer: Vittorio Giovara lavc: Drop deprecated VDPAU buffer fields Deprecated in 07/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated VDPAU codec capability

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:30:09 2016 -0500| [7b917041184874e7d7cba4450813de7e0bb28a33] | committer: Vittorio Giovara lavc: Drop deprecated VDPAU codec capability Deprecated in 07/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated lowres option

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:28:30 2016 -0500| [b748c280e59cac468ed36cbbe5e71d5ebd434020] | committer: Vittorio Giovara lavc: Drop deprecated lowres option Deprecated in 04/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavc: Drop deprecated missing sample log function

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:27:30 2016 -0500| [0337adfab5d14a17bf4d5060aa0425e4049a9862] | committer: Vittorio Giovara lavc: Drop deprecated missing sample log function Deprecated in 01/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavc: Drop deprecated chroma subsample function

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:24:57 2016 -0500| [bc143ce1ac3f8cd851a7e6be69d9a1fbe6b633b6] | committer: Vittorio Giovara lavc: Drop deprecated chroma subsample function Deprecated in 11/2012. > http://git.videolan.org/g

[FFmpeg-cvslog] lavf: Drop deprecated hint to set muxer timebase

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:16:21 2016 -0500| [63fe79a3368cc53e6faf7fa265a9a1a8bec46a88] | committer: Vittorio Giovara lavf: Drop deprecated hint to set muxer timebase Deprecated in 05/2014. > http://git.videolan.org/g

[FFmpeg-cvslog] lavf: Drop deprecated AVFract type and related field

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:13:58 2016 -0500| [263358e0c9e7ffaa965fdbe986c8b18381d2b24a] | committer: Vittorio Giovara lavf: Drop deprecated AVFract type and related field Deprecated in 05/2014. > http://git.videolan.org/g

[FFmpeg-cvslog] lavf: Drop deprecated bitexact functionality

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 14:11:14 2016 -0500| [5e71299758d3aa7c93c3cca618a8e048a9483794] | committer: Vittorio Giovara lavf: Drop deprecated bitexact functionality Deprecated in 05/2014. > http://git.videolan.org/g

[FFmpeg-cvslog] lavfi: Drop deprecated non-const filter retrieval

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 13:58:30 2016 -0500| [96a47364d1cf346a5d0437e054b1b10d44d8d969] | committer: Vittorio Giovara lavfi: Drop deprecated non-const filter retrieval Deprecated in 10/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavfi: Drop deprecated filter registration

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 13:42:27 2016 -0500| [8e18328b18e69b38a5feae5d10ad01b403a205b6] | committer: Vittorio Giovara lavfi: Drop deprecated filter registration Deprecated in 04/2013. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavfi: Drop deprecated filter initialization

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 12:43:19 2016 -0500| [52067b3c0e5ddbcf7021a093420798420351a9e2] | committer: Vittorio Giovara lavfi: Drop deprecated filter initialization Deprecated in 03/2013. > http://git.videolan.org/g

[FFmpeg-cvslog] lavfi: Drop deprecated functions to open a filter or a filterchain

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 12:41:49 2016 -0500| [c5c7cfd5e80d4c36568c01cc40abfde341657ad9] | committer: Vittorio Giovara lavfi: Drop deprecated functions to open a filter or a filterchain Deprecated in 03/2013.

[FFmpeg-cvslog] lavfi: Drop deprecated way of passing options for a few filters

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Dec 5 12:38:32 2016 -0500| [88fd836a015a5f3380df74592e440e7d1e5b8000] | committer: Vittorio Giovara lavfi: Drop deprecated way of passing options for a few filters Deprecated in 02/2013. > http://git.vid

[FFmpeg-cvslog] Bump major versions of all libraries

2017-10-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Mar 16 15:37:51 2017 -0400| [07a2b155949eb267cdfc7805f42c7b3375f9c7c5] | committer: Vittorio Giovara Bump major versions of all libraries This disables everything that was deprecated at least 18 months ago. Re

[FFmpeg-cvslog] mkv: Export bounds and padding from spherical metadata

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Feb 10 16:02:22 2017 -0500| [0429f01e4722b8e0c3576a4810a16ca8f6dbc4d4] | committer: Vittorio Giovara mkv: Export bounds and padding from spherical metadata Signed-off-by: Vittorio Giovara <vittorio.giov...@

[FFmpeg-cvslog] mov: Export bounds and padding from spherical metadata

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Feb 10 15:36:56 2017 -0500| [a825980f9f93af32c719497f9aab1e14248ab471] | committer: Vittorio Giovara mov: Export bounds and padding from spherical metadata Update the fate test as needed. Signed-off-by: Vi

[FFmpeg-cvslog] spherical: Add tiled equirectangular type and projection-specific properties

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Feb 10 15:26:55 2017 -0500| [6bce6aa17d7f22bf46fde0d4610a41d2af0c0e48] | committer: Vittorio Giovara spherical: Add tiled equirectangular type and projection-specific properties Signed-off-by: Vittorio G

[FFmpeg-cvslog] mov: Validate cubemap layout

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Feb 28 11:27:02 2017 -0500| [114324b9e04505c71d9a3ffd854f25062fa3678f] | committer: Vittorio Giovara mov: Validate cubemap layout > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mov: Validate spherical metadata version

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Feb 15 10:40:16 2017 -0500| [0f8512c4a87b89b4694053d8ffda48066ee1da62] | committer: Vittorio Giovara mov: Validate spherical metadata version > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mov: Ignore old spherical metadata when newer version is present

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Feb 28 10:54:36 2017 -0500| [236577230051ad61ec67fa2d68e817d54232d2a0] | committer: Vittorio Giovara mov: Ignore old spherical metadata when newer version is present > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] pixlet: Fix architecture-dependent code and values

2017-10-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Mar 1 19:45:31 2017 -0500| [b44bd7ee7f7d834c1e22b5f33674393e5c0267c5] | committer: Vittorio Giovara pixlet: Fix architecture-dependent code and values The constants used in the decoder used floating point pre

[FFmpeg-cvslog] mov: Rework stsc index validation

2017-09-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Feb 3 13:05:27 2017 +0100| [53ea595eec984e3109310e8bb7ff4b5786d91057] | committer: Vittorio Giovara mov: Rework stsc index validation In order to avoid potential integer overflow change the comparison and mak

[FFmpeg-cvslog] imgutils: Document av_image_get_buffer_size()

2017-09-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Feb 7 10:01:41 2017 -0500| [ce6d72d10776b03c6780d4aa676414ce002285d4] | committer: Vittorio Giovara imgutils: Document av_image_get_buffer_size() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] pixdesc: Add API to map color property names to enum values

2017-09-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Sep 20 13:27:10 2017 +0200| [6f15f1cdc85350b7adcfb7c50eedb5ecde6a384a] | committer: Vittorio Giovara pixdesc: Add API to map color property names to enum values Signed-off-by: Vittorio Giovara <vitt

[FFmpeg-cvslog] Add tonemap filter

2017-08-15 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Jul 10 10:34:30 2017 -0400| [62dfa2ba14d9adbf88e8748a7e1c5ce68f0f8fa8] | committer: Vittorio Giovara Add tonemap filter Based off mpv automatic tonemapping capabilities. Signed-off-by: Vittorio G

[FFmpeg-cvslog] zscale: Enable single precision input/ouput filtering

2017-08-15 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Mon Jul 10 11:21:30 2017 -0400| [8b9ae9a8e03ca4f24edf9fc34779fbf365092cb0] | committer: Vittorio Giovara zscale: Enable single precision input/ouput filtering Signed-off-by: Vittorio Giovara <vittorio.giov...@

[FFmpeg-cvslog] Add single precision planar RGB pixel formats

2017-08-15 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Jul 7 17:42:57 2017 -0400| [14604087031d5cb93f8513a8835be67d72547b4a] | committer: Vittorio Giovara Add single precision planar RGB pixel formats Add a pixel format flag to identify this family. Sign

[FFmpeg-cvslog] pixfmt: Support chroma-derived and ictcp color matrices

2017-08-10 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue Aug 8 16:30:32 2017 +0200| [f3571048669bf876681499f49e9df492f05f73c6] | committer: Vittorio Giovara pixfmt: Support chroma-derived and ictcp color matrices Signed-off-by: Vittorio Giovara <vittorio.giov...@

[FFmpeg-cvslog] h264: Add support for alternative transfer characterics SEI

2017-08-10 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Fri Jun 9 17:27:22 2017 -0400| [8c34a2024da77b50470e62789e4859b45959932e] | committer: Vittorio Giovara h264: Add support for alternative transfer characterics SEI The use of this SEI is for backward compati

[FFmpeg-cvslog] hevc: Make sure to update the current frame transfer characteristic

2017-07-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Jul 20 14:39:22 2017 +0200| [dc9735eb67ca696d926922735a9bf01776d5c328] | committer: Vittorio Giovara hevc: Make sure to update the current frame transfer characteristic Otherwise the first decoded frame will

[FFmpeg-cvslog] zscale: Factor out graph building

2017-07-21 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Thu Jul 6 14:29:16 2017 -0400| [2e91a96d7bc94debc8082549ab856e03e6a767d7] | committer: Vittorio Giovara zscale: Factor out graph building > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

  1   2   3   4   5   6   7   8   >