[vlc-commits] Fix typo in .idl

2014-12-13 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 18:50:01 2014 +0100| [48fefca51344be39051d37d7815c2b832e707be5] | committer: Jean-Baptiste Kempf Fix typo in .idl > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=48fefca51344be39051d37d7815c2b832e707be5 --- activex/

[vlc-commits] swscale: scale within the crop area, not top-left (really fixes #12085)

2014-12-13 Thread Rémi Denis-Courmont
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont | Fri Dec 12 18:41:18 2014 +0200| [febaed282018a343c64aeefcb49adf1020fc3452] | committer: Jean-Baptiste Kempf swscale: scale within the crop area, not top-left (really fixes #12085) Unfortunately, this can cause a slight offset of the colour p

[vlc-commits] Revert "swscale: scale the whole picture (fixes #12085)"

2014-12-13 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf | Sat Dec 13 18:26:33 2014 +0100| [a09ec05d4250ecb59694e9d845fb37bc8ef13305] | committer: Jean-Baptiste Kempf Revert "swscale: scale the whole picture (fixes #12085)" This reverts commit 7f06a46695fb7a7f1a3a498551b00f8896c57680. When using a

[vlc-commits] XCB/XVideo: request correct picture format from the adaptor

2014-12-13 Thread Rémi Denis-Courmont
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont | Fri Dec 12 17:02:45 2014 +0200| [2ddfb2ffe0e72fe35ae874f880a3a9a74eb31a86] | committer: Jean-Baptiste Kempf XCB/XVideo: request correct picture format from the adaptor This is bug compatibility for XVideo drivers that scale the whole picture

[vlc-commits] mediacodec: fix jni LocalRef leaks

2014-12-13 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem | Fri Dec 12 12:38:54 2014 +0100| [95bf630203ed5800bb9c639a064fed5a384e10bd] | committer: Jean-Baptiste Kempf mediacodec: fix jni LocalRef leaks We can only have 512 LocalRefs, so don't leak them. Signed-off-by: Jean-Baptiste Kempf (cherry picked

[vlc-commits] access_mms: fix linkage on OS/2

2014-12-13 Thread KO Myung-Hun
vlc/vlc-2.2 | branch: master | KO Myung-Hun | Mon Dec 8 11:58:18 2014 +0900| [117be772aa6157d78d9d488256bc582fe1efef73] | committer: Jean-Baptiste Kempf access_mms: fix linkage on OS/2 - CCLD libaccess_mms_plugin.la weakld: error: Unresolved symbol (UNDEF) '_vlc_poll'. weakld: info:

[vlc-commits] Qt: fix frame around time in toolbar editor

2014-12-13 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf | Sat Dec 13 17:09:49 2014 +0100| [1b6b699c56870bf6146926b53651a810813e16b7] | committer: Jean-Baptiste Kempf Qt: fix frame around time in toolbar editor Close #12888 (cherry picked from commit 9ecbe11b0d2a1c709b3bd8067450a007600ef6ca) Signed

[vlc-commits] Qt: frame around speed selector is unnecessary

2014-12-13 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf | Sat Dec 13 16:37:15 2014 +0100| [4ab77b9d4aea69bc94053faf8eaa763aa8c9eb6d] | committer: Jean-Baptiste Kempf Qt: frame around speed selector is unnecessary Or just ugly in some themes (cherry picked from commit 776ea95fd86732ac1fc891733d1e25

[vlc-commits] Qt: fix frame around time in toolbar editor

2014-12-13 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 17:09:49 2014 +0100| [9ecbe11b0d2a1c709b3bd8067450a007600ef6ca] | committer: Jean-Baptiste Kempf Qt: fix frame around time in toolbar editor Close #12888 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ecbe11b0d2a1c709b3bd80674

[vlc-commits] Qt: frame around speed selector is unnecessary

2014-12-13 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 16:37:15 2014 +0100| [776ea95fd86732ac1fc891733d1e25e165f50196] | committer: Jean-Baptiste Kempf Qt: frame around speed selector is unnecessary Or just ugly in some themes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=776ea95f

[vlc-commits] ActiveX: List Plugin directy after installation of VLC in IE

2014-12-13 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 16:28:07 2014 +0100| [3aa3080deabb206653ec9c3f77855c3776b8] | committer: Jean-Baptiste Kempf ActiveX: List Plugin directy after installation of VLC in IE The plugin is in Internet Explorer <= v9 not listed in "Tools" -> "Manage

[vlc-commits] Support the attribute "type" in Internet Explorer

2014-12-13 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 16:24:52 2014 +0100| [8ff57098ffca751221b7e510b85db528df511876] | committer: Jean-Baptiste Kempf Support the attribute "type" in Internet Explorer Currently you must use the classid for the element: The attached registry keys all

[vlc-commits] New Property: vlc.playlist.currentItem

2014-12-13 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Sat Dec 13 16:20:22 2014 +0100| [2364bfb6fd6f1c339125d10740ee782c11a7e3b6] | committer: Jean-Baptiste Kempf New Property: vlc.playlist.currentItem New property named currentItem, which returns the current playlist item. The core for this prope