[FFmpeg-cvslog] doc/filters: add note on flite thread safety and update URL

2017-10-17 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Oct 9 11:24:10 2017 +0530| [df45ea45df18d909d545cf12769caf85310bebd9] | committer: Michael Niedermayer doc/filters: add note on flite thread safety and update URL Signed-off-by: Gyan Doshi Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] Add Cineform HD Decoder

2017-10-17 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sat Jan 30 17:39:48 2016 +| [5f794aa1653aa04c1da7397e9ccacad947fadf5f] | committer: Luca Barbato Add Cineform HD Decoder Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixe

[FFmpeg-cvslog] Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 20:26:00 2017 -0300| [6007f7d4665e970714c2962c0ddb7de910d9da0c] | committer: James Almer Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f' * commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f': Add Cineform HD Decoder See 3485332bf996029

[FFmpeg-cvslog] Merge commit 'f6790b5e1075133ee39be91105f1135db7afd259'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 19:11:10 2017 -0300| [8f2cc2f1e9ef7611cbba43fe96f331271b4844fd] | committer: James Almer Merge commit 'f6790b5e1075133ee39be91105f1135db7afd259' * commit 'f6790b5e1075133ee39be91105f1135db7afd259': add initial QP value options This commit is

[FFmpeg-cvslog] add initial QP value options

2017-10-17 Thread Konda Raju
ffmpeg | branch: master | Konda Raju | Tue Mar 7 12:20:14 2017 +0530| [f6790b5e1075133ee39be91105f1135db7afd259] | committer: Diego Biurrun add initial QP value options Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6790b5e1075133ee39be91105f1135db

[FFmpeg-cvslog] Merge commit '8a60bba0aef77015111570058d5a72f0428dc748'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 18:49:36 2017 -0300| [a41a5733d1a439d4920fff6239c2ebaafa338123] | committer: James Almer Merge commit '8a60bba0aef77015111570058d5a72f0428dc748' * commit '8a60bba0aef77015111570058d5a72f0428dc748': avcodec: clarify some decoding/encoding API

[FFmpeg-cvslog] avcodec: clarify some decoding/encoding API details

2017-10-17 Thread wm4
ffmpeg | branch: master | wm4 | Mon Mar 6 11:34:20 2017 +0100| [8a60bba0aef77015111570058d5a72f0428dc748] | committer: Diego Biurrun avcodec: clarify some decoding/encoding API details Make it clear that there is no timing-dependent behavior. In particular, there is no state in which both inp

[FFmpeg-cvslog] lavf/cafenc: Only allow mono and stereo for Opus.

2017-10-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Oct 17 23:00:07 2017 +0200| [d180fce6c707d22a69206c1f8efeabd38424de95] | committer: Carl Eugen Hoyos lavf/cafenc: Only allow mono and stereo for Opus. Found-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d180fce6c70

[FFmpeg-cvslog] Changelog: Add metadata bitstream filters

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Oct 17 21:15:23 2017 +0100| [a6cfc287a06c7f75709fc9dfcdcc9cce54eaeca6] | committer: Mark Thompson Changelog: Add metadata bitstream filters This starts a new section - 3.4 has been released. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] cbs: Add some read/write tests

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Aug 15 18:14:32 2017 +0100| [809b0402dc916b876dfdd6bb9c88f171cf3e77c0] | committer: Mark Thompson cbs: Add some read/write tests Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bit

[FFmpeg-cvslog] vaapi_mpeg2: Convert to use coded bitstream infrastructure

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Jun 24 00:29:32 2017 +0100| [d8928ad6b6e899c409129c8e16b225c09a8a5abb] | committer: Mark Thompson vaapi_mpeg2: Convert to use coded bitstream infrastructure (cherry picked from commit 10eb496d9ae94df6f792b0e1d8750738eb3a0952) > http://git.videolan

[FFmpeg-cvslog] vaapi_h265: Add support for AUD NAL units

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 23 23:22:54 2017 +0100| [038a51258c4c5d8b77f4f9efcce6f397e5755c24] | committer: Mark Thompson vaapi_h265: Add support for AUD NAL units Matching the H.264 encoder. (cherry picked from commit e3e8eab359238486dc233f7aa89b7bb3cb19ec38) > http://

[FFmpeg-cvslog] vaapi_h265: Convert to use coded bitstream infrastructure

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 14 21:36:24 2017 +0100| [00179664bccd1dd6fa0d1c40db453528757bf6f7] | committer: Mark Thompson vaapi_h265: Convert to use coded bitstream infrastructure Also improves the metadata and generally makes the configuration a bit cleaner. (cherry pic

[FFmpeg-cvslog] vaapi_h264: Add support for SEI recovery points

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 7 23:02:09 2017 +0100| [0bc7575ced65bf4aa4678ac12d550aaf87890d0e] | committer: Mark Thompson vaapi_h264: Add support for SEI recovery points Included by default with non-IDR intra frames. (cherry picked from commit a49ee60d5fdbdae1706a44cfbb8

[FFmpeg-cvslog] vaapi_h264: Add support for AUD NAL units

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 7 22:58:56 2017 +0100| [281b68b0265953ab2623a39484d927a0e921c405] | committer: Mark Thompson vaapi_h264: Add support for AUD NAL units Adds a new private option to enable them (off by default). (cherry picked from commit 820a4483af13cf6fd51f1

[FFmpeg-cvslog] vaapi_h264: Fix CPB/DPB delays

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Sep 9 22:49:14 2017 +0100| [94a4048619665e99a19d9e2961254dc9b5c736a7] | committer: Mark Thompson vaapi_h264: Fix CPB/DPB delays This should be ticks, not time_scale steps - it was wrong for all framerates not a multiple of 1/2. (cherry picked fro

[FFmpeg-cvslog] lavc: Add mpeg2_metadata bitstream filter

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Aug 1 15:35:14 2017 +0100| [569721ac8dee6b73cd68ea858f59c7d800a1686d] | committer: Mark Thompson lavc: Add mpeg2_metadata bitstream filter (cherry picked from commit b78c30d7ec26af67c00ce2002709a189f6a87a7e) > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] vaapi_h264: Convert to use coded bitstream infrastructure

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 7 15:01:42 2017 +0100| [2e29ca2a9f19ba9a5b189f322f38497d2e2e3db0] | committer: Mark Thompson vaapi_h264: Convert to use coded bitstream infrastructure (cherry picked from commit 7a4fac5e91789b73e07bd4ad20493cfde028df76) > http://git.videolan.

[FFmpeg-cvslog] lavc: Add hevc_metadata bitstream filter

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 23 16:23:51 2017 +0100| [03f982bbca4211108477e772db9a339517ecde37] | committer: Mark Thompson lavc: Add hevc_metadata bitstream filter This is able to modify some header metadata found in the VPS/SPS/VUI, and can also add/remove AUDs. (cherry

[FFmpeg-cvslog] mpeg12: Add a common function to find the best frame rate

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Sep 12 22:11:56 2017 +0100| [278c308ceae6b8d7bac1dfc24518821aae603988] | committer: Mark Thompson mpeg12: Add a common function to find the best frame rate This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Als

[FFmpeg-cvslog] lavc: Add h264_redundant_pps bitstream filter

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu May 4 23:10:19 2017 +0100| [8b26306294ffe78cc73357e2ddd56dd463db50ab] | committer: Mark Thompson lavc: Add h264_redundant_pps bitstream filter This applies a specific fixup to some Blu-ray streams which contain redundant PPSs modifying irrelevant

[FFmpeg-cvslog] lavc: Add coded bitstream read/write API

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu May 4 23:01:51 2017 +0100| [6734eef6b8b464139fdc140ec9bc9e8d74173869] | committer: Mark Thompson lavc: Add coded bitstream read/write API (cherry picked from commit 18f1706f331bf5dd565774eae680508c8d3a97ad) (cherry picked from commit 44cde38c8acbe

[FFmpeg-cvslog] lavc: Add trace_headers bitstream filter

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu May 4 23:06:20 2017 +0100| [9c7d70b49b64aa5571772a7cdb9bc426174261e0] | committer: Mark Thompson lavc: Add trace_headers bitstream filter Supports all streams that the coded bitstream infrastructure does (currently H.264, H.265 and MPEG-2). (cher

[FFmpeg-cvslog] lavc: Add coded bitstream read/write support for H.265

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 14 16:32:00 2017 +0100| [9b0c7aa0e446eceec96ba8f4009e004fad29fba3] | committer: Mark Thompson lavc: Add coded bitstream read/write support for H.265 (cherry picked from commit 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0) (cherry picked from commit

[FFmpeg-cvslog] lavc: Add h264_metadata bitstream filter

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu May 4 23:09:02 2017 +0100| [a308872b049e33f69f4b629a06f47e3681906b93] | committer: Mark Thompson lavc: Add h264_metadata bitstream filter This is able to modify some header metadata found in the SPS/VUI, and can also add/remove AUDs and insert use

[FFmpeg-cvslog] lavc: Add coded bitstream read/write support for MPEG-2

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu May 4 23:03:03 2017 +0100| [686e388bbb6aeef077095a83f84b53d143d44d63] | committer: Mark Thompson lavc: Add coded bitstream read/write support for MPEG-2 (cherry picked from commit 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01) (cherry picked from commi

[FFmpeg-cvslog] lavc: Add coded bitstream read/write support for H.264

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun May 14 16:18:25 2017 +0100| [b4c915f4b3e15c3e787e319b961e4389762f6309] | committer: Mark Thompson lavc: Add coded bitstream read/write support for H.264 (cherry picked from commit acf06f45441be24c5cbae0920579cd69427326a1) (cherry picked from commit

[FFmpeg-cvslog] hevc: Improve stream constraint values in common header

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Jun 24 00:29:02 2017 +0100| [b1374e925c1cf3af5c8482119f3f2630d66213de] | committer: Mark Thompson hevc: Improve stream constraint values in common header Add comments to describe the sources of the constraint values expressed here, and add some mor

[FFmpeg-cvslog] h264: Add stream constraint values to the common header

2017-10-17 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Jun 24 00:30:20 2017 +0100| [d05444d2c6d99767547b1f0761e8459fb07b305d] | committer: Mark Thompson h264: Add stream constraint values to the common header With comments describing the derivation of each value. (cherry picked from commit aaf44146508

[FFmpeg-cvslog] Merge commit '0429f01e4722b8e0c3576a4810a16ca8f6dbc4d4'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 16:48:33 2017 -0300| [6c5d6baeede1aa57bada4c019c01ab9538ed77d2] | committer: James Almer Merge commit '0429f01e4722b8e0c3576a4810a16ca8f6dbc4d4' * commit '0429f01e4722b8e0c3576a4810a16ca8f6dbc4d4': mkv: Export bounds and padding from spherica

[FFmpeg-cvslog] Merge commit 'a825980f9f93af32c719497f9aab1e14248ab471'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 16:44:17 2017 -0300| [1b6803b79549567b9261208a1c21391e2da570ce] | committer: James Almer Merge commit 'a825980f9f93af32c719497f9aab1e14248ab471' * commit 'a825980f9f93af32c719497f9aab1e14248ab471': mov: Export bounds and padding from spherica

[FFmpeg-cvslog] Merge commit '251849f06ce36ce8dc076e0fca2922119fa7e39e'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 16:47:30 2017 -0300| [68727a1dc05c5d8a3016da8867d1734e02f45d01] | committer: James Almer Merge commit '251849f06ce36ce8dc076e0fca2922119fa7e39e' * commit '251849f06ce36ce8dc076e0fca2922119fa7e39e': mkv: Add support for Spherical Video element

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

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

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

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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: Vittorio Giovara > http://git.videolan.

[FFmpeg-cvslog] mkv: Add support for Spherical Video elements

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Dec 6 14:48:45 2016 -0300| [251849f06ce36ce8dc076e0fca2922119fa7e39e] | committer: Vittorio Giovara mkv: Add support for Spherical Video elements Signed-off-by: James Almer Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmp

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

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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 Giovara > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] mov: Validate cubemap layout

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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=commit;h=114324b9e04505c71d9a3ffd854f25062fa3678f --- libavfor

[FFmpeg-cvslog] lavf/cafenc: Allow muxing opus.

2017-10-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Oct 17 21:35:28 2017 +0200| [a3accd0c3768933f15422c9dec596da0f436d786] | committer: Carl Eugen Hoyos lavf/cafenc: Allow muxing opus. QuickTime does not require the (unknown) kuki chunk for decoding. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] Merge commit '17adcc40adf1f30cba55c9727dabc1365944d32b'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 15:18:12 2017 -0300| [82cddf6374017aca4e893f354ab01f05f14a60b5] | committer: James Almer Merge commit '17adcc40adf1f30cba55c9727dabc1365944d32b' * commit '17adcc40adf1f30cba55c9727dabc1365944d32b': mov: Fix spherical metadata_source parsing

[FFmpeg-cvslog] Merge commit '236577230051ad61ec67fa2d68e817d54232d2a0'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 15:26:27 2017 -0300| [9780d5839e12e4d26c829f84978a39aff717a18b] | committer: James Almer Merge commit '236577230051ad61ec67fa2d68e817d54232d2a0' * commit '236577230051ad61ec67fa2d68e817d54232d2a0': mov: Ignore old spherical metadata when newe

[FFmpeg-cvslog] Merge commit '0f8512c4a87b89b4694053d8ffda48066ee1da62'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 15:27:43 2017 -0300| [552d2cb6f75170621ac37abac249dfdac893bcb6] | committer: James Almer Merge commit '0f8512c4a87b89b4694053d8ffda48066ee1da62' * commit '0f8512c4a87b89b4694053d8ffda48066ee1da62': mov: Validate spherical metadata version Me

[FFmpeg-cvslog] mov: Fix spherical metadata_source parsing

2017-10-17 Thread Aaron Colwell
ffmpeg | branch: master | Aaron Colwell | Fri Jan 27 09:33:29 2017 -0800| [17adcc40adf1f30cba55c9727dabc1365944d32b] | committer: Vittorio Giovara mov: Fix spherical metadata_source parsing Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17adcc40adf1f30

[FFmpeg-cvslog] mov: Validate spherical metadata version

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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=commit;h=0f8512c4a87b89b4694053d8ffda48066ee1da62 --

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

2017-10-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | 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/ffmpeg.git/?a=commit;h=236577230051ad61ec6

[FFmpeg-cvslog] Merge commit '81bffae368f331b6cd386a814f225a58e3f32f40'

2017-10-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 17 15:14:10 2017 -0300| [d8f382ce05fabdceda3bcf9297fa54510ae0a159] | committer: James Almer Merge commit '81bffae368f331b6cd386a814f225a58e3f32f40' * commit '81bffae368f331b6cd386a814f225a58e3f32f40': configure: Check for -no_weak_imports in ldf

[FFmpeg-cvslog] configure: Check for -no_weak_imports in ldflags on macOS

2017-10-17 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Mar 6 20:21:19 2017 +0100| [81bffae368f331b6cd386a814f225a58e3f32f40] | committer: Martin Storsjö configure: Check for -no_weak_imports in ldflags on macOS Recent versions of macOS provide more POSIX API (in particular, clock_gettime) than previous

[FFmpeg-cvslog] avformat: fix build wihout dashenc

2017-10-17 Thread Jacek Jendrzej
ffmpeg | branch: master | Jacek Jendrzej | Thu Oct 5 10:34:43 2017 +0200| [f685bbcbe87db3efb952ca4ccd6bbe92420aecbb] | committer: James Almer avformat: fix build wihout dashenc Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f685bbcbe87db3efb952ca4ccd6