[vlc-commits] deinterlace: fix MSVC compilation

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Thu Mar 26 18:41:13 2015 +0100| [5874981d1a6b777b828229a6d7f86a522d70549a] | committer: Hugo Beauzée-Luyssen deinterlace: fix MSVC compilation Signed-off-by: Hugo Beauzée-Luyssen h...@beauzee.fr

[vlc-commits] Fix Metacube header handling with multiple header blocks.

2015-03-30 Thread Steinar H. Gunderson
vlc | branch: master | Steinar H. Gunderson steinar+...@gunderson.no | Sun Mar 29 18:30:22 2015 +| [f367b695f1fa87c040466785092a001127904107] | committer: Jean-Baptiste Kempf Fix Metacube header handling with multiple header blocks. Some muxes, e.g. MP4, will send multiple header blocks.

[vlc-commits] direct3d11: favor the format requested by the decoder if possible

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Mar 30 11:57:00 2015 +| [40b903809302ed42179d8d57ff973be92e555b2c] | committer: Jean-Baptiste Kempf direct3d11: favor the format requested by the decoder if possible Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] direct3d11: use a different pixel shader depending on the output format

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Fri Mar 27 09:05:46 2015 +| [6c4c7b0d01591db56d6256d61960c8cb728d6988] | committer: Jean-Baptiste Kempf direct3d11: use a different pixel shader depending on the output format Differentiate between BT.601 (SD) and BT.709 (HD) for

[vlc-commits] Contrib: ffmpeg is not affected by the default optim flags

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Mar 30 12:12:30 2015 +| [de2f058a81b26482e474c8c2529f60186e3aa402] | committer: Jean-Baptiste Kempf Contrib: ffmpeg is not affected by the default optim flags it uses its own system, so we must give it the proper value with

[vlc-commits] video_output: fix controls and events not processed

2015-03-30 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Mar 25 15:27:36 2015 +| [93e1d6ad785df9cae30fda05d85c6f0dada4708a] | committer: Jean-Baptiste Kempf video_output: fix controls and events not processed This issue is easily reproducible with VDPAU activated, with a 60fps ts file,

[vlc-commits] input: fix changing state

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Mar 30 17:57:42 2015 +0300| [c6d907cf404ce7d6699f9e30a551ec9a0fa4985b] | committer: Rémi Denis-Courmont input: fix changing state http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6d907cf404ce7d6699f9e30a551ec9a0fa4985b

[vlc-commits] oldrc: rename the source file too

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Mar 30 18:00:16 2015 +0300| [a2110274cbd5f91053b094cd9f0b3b8fa90e9ae1] | committer: Rémi Denis-Courmont oldrc: rename the source file too

[vlc-commits] mediacodec: Fix invalid timestamp after a preroll

2015-03-30 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Mar 30 17:05:07 2015 +0200| [7491a5ff41b9f7bc1629902a9ff02e0f7c468480] | committer: Jean-Baptiste Kempf mediacodec: Fix invalid timestamp after a preroll Call timestamp_FifoGet before releasing Output Buffers. Signed-off-by:

[vlc-commits] input: add support for pointer options to input item

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Mar 30 21:13:17 2015 +0300| [2822a77846f88fcbaa3482ca9754060c192119fe] | committer: Rémi Denis-Courmont input: add support for pointer options to input item Pointers cannot be inherited as normal configuration item for somewhat

[vlc-commits] access-imem: rewritten in-memory bit stream input (refs #8562)

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Mar 26 21:54:52 2015 +0200| [2cb046006667beaedd4aafbcb706b3aee4db4b0d] | committer: Rémi Denis-Courmont access-imem: rewritten in-memory bit stream input (refs #8562) This more closely matches the usual open/read/seek/close

[vlc-commits] input: move var_OptionParse() code to item.c

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Mar 30 21:08:45 2015 +0300| [f640890df3e93a8af0d00162583952033c0775ee] | committer: Rémi Denis-Courmont input: move var_OptionParse() code to item.c

[vlc-commits] libvlc: add libvlc_media_new_callbacks() for custom input media

2015-03-30 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Mar 30 22:39:47 2015 +0300| [b67f295520b479d0ead21d11fb8c9aea74902f77] | committer: Rémi Denis-Courmont libvlc: add libvlc_media_new_callbacks() for custom input media (fixes #8562)