[FFmpeg-cvslog] lavf/mux: don't warn about missing timestamps on attached pictures

2016-11-13 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sat Nov 12 18:01:52 2016 -0600| [f8e3ebde56e8f6ad88fc747d6cf29819c4bb0026] | committer: Rodger Combs lavf/mux: don't warn about missing timestamps on attached pictures > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8e3ebde56e8f6ad88fc747d6

[FFmpeg-cvslog] lavc/audiotoolboxdec: fix OSX SDK detection

2016-11-13 Thread Dmitry Kalinkin
ffmpeg | branch: master | Dmitry Kalinkin | Tue Sep 6 07:11:17 2016 +0300| [dc23e359ef708b6e2c5fecd4b3c019bab85d102d] | committer: Michael Niedermayer lavc/audiotoolboxdec: fix OSX SDK detection __MAC_10_11 can be present in updated revision of an older SDK so it can't reliably detect availab

[FFmpeg-cvslog] lavfi/ebur128: use ff_ prefix

2016-11-13 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Sun Nov 13 19:11:07 2016 -0600| [83b6b434fffc2749b3012fa3608d90939faddbb8] | committer: Kyle Swanson lavfi/ebur128: use ff_ prefix Signed-off-by: Kyle Swanson > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83b6b434fffc2749b3012fa3608d90939

[FFmpeg-cvslog] doc/ffmpeg: add documentation for the disposition option

2016-11-13 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Fri Nov 11 01:27:12 2016 +0100| [cd5da01daab7813f8215b1215cfe4cfcdc7a1ab4] | committer: Michael Niedermayer doc/ffmpeg: add documentation for the disposition option Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] lavc/dpx: Support GRAY12 colourspace.

2016-11-13 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Nov 10 23:04:46 2016 +0100| [b1367f7e5e6717cbd0ac658f74479b927c1945e3] | committer: Carl Eugen Hoyos lavc/dpx: Support GRAY12 colourspace. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1367f7e5e6717cbd0ac658f74479b927c1945e3 ---

[FFmpeg-cvslog] checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro

2016-11-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jun 27 22:24:15 2016 +0300| [e48746deec48e9ff195841bc3266b4e153a878cd] | committer: Martin Storsjö checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro This avoids the risk of accidentally clobbering such variables outside

[FFmpeg-cvslog] Merge commit 'e48746deec48e9ff195841bc3266b4e153a878cd'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 23:02:39 2016 +0100| [f75035b06f4b287443fa9275f76183ace39c2d45] | committer: Hendrik Leppkes Merge commit 'e48746deec48e9ff195841bc3266b4e153a878cd' * commit 'e48746deec48e9ff195841bc3266b4e153a878cd': checkasm: h264dsp: Move the x and y

[FFmpeg-cvslog] Merge commit 'e57de6faa1e796099091c9af947d4755edacccaf'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 23:00:07 2016 +0100| [af8b174711f3afff7d495ac00fe5bf9be98d3b70] | committer: Hendrik Leppkes Merge commit 'e57de6faa1e796099091c9af947d4755edacccaf' * commit 'e57de6faa1e796099091c9af947d4755edacccaf': checkasm: h264dsp: Initialize the p

[FFmpeg-cvslog] checkasm: h264dsp: Initialize the padding area

2016-11-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jun 27 22:22:21 2016 +0300| [e57de6faa1e796099091c9af947d4755edacccaf] | committer: Martin Storsjö checkasm: h264dsp: Initialize the padding area This fixes valgrind warnings about conditional jumps based on uninitialized data (even though the uni

[FFmpeg-cvslog] Add an OpenH264 decoder wrapper

2016-11-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 00:58:17 2016 +0300| [82b7525173f20702a8cbc26ebedbf4b69b8fecec] | committer: Martin Storsjö Add an OpenH264 decoder wrapper While it is less featureful (and slower) than the built-in H264 decoder, one could potentially want to use it to tak

[FFmpeg-cvslog] Merge commit '82b7525173f20702a8cbc26ebedbf4b69b8fecec'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:59:35 2016 +0100| [b2554e61e0ba264638ff8b4926d8f3304727cdaf] | committer: Hendrik Leppkes Merge commit '82b7525173f20702a8cbc26ebedbf4b69b8fecec' * commit '82b7525173f20702a8cbc26ebedbf4b69b8fecec': Add an OpenH264 decoder wrapper Th

[FFmpeg-cvslog] Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:55:34 2016 +0100| [8fad4b4e251bb21f8871fa829b593454528aff24] | committer: Hendrik Leppkes Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05' * commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05': movenc: Apply offsets on timestamps

[FFmpeg-cvslog] movenc: Apply offsets on timestamps when peeking into interleaving queues

2016-11-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 23:38:54 2016 +0300| [785c25443b56adb6dbbb78d68cccbd9bd4a42e05] | committer: Martin Storsjö movenc: Apply offsets on timestamps when peeking into interleaving queues Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] Merge commit 'eccfb9778ae939764d17457f34338d140832d9e1'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:38:45 2016 +0100| [fb40daa7f3b86b66b15973d33f4269461b1e1ffd] | committer: Hendrik Leppkes Merge commit 'eccfb9778ae939764d17457f34338d140832d9e1' * commit 'eccfb9778ae939764d17457f34338d140832d9e1': qsvdec_hevc: add the UID of the HEV

[FFmpeg-cvslog] qsvdec_hevc: add the UID of the HEVC HW decoder plugin

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jun 22 12:03:22 2016 +0200| [eccfb9778ae939764d17457f34338d140832d9e1] | committer: Anton Khirnov qsvdec_hevc: add the UID of the HEVC HW decoder plugin > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eccfb9778ae939764d17457f34338d14083

[FFmpeg-cvslog] Merge commit 'c67594a2c7fd4381e6d44246b18487c7e6b75f02'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:38:29 2016 +0100| [a478ae39388bbe534889f7007f1d4b769224343e] | committer: Hendrik Leppkes Merge commit 'c67594a2c7fd4381e6d44246b18487c7e6b75f02' * commit 'c67594a2c7fd4381e6d44246b18487c7e6b75f02': qsvdec_hevc: fix a variable name M

[FFmpeg-cvslog] qsvdec_hevc: fix a variable name

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jun 22 12:00:48 2016 +0200| [c67594a2c7fd4381e6d44246b18487c7e6b75f02] | committer: Anton Khirnov qsvdec_hevc: fix a variable name hevcenc -> hevcdec, this is a _decoder_ plugin. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c67594a2

[FFmpeg-cvslog] Merge commit '5fcae3b3f93fd02b3d1e009b9d9b17410fca9498'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:35:04 2016 +0100| [72c38dd66e528f4d70c103c5cfc4ebc25a21cc62] | committer: Hendrik Leppkes Merge commit '5fcae3b3f93fd02b3d1e009b9d9b17410fca9498' * commit '5fcae3b3f93fd02b3d1e009b9d9b17410fca9498': hwcontext: clarify the behaviour of

[FFmpeg-cvslog] hwcontext: allocate the destination frame for the pool size

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Apr 15 10:44:02 2016 +0200| [fdfe01365d579189d9a55b3741dba2ac46eb1df8] | committer: Anton Khirnov hwcontext: allocate the destination frame for the pool size The source frame may be cropped, so that its dimensions are smaller than the pool dimensio

[FFmpeg-cvslog] hwcontext: clarify the behaviour of transfer_data() for cropped frames

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jun 25 14:48:47 2016 +0200| [5fcae3b3f93fd02b3d1e009b9d9b17410fca9498] | committer: Anton Khirnov hwcontext: clarify the behaviour of transfer_data() for cropped frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fcae3b3f93fd02b3d1

[FFmpeg-cvslog] Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:36:18 2016 +0100| [3aa7b0a27326bd312ef790d9149f6b5efff97311] | committer: Hendrik Leppkes Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972' * commit 'f62bb216ac4cfbbff16108c6bac35a0282532972': hwcontext_vaapi: allow transfers to

[FFmpeg-cvslog] Merge commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:35:49 2016 +0100| [7071924cf2308c04a4ae53dd4a2c2070bf031a56] | committer: Hendrik Leppkes Merge commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8' * commit 'fdfe01365d579189d9a55b3741dba2ac46eb1df8': hwcontext: allocate the destination

[FFmpeg-cvslog] vf_hwdownload: allocate the destination frame for the pool size

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Apr 15 10:44:02 2016 +0200| [c3f113d58488df7594a489bdbb993a69ad47063c] | committer: Anton Khirnov vf_hwdownload: allocate the destination frame for the pool size The reasoning is the same as for the previous commit. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] Merge commit 'c3f113d58488df7594a489bdbb993a69ad47063c'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:35:57 2016 +0100| [1f8e1c209db2ec098edd7880a4ac88864615d674] | committer: Hendrik Leppkes Merge commit 'c3f113d58488df7594a489bdbb993a69ad47063c' * commit 'c3f113d58488df7594a489bdbb993a69ad47063c': vf_hwdownload: allocate the destina

[FFmpeg-cvslog] hwcontext_vaapi: allow transfers to/from any size of sw frame

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Apr 15 10:58:51 2016 +0100| [f62bb216ac4cfbbff16108c6bac35a0282532972] | committer: Anton Khirnov hwcontext_vaapi: allow transfers to/from any size of sw frame The hw frame used as reference has an attached size but it need not match the actual siz

[FFmpeg-cvslog] avconv: move flushing the queued frames to configure_filtergraph()

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jun 27 18:59:23 2016 +0200| [d2e56cf753a6c462041dee897d9d0c90f349988c] | committer: Anton Khirnov avconv: move flushing the queued frames to configure_filtergraph() This is a more appropriate place for it, and will also be useful in the following c

[FFmpeg-cvslog] Merge commit 'd2e56cf753a6c462041dee897d9d0c90f349988c'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:32:48 2016 +0100| [07dcef9bc7a614084f4afe39de678884a36cabf1] | committer: Hendrik Leppkes Merge commit 'd2e56cf753a6c462041dee897d9d0c90f349988c' * commit 'd2e56cf753a6c462041dee897d9d0c90f349988c': avconv: move flushing the queued fr

[FFmpeg-cvslog] doc/libav-merge: add skipped fixup commits to the list of missing changes

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:34:01 2016 +0100| [e3d9bd7102beaeef8fe3520abe908e5bc0ec6df1] | committer: Hendrik Leppkes doc/libav-merge: add skipped fixup commits to the list of missing changes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3d9bd7102be

[FFmpeg-cvslog] avconv: restructure sending EOF to filters

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jun 27 19:03:42 2016 +0200| [94ebf5565849e4dc036d2ca43979571ed3736457] | committer: Anton Khirnov avconv: restructure sending EOF to filters Be more careful when an input stream encounters EOF when its filtergraph has not been configured yet. The c

[FFmpeg-cvslog] Merge commit '94ebf5565849e4dc036d2ca43979571ed3736457'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:33:05 2016 +0100| [cd47bd835a1fe942c2935a8b5ba12b7132347f1c] | committer: Hendrik Leppkes Merge commit '94ebf5565849e4dc036d2ca43979571ed3736457' * commit '94ebf5565849e4dc036d2ca43979571ed3736457': avconv: restructure sending EOF to

[FFmpeg-cvslog] Merge commit '7a745f014f528d1001394ae4d2f4ed1a20bf7fa2'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 22:29:04 2016 +0100| [bd0db4a32d85d027da4d4dc00490c20048090312] | committer: Hendrik Leppkes Merge commit '7a745f014f528d1001394ae4d2f4ed1a20bf7fa2' * commit '7a745f014f528d1001394ae4d2f4ed1a20bf7fa2': options_table: Add aliases for colo

[FFmpeg-cvslog] options_table: Add aliases for color properties

2016-11-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jun 21 10:22:59 2016 -0400| [7a745f014f528d1001394ae4d2f4ed1a20bf7fa2] | committer: Vittorio Giovara options_table: Add aliases for color properties All option names now match the ones provided by the av_color_*_name(). > http://git.videolan.or

[FFmpeg-cvslog] hwcontext_vaapi: add a quirk for the missing MemoryType attribute

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Sep 30 21:21:46 2016 +0200| [775a8477b74bb2fa95ca2b13c08f3fd8d6c617b6] | committer: Mark Thompson hwcontext_vaapi: add a quirk for the missing MemoryType attribute The Intel binary iHD driver does not support the VASurfaceAttribMemoryType, so surfa

[FFmpeg-cvslog] vf_scale_vaapi: Respect driver quirks around buffer destruction

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jun 26 22:35:49 2016 +0100| [1a359e53418ff15b1c9b1e03c05b160f01e1ce0f] | committer: Mark Thompson vf_scale_vaapi: Respect driver quirks around buffer destruction (cherry picked from commit 582d4211e00015b68626f77ce4af53161e2b1713) > http://git.vid

[FFmpeg-cvslog] hwcontext_vaapi: Try the first render node as the default DRM device

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jul 28 23:28:30 2016 +0100| [8d47d8407569aade0c0d564600919349789dc38b] | committer: Mark Thompson hwcontext_vaapi: Try the first render node as the default DRM device If no string argument is supplied when av_hwdevice_ctx_create() is called to crea

[FFmpeg-cvslog] hwcontext_vaapi: Add driver quirks to the hwdevice

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jun 12 17:20:25 2016 +0100| [a8d51bb42474b1641f45b5b3815864ea323a3e59] | committer: Mark Thompson hwcontext_vaapi: Add driver quirks to the hwdevice The driver being used is detected inside av_hwdevice_ctx_init() and the quirks field then set from

[FFmpeg-cvslog] vaapi_encode: Respect driver quirks around buffer destruction

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jun 12 17:28:28 2016 +0100| [2dee500f4cbf64c547a37046e95141b84c85ee55] | committer: Mark Thompson vaapi_encode: Respect driver quirks around buffer destruction No longer leaks memory when used with a driver with the "render does not destroy param b

[FFmpeg-cvslog] filmstripdec: correctly check image dimensions

2016-11-13 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Nov 13 18:22:12 2016 +0100| [25012c56448a48487cdc9699465e640871dbcd60] | committer: Andreas Cadhalpun filmstripdec: correctly check image dimensions This prevents a division by zero in read_packet. Reviewed-by: Paul B Mahol Signed-off-by: And

[FFmpeg-cvslog] ffmpeg_qsv: Fix hwaccel transcoding

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Nov 13 15:37:52 2016 +| [03cef34aa2e2ab3681d290e7c5a6634f4058] | committer: Mark Thompson ffmpeg_qsv: Fix hwaccel transcoding Set up the encoder with a hardware context which will match the one the decoder will use when it starts later. In

[FFmpeg-cvslog] Merge commit '444a36269f853844369af0a9836507e5a2780323'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 18:38:16 2016 +0100| [411ecb0be66415c74e4bc8ad26e450d5362d2f5c] | committer: Hendrik Leppkes Merge commit '444a36269f853844369af0a9836507e5a2780323' * commit '444a36269f853844369af0a9836507e5a2780323': pixdesc: Fix AVCOL_TRC_BT2020_12 na

[FFmpeg-cvslog] pixdesc: Fix AVCOL_TRC_BT2020_12 name

2016-11-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jun 21 10:22:58 2016 -0400| [444a36269f853844369af0a9836507e5a2780323] | committer: Vittorio Giovara pixdesc: Fix AVCOL_TRC_BT2020_12 name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=444a36269f853844369af0a9836507e5a2780323 ---

[FFmpeg-cvslog] pixdesc: Add aliases to SMPTE color properties

2016-11-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jun 21 10:22:57 2016 -0400| [f172e22d6aed0bff36e975bafb0183b6779f9444] | committer: Vittorio Giovara pixdesc: Add aliases to SMPTE color properties Drop ST from names and symbols, it does not add anything distinctive or descriptive. > http://gi

[FFmpeg-cvslog] Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 18:32:07 2016 +0100| [2d7cf6f72ba20479109799e4cc9169b95e1b643d] | committer: Hendrik Leppkes Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444' * commit 'f172e22d6aed0bff36e975bafb0183b6779f9444': pixdesc: Add aliases to SMPTE color

[FFmpeg-cvslog] vaapi_encode: Maintain a pool of bitstream output buffers

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jun 5 17:18:04 2016 +0100| [8a62d2c28fbacd1ae20c35887a1eecba2be14371] | committer: Mark Thompson vaapi_encode: Maintain a pool of bitstream output buffers Previously we would allocate a new one for every frame. This instead maintains an AVBufferP

[FFmpeg-cvslog] Merge commit '8a62d2c28fbacd1ae20c35887a1eecba2be14371'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:38:40 2016 +0100| [724a71dced1c211fc64105ec9f1fb99d79f6ff35] | committer: Hendrik Leppkes Merge commit '8a62d2c28fbacd1ae20c35887a1eecba2be14371' * commit '8a62d2c28fbacd1ae20c35887a1eecba2be14371': vaapi_encode: Maintain a pool of bi

[FFmpeg-cvslog] avconv: Remove hw_device_ctx output filter reinit hack

2016-11-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jun 23 01:40:04 2016 +0100| [bd31c61cf94d01dbe1051cf65874e7b2c0ac5454] | committer: Mark Thompson avconv: Remove hw_device_ctx output filter reinit hack Not needed any more because we no longer have any useful case which will reinitialise with hard

[FFmpeg-cvslog] Merge commit '4a081f224e12f4227ae966bcbdd5384f22121ecf'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:30:33 2016 +0100| [db854c6c4a6ca0d0b29a688a930d4afedf060417] | committer: Hendrik Leppkes Merge commit '4a081f224e12f4227ae966bcbdd5384f22121ecf' * commit '4a081f224e12f4227ae966bcbdd5384f22121ecf': libavcodec: fix constness in clobbe

[FFmpeg-cvslog] Merge commit 'bd31c61cf94d01dbe1051cf65874e7b2c0ac5454'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:33:31 2016 +0100| [c17563c5d3c974a69709ebae0171534763b3051c] | committer: Hendrik Leppkes Merge commit 'bd31c61cf94d01dbe1051cf65874e7b2c0ac5454' * commit 'bd31c61cf94d01dbe1051cf65874e7b2c0ac5454': avconv: Remove hw_device_ctx output

[FFmpeg-cvslog] libavcodec: fix constness in clobber test avcodec_open2() wrappers

2016-11-13 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Jun 25 13:41:13 2016 +0200| [4a081f224e12f4227ae966bcbdd5384f22121ecf] | committer: Martin Storsjö libavcodec: fix constness in clobber test avcodec_open2() wrappers Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] doc: update merge status for recent additions and skipped merges

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:29:01 2016 +0100| [53e116eeeb1bdd579c1aa43b14b49dc6cb7b6d6e] | committer: Hendrik Leppkes doc: update merge status for recent additions and skipped merges > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53e116eeeb1bdd579c1aa

[FFmpeg-cvslog] avconv_qsv: use the device creation API

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 22 09:40:46 2016 +0200| [02c2761973dfc886e94a60a9c7d6d30c296d5b8c] | committer: Anton Khirnov avconv_qsv: use the device creation API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02c2761973dfc886e94a60a9c7d6d30c296d5b8c --- avc

[FFmpeg-cvslog] Merge commit '02c2761973dfc886e94a60a9c7d6d30c296d5b8c'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:26:53 2016 +0100| [93cd6dd488593116359c78395deef8414dfca799] | committer: Hendrik Leppkes Merge commit '02c2761973dfc886e94a60a9c7d6d30c296d5b8c' * commit '02c2761973dfc886e94a60a9c7d6d30c296d5b8c': avconv_qsv: use the device creation

[FFmpeg-cvslog] avconv: init filtergraphs only after we have a frame on each input

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 27 12:14:33 2016 +0200| [a3a0230a9870b9018dc7415ae5872784d524cfe5] | committer: Anton Khirnov avconv: init filtergraphs only after we have a frame on each input This makes sure the actual stream parameters are used, which is important mainly fo

[FFmpeg-cvslog] avconv: do packet ts rescaling in write_packet()

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 27 12:04:29 2016 +0200| [3e265ca58f0505470186dce300ab66a6eac3978e] | committer: Anton Khirnov avconv: do packet ts rescaling in write_packet() This will be useful in the following commit, after which the muxer timebase is not always available w

[FFmpeg-cvslog] Merge commit 'a3a0230a9870b9018dc7415ae5872784d524cfe5'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:25:05 2016 +0100| [7c282d0c758dc5e9593312da1c191cdf76de0303] | committer: Hendrik Leppkes Merge commit 'a3a0230a9870b9018dc7415ae5872784d524cfe5' * commit 'a3a0230a9870b9018dc7415ae5872784d524cfe5': avconv: init filtergraphs only afte

[FFmpeg-cvslog] avconv: pass the hwaccel frames context to the decoder

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 27 12:54:48 2016 +0200| [232399e3ee219d16d0e0d482c9f31a26202d4993] | committer: Anton Khirnov avconv: pass the hwaccel frames context to the decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=232399e3ee219d16d0e0d482c9f31a26202

[FFmpeg-cvslog] Merge commit '232399e3ee219d16d0e0d482c9f31a26202d4993'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:25:23 2016 +0100| [4945343606ec3a2d94c0ac5891c685997f6b43e9] | committer: Hendrik Leppkes Merge commit '232399e3ee219d16d0e0d482c9f31a26202d4993' * commit '232399e3ee219d16d0e0d482c9f31a26202d4993': avconv: pass the hwaccel frames con

[FFmpeg-cvslog] Merge commit '3e265ca58f0505470186dce300ab66a6eac3978e'

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Nov 13 17:23:57 2016 +0100| [f761d4967053352f9b95ac2bc2505ea06d25a2a0] | committer: Hendrik Leppkes Merge commit '3e265ca58f0505470186dce300ab66a6eac3978e' * commit '3e265ca58f0505470186dce300ab66a6eac3978e': avconv: do packet ts rescaling in w

[FFmpeg-cvslog] avconv: factor out initializing stream parameters for encoding

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 23 09:37:10 2016 +0200| [ba7397baef796ca3991fe1c921bc91054407c48b] | committer: Anton Khirnov avconv: factor out initializing stream parameters for encoding Setting the filter input parameters is moved to init_input_stream(), so that it is done

[FFmpeg-cvslog] ffmpeg_filter: fix hwaccel transcoding

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Nov 11 14:47:49 2016 +0100| [ca7cdffb70c5fcf04c442c53600c3beb1ba01417] | committer: Hendrik Leppkes ffmpeg_filter: fix hwaccel transcoding Based on a patch by Yogender Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca7cdffb70

[FFmpeg-cvslog] avconv: decouple configuring filtergraphs and setting output parameters

2016-11-13 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 23 14:09:08 2016 +0200| [50722b4f0cbc5940e9e6e21d113888436cc89ff5] | committer: Anton Khirnov avconv: decouple configuring filtergraphs and setting output parameters Currently, a filtergraph will pull in the output constraints from its correspo

[FFmpeg-cvslog] vp9_mc_template: limit assert to SCALED == 0

2016-11-13 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Nov 12 23:45:52 2016 +0100| [7112b56a3413b68261e3db0314343e26c75be83b] | committer: Andreas Cadhalpun vp9_mc_template: limit assert to SCALED == 0 The handling of the other block sizes was limited to 'SCALED == 0' in commit dc96c0f9fc96bf416763

[FFmpeg-cvslog] configure: use check_lib2 for cuda and cuvid

2016-11-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat Nov 12 01:37:57 2016 +0100| [0539ff0e1b2f4e388bf4de16d00846ed5cebe811] | committer: Hendrik Leppkes configure: use check_lib2 for cuda and cuvid Fixes building for Windows x86 with MSVC using the link libraries distributed with the CUDA SDK. ch

[FFmpeg-cvslog] avformat: Add Pro-MPEG CoP #3-R2 FEC protocol

2016-11-13 Thread Vlad Tarca
ffmpeg | branch: master | Vlad Tarca | Thu Jun 2 16:28:13 2016 +0200| [2bd83ef26acf93fc818b1b75a5406dbfb196f6a4] | committer: Michael Niedermayer avformat: Add Pro-MPEG CoP #3-R2 FEC protocol Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-b

[FFmpeg-cvslog] fate/colorkey: disable audio stream.

2016-11-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 30 20:12:20 2016 +0200| [22aa649c13b452f11353958a51f073f5fbc3bcaa] | committer: Nicolas George fate/colorkey: disable audio stream. The test is not supposed to cover audio. Also, using -vframes along with an audio stream depends on the exact o

[FFmpeg-cvslog] lavfi: split frame_count between input and output.

2016-11-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 30 15:28:41 2016 +0200| [183ce55b0de0a597b838d08bbac67f54c27ed42f] | committer: Nicolas George lavfi: split frame_count between input and output. AVFilterLink.frame_count is supposed to count the number of frames that were passed on the link,