[vlc-commits] demux: ts: ensure iod is present when looking for SLDesc

2015-03-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Mar 25 22:38:24 2015 +0100| [30b73b74d0801108454606ddec3a1fa4cd429bd8] | committer: Francois Cartegnie demux: ts: ensure iod is present when looking for SLDesc > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30b73b74d0801108454606ddec3a1

[vlc-commits] demux: ts: reset mpeg4desc/iod pointer on PMT update

2015-03-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Mar 25 23:04:53 2015 +0100| [8c1ef02b29c3a07691ac5535c8a376d237989a8a] | committer: Francois Cartegnie demux: ts: reset mpeg4desc/iod pointer on PMT update > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c1ef02b29c3a07691ac5535c8a376d23

[vlc-commits] Revert "demux: ts: fix mpeg4desc leak"

2015-03-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Mar 25 22:57:27 2015 +0100| [8e67ebbcd1a5788d80a59b3c3405ef74b09b277b] | committer: Francois Cartegnie Revert "demux: ts: fix mpeg4desc leak" Points to PMT's IOD This reverts commit 6d35a852a8d1a655670ec3aca909cd574e253162. > http://git.videola

[vlc-commits] demux: ts: remove old struct

2015-03-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Mar 25 23:01:12 2015 +0100| [cb3db8092e5ce3e0e2f87d4003b7c7215519172f] | committer: Francois Cartegnie demux: ts: remove old struct > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb3db8092e5ce3e0e2f87d4003b7c7215519172f --- modules/de

[vlc-commits] configure: simplify maintainer mode and rectify default in help

2015-03-25 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Mar 25 22:30:32 2015 +0200| [6b9cd80e4880808e53d5f71bcf3d2f4284014f1c] | committer: Rémi Denis-Courmont configure: simplify maintainer mode and rectify default in help > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b9cd80e4880808e53d5

[vlc-commits] Update libvlcpp

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 16:41:13 2015 +0100| [9a641f16c75ed22254b953feec8d7e6728c20803] | committer: Hugo Beauzée-Luyssen Update libvlcpp > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9a641f16c75ed22254b953feec8d7e6728c20803 --- vlcpp

[vlc-commits] npapi: utils: Variant: Allow comparison operations

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 15:17:37 2015 +0100| [c99183fe39a532c6c259782de00c57d02d6d69a3] | committer: Hugo Beauzée-Luyssen npapi: utils: Variant: Allow comparison operations > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c99183fe39a532c6c2

[vlc-commits] npapi: Manually revert an ugly hack that shouldn't have been commited

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 15:18:39 2015 +0100| [227e77c8570c0663ecd138066bfa4d0f1389785e] | committer: Hugo Beauzée-Luyssen npapi: Manually revert an ugly hack that shouldn't have been commited > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h

[vlc-commits] npapi: Fix track operations

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 16:40:13 2015 +0100| [3c08e147fc1ea205896748c56139f48e314eed7c] | committer: Hugo Beauzée-Luyssen npapi: Fix track operations > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=3c08e147fc1ea205896748c56139f48e314eed7c

[vlc-commits] npapi: Remove write only static instances set

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 15:21:03 2015 +0100| [e017218dac7449f4a22faa4368ff538c2767d22e] | committer: Hugo Beauzée-Luyssen npapi: Remove write only static instances set > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e017218dac7449f4a22faa4

[vlc-commits] added start playback in paused mode (#2936)

2015-03-25 Thread Aleksandr Pasechnik
vlc | branch: master | Aleksandr Pasechnik | Fri Mar 13 01:49:52 2015 +| [dc130ca2b358ed5da3cb783f222eb28cad6aea9f] | committer: Jean-Baptiste Kempf added start playback in paused mode (#2936) Added a boolean Playlist preference called start-pause. Setting the preference causes the src/in

[vlc-commits] upnp: change item b_net and i_type

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:17 2015 +| [f39dbe2a27f643b6d63f3015f3fbc485637dcad7] | committer: Jean-Baptiste Kempf upnp: change item b_net and i_type Set b_net to true, and set ITEM_TYPE_DIRECTORY if the item is a share of a directory. Signed-off-by: Jean-Bapt

[vlc-commits] Qt: avoid redefine warning

2015-03-25 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Mar 25 15:40:52 2015 +0100| [d1305a887f96653503500d9d485281437b720d5c] | committer: Jean-Baptiste Kempf Qt: avoid redefine warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1305a887f96653503500d9d485281437b720d5c --- modules/gu

[vlc-commits] input: add b_net variable in item

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:15 2015 +| [4089c841ccaade63169fbb723a4107eddafc31b0] | committer: Jean-Baptiste Kempf input: add b_net variable in item When an item was a NET/STREAM type, there was no way to distinguish if the item was a file, a playlist or direct

[vlc-commits] input: drop ITEM_TYPE_CDDA

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:31:21 2015 +| [1e9e0e3cb9cf2a72019e83567b9940b786ae2f2f] | committer: Jean-Baptiste Kempf input: drop ITEM_TYPE_CDDA Since it's not used anymore. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:14 2015 +| [bd669141be882a62b33c08d7aa97501e0b5faff2] | committer: Jean-Baptiste Kempf input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM This type is set for streams (rtsp, httplive, mms...). Signed-off-by: Jean-Baptiste Kempf > ht

[vlc-commits] input: handle recursive parsing in preparser

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:19 2015 +| [4455e6d2935a498e02ac3c6ac144f0525d2e01f0] | committer: Jean-Baptiste Kempf input: handle recursive parsing in preparser Add i_preparse_depth in input_item to handle how many level of sub items can be parsed. The "recursi

[vlc-commits] libvlc: add libvlc_media_get_type

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:20 2015 +| [f3cc5c9f0f1512eb0a69ec4a080bebc609b3645c] | committer: Jean-Baptiste Kempf libvlc: add libvlc_media_get_type Get the type of the media. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a

[vlc-commits] sftp: change item b_net

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:18 2015 +| [b710e510b1dfea473a8bf258f609042cf070f915] | committer: Jean-Baptiste Kempf sftp: change item b_net Set b_net to true. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b710e510

[vlc-commits] dsm: change item b_net and i_type

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Mar 24 16:22:16 2015 +| [b3b89b988030e781bef4e70aa10ede8058808cec] | committer: Jean-Baptiste Kempf dsm: change item b_net and i_type Set b_net to true, and set ITEM_TYPE_DIRECTORY if the item is a share of a directory. Signed-off-by: Jean-Bapti

[vlc-commits] MFT: GUID_AC3 should be defined in Mingw-w64 4.0

2015-03-25 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf | Mon Mar 16 19:11:18 2015 +0100| [c03dce839ab477ea3098708917fd7eb551c3b41e] | committer: Jean-Baptiste Kempf MFT: GUID_AC3 should be defined in Mingw-w64 4.0 Of course, it's technically a GCC bug, because selectany is broken, but there is no

[vlc-commits] Win32: fix uninitialised variable and double free in drive letters mode

2015-03-25 Thread Hannes Domani
vlc/vlc-2.2 | branch: master | Hannes Domani | Fri Mar 13 18:01:23 2015 +0100| [7c28c94a6195074b30ed0c05a76296456684ed83] | committer: Jean-Baptiste Kempf Win32: fix uninitialised variable and double free in drive letters mode Close #14140 Signed-off-by: Jean-Baptiste Kempf (cherry picked fr

[vlc-commits] fix teletext framing code in DVB PES packets ignored

2015-03-25 Thread Miha Sokolov
vlc/vlc-2.2 | branch: master | Miha Sokolov | Fri Mar 20 09:38:51 2015 +| [b17f116b2a2feee7f14d5c266337224f65c25cb3] | committer: Jean-Baptiste Kempf fix teletext framing code in DVB PES packets ignored Check the teletext framing code in PES buffer for each of the received lines and only c

[vlc-commits] Update bookmark list before showing dialog.

2015-03-25 Thread Eugen Geist
vlc/vlc-2.2 | branch: master | Eugen Geist | Thu Mar 19 16:57:05 2015 +| [82484b2b22694b2ba62e3db2697bfab43dab9a27] | committer: Jean-Baptiste Kempf Update bookmark list before showing dialog. Fixes #2100. Override toggleVisible of BookmarkDialog to call update before using toggleVisible

[vlc-commits] Interface: HTTP server: set proper align when expanding menu buttons

2015-03-25 Thread Gina Dobrescu
vlc/vlc-2.2 | branch: master | Gina Dobrescu | Tue Mar 17 21:27:35 2015 +| [9d6314766c1bb07e3b9be1d12bf6e1b87b4b3127] | committer: Jean-Baptiste Kempf Interface: HTTP server: set proper align when expanding menu buttons Fixes #13855 The small menu buttons on the left doesn't move downward

[vlc-commits] puzzle: fix error check, do not leak pictures on error

2015-03-25 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sun Mar 22 19:02:28 2015 +0100| [b88dbb4d3c74c853a625d92008df4e9cddf387c6] | committer: Jean-Baptiste Kempf puzzle: fix error check, do not leak pictures on error close #14006 (cherry picked from commit 5c2fc028e78429b8a9d540c7fa9d227c5efa0620)

[vlc-commits] Contribs: update dvdread to 5.0.3

2015-03-25 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf | Wed Mar 25 15:07:54 2015 +0100| [1987ccd4da68f49aa277e50cbb99bfbce4e73948] | committer: Jean-Baptiste Kempf Contribs: update dvdread to 5.0.3 (cherry picked from commit dc51ba0240553965f8c6eddc05024302436a15c9) Signed-off-by: Jean-Baptiste K

[vlc-commits] vpx: fix leak

2015-03-25 Thread Tristan Matthews
vlc/vlc-2.2 | branch: master | Tristan Matthews | Sun Mar 22 18:01:26 2015 -0400| [4148fb1d8dd574d7a71e6e4f7ac7eaba592e4c8c] | committer: Jean-Baptiste Kempf vpx: fix leak (cherry picked from commit 3682cdd28fed93c43d36116ae443fb50224d27cf) Signed-off-by: Jean-Baptiste Kempf > http://git.vid

[vlc-commits] libass: use the visible area dimensions, not the input dimensions

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Fri Mar 20 08:07:05 2015 +| [07022abd1d595cec60bff259f7c0de5625a18445] | committer: Jean-Baptiste Kempf libass: use the visible area dimensions, not the input dimensions Fixes incorrect offset when playing http://streams.videolan.org/misc/test

[vlc-commits] Win32: Fix supported types not registered properly by NSIS installer

2015-03-25 Thread Jonathan McGowan
vlc/vlc-2.2 | branch: master | Jonathan McGowan | Mon Mar 16 11:43:54 2015 +| [9d9b2bf7da2d756bddaae5863aa5fa4e1320fb4e] | committer: Jean-Baptiste Kempf Win32: Fix supported types not registered properly by NSIS installer A bad parameter definition in function RegisterExtension resulted i

[vlc-commits] MKV: fix ATRAC3 playback

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Wed Mar 18 14:35:46 2015 +| [425bf9a0d03de7cfb29e8884c86e87dae6b58e40] | committer: Jean-Baptiste Kempf MKV: fix ATRAC3 playback Fixes #14205 Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit e99891e77f95b69a4bcc599f36ac13b2961252

[vlc-commits] httplive: leaks on playlist reload/merge (fix #14171)

2015-03-25 Thread Francois Cartegnie
vlc/vlc-2.2 | branch: master | Francois Cartegnie | Wed Mar 18 12:56:15 2015 +0100| [6735d775de126fc65c13a2e9e334971d0b276821] | committer: Jean-Baptiste Kempf httplive: leaks on playlist reload/merge (fix #14171) (cherry picked from commit b0e058b561b61404f992433964f82f9646c4863a) Signed-off-

[vlc-commits] directsound: fix TimeGet returning a positive value on error

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Thu Mar 19 12:08:12 2015 +| [69143b2003bb86a83521385ce37ae0120963ee00] | committer: Jean-Baptiste Kempf directsound: fix TimeGet returning a positive value on error Fixes #14186 a positive HRESULT means it succeeded. Signed-off-by: Jean-Bapti

[vlc-commits] Contribs: update dvdread to 5.0.3

2015-03-25 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Mar 25 15:07:54 2015 +0100| [dc51ba0240553965f8c6eddc05024302436a15c9] | committer: Jean-Baptiste Kempf Contribs: update dvdread to 5.0.3 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc51ba0240553965f8c6eddc05024302436a15c9 --- con

[vlc-commits] dvdnav: add Demux submodule

2015-03-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 25 14:41:06 2015 +0100| [c7a58a78dedd5c948d3dc74a5791b18ed45748eb] | committer: Jean-Baptiste Kempf dvdnav: add Demux submodule It allows to use dvdnav via a VLC access using new dvdnav stream callbacks. When using a VLC access, dvdnav readahead

[vlc-commits] utils.hpp: wrap: Fix argument forwarding

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 14:24:40 2015 +0100| [4a836825551c4d3ad70c6c5c4e507a1ba6a77e17] | committer: Hugo Beauzée-Luyssen utils.hpp: wrap: Fix argument forwarding > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=4a836825551c4d3ad70c6c5c4e50

[vlc-commits] configure.ac: WIN32 -> _WIN32

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Tue Mar 24 14:23:46 2015 +0100| [a375881a95521e99639c7c1915d1608896a049cd] | committer: Hugo Beauzée-Luyssen configure.ac: WIN32 -> _WIN32 > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a375881a95521e99639c7c1915d1608896a049c

[vlc-commits] demux: ts: remove pid array

2015-03-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Mar 24 20:57:07 2015 +0100| [fb5d4d05ead69e7b7c88a110693d441a99fa1fe8] | committer: Francois Cartegnie demux: ts: remove pid array Few PID in the whole range are really used. Minus pointers and alignment, should save ~320KBytes in most cases. >

[vlc-commits] activex: Remove unused wrappers & use libvlcpp

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 12:30:14 2015 +0100| [ffb98b35c99273c1feb9b031f1c6ce8714bbb0a2] | committer: Hugo Beauzée-Luyssen activex: Remove unused wrappers & use libvlcpp > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ffb98b35c99273c1feb9b0

[vlc-commits] utils: Fix potential ambiguity with operator[]

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Tue Mar 24 16:43:15 2015 +0100| [84662783fef7dcfb0822d59e76934194c0239af9] | committer: Hugo Beauzée-Luyssen utils: Fix potential ambiguity with operator[] > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=84662783fef7dcfb0822d5

[vlc-commits] win32: Fix npapi build

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Tue Mar 24 16:45:04 2015 +0100| [6572aa706d6af445aaf67a17de60bd3bffa92285] | committer: Hugo Beauzée-Luyssen win32: Fix npapi build > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=6572aa706d6af445aaf67a17de60bd3bffa92285 ---

[vlc-commits] activex: Fix out of source build

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Wed Mar 25 14:17:44 2015 +0100| [4be19cdc4122abaedf7a399c77fadb540374f91f] | committer: Hugo Beauzée-Luyssen activex: Fix out of source build > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=4be19cdc4122abaedf7a399c77fadb540374

[vlc-commits] activex: Add libvlcpp & enable exceptions

2015-03-25 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen | Tue Mar 24 17:00:26 2015 +0100| [61c98d595db091125d09394890d990cebecf408a] | committer: Hugo Beauzée-Luyssen activex: Add libvlcpp & enable exceptions > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=61c98d595db091125d09394890d