[vlc-commits] videotoolbox: remove write-only variable

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 16:13:40 2015 +0100| [657705900ee01a8ae959d9fbaa88861519947119] | committer: David Fuhrmann videotoolbox: remove write-only variable >

[vlc-commits] h264_nal: fix memory corruption in parse_sps

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 16:16:19 2015 +0100| [d405bfb6fdeac41112482bcce793ee4efa8d5d51] | committer: David Fuhrmann h264_nal: fix memory corruption in parse_sps >

[vlc-commits] ftp: fix pf_readdir infinite loop

2015-12-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Sat Dec 5 13:46:50 2015 +0100| [40669b1f39491ccf6033ad652290ebc2c4f33833] | committer: Thomas Guillem ftp: fix pf_readdir infinite loop > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40669b1f39491ccf6033ad652290ebc2c4f33833

[vlc-commits] macosx: overhaul simple preferences interface

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 15:12:44 2015 +0100| [7e08a135c91a73a1f410cdbc1492465ae1b07114] | committer: David Fuhrmann macosx: overhaul simple preferences interface - cleanup interfaces section - Regroup settings, move some to video section -

[vlc-commits] macosx: Allow to open https URLs, do not list VLC as a browser

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 17:12:22 2015 +0100| [66bab23eb7950a19279bad31dc642f8c87e90447] | committer: David Fuhrmann macosx: Allow to open https URLs, do not list VLC as a browser This allows to drop https URLs on the VLC icon as well, in

[vlc-commits] Revert "macosx: update play and playback mode status on startup"

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 16:39:55 2015 +0100| [e2f1f6c44c514cea28dd1c4c5e9cc608792099ee] | committer: David Fuhrmann Revert "macosx: update play and playback mode status on startup" This hack is not needed anymore. refs #14362 This reverts

[vlc-commits] macosx: improve logging for startup and shutdown

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 5 16:38:38 2015 +0100| [f312e26702a01c9b5476dee5c6a06f94decac8c8] | committer: David Fuhrmann macosx: improve logging for startup and shutdown >

[vlc-commits] videotoolbox: compilation fix

2015-12-05 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Dec 5 12:08:20 2015 +0100| [c676780c621ac28a5d71e5ee148b8ec9744b4c01] | committer: Felix Paul Kühne videotoolbox: compilation fix >

[vlc-commits] decoder: remove legacy flush call

2015-12-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Dec 3 18:14:04 2015 +0100| [8c4fff2f85e7916f2e18abf00605e7302bfba5f6] | committer: Thomas Guillem decoder: remove legacy flush call > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c4fff2f85e7916f2e18abf00605e7302bfba5f6

[vlc-commits] decoder: implement pf_flush for all decoders/packetizers

2015-12-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Dec 4 20:16:15 2015 +0100| [c94f68febd2be06188fee9753a128886a5c0ffd5] | committer: Thomas Guillem decoder: implement pf_flush for all decoders/packetizers For now, a lot of decoder/packetizer are also flushing on

[vlc-commits] block: add vlc_fifo_TimedWaitCond

2015-12-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Sat Dec 5 13:08:20 2015 +0100| [2a8b955ae1fe123c263a438490ca4e2d4c79501b] | committer: Thomas Guillem block: add vlc_fifo_TimedWaitCond > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a8b955ae1fe123c263a438490ca4e2d4c79501b

[vlc-commits] decoder: interruptible mwait

2015-12-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Dec 1 11:38:23 2015 +0100| [41de2a23910e5f9b5e437b50186245b89b32c56d] | committer: Thomas Guillem decoder: interruptible mwait mwait (called from Audio and SPU DecoderThread) can now be interrupted when flushing or closing. This