[vlc-commits] lua: icecast: show url as alternative for unknown stations

2012-05-22 Thread Francois Cartegnie
vlc/vlc-2.0 | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue May 8 12:29:26 2012 +0200| [74cedadc0ad778ccb44dc8bca138c3992a7bf2f3] | committer: Jean-Baptiste Kempf lua: icecast: show url as alternative for unknown stations (cherry picked from commit

[vlc-commits] lua: icecast: fix icecast meta import

2012-05-22 Thread Francois Cartegnie
vlc/vlc-2.0 | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue May 8 12:43:45 2012 +0200| [bf763ff9d12e8c287191dd9456cd461b164dbe61] | committer: Jean-Baptiste Kempf lua: icecast: fix icecast meta import (cherry picked from commit 7f9b3efc8c7d347b28c8af9ba32043b7629c69fb)

[vlc-commits] lua: icecast: can fix radionomy's station names

2012-05-22 Thread Francois Cartegnie
vlc/vlc-2.0 | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue May 8 15:09:37 2012 +0200| [7af7638bfe9593a38a8195392760c694137e76fa] | committer: Jean-Baptiste Kempf lua: icecast: can fix radionomy's station names (cherry picked from commit c483441208358fe98b1edbde033b7a958767f8ff)

[vlc-commits] lua: icecast: fix syntax

2012-05-22 Thread Francois Cartegnie
vlc/vlc-2.0 | branch: master | Francois Cartegnie fcvlc...@free.fr | Mon May 14 14:16:34 2012 +0200| [86305775ed70368adb9f401b78fa93609947a046] | committer: Jean-Baptiste Kempf lua: icecast: fix syntax (cherry picked from commit 8250e947f5708d7037078701706fa6d812b8b35d) Signed-off-by:

[vlc-commits] ts: Fix audio type description parsing

2012-05-22 Thread Aurelien Nephtali
vlc | branch: master | Aurelien Nephtali aurelien.nepht...@gmail.com | Tue May 22 13:34:42 2012 +0200| [55545b45143a71024dbc9d4a2162a1f4c830] | committer: Rafaël Carré ts: Fix audio type description parsing It is broken since 12edd19f71df9e41c5ca79ddc470d7378ff64d33 and it crashes if type

[vlc-commits] Remove aout_VolumeNoneInit()

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 20:14:12 2012 +0300| [952e8007b622a7768946dfc5f3ac3d82bdb08061] | committer: Rémi Denis-Courmont Remove aout_VolumeNoneInit() This was really just a glorified manner to set a pointer to NULL (actually to a dummy function

[vlc-commits] aout: simplify volume and mute variables life cycle

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 20:03:49 2012 +0300| [6a40ca7199612f16d6bd1d9131dbcd43d7179e78] | committer: Rémi Denis-Courmont aout: simplify volume and mute variables life cycle

[vlc-commits] aout: reset volume to 1 on module unload

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 20:25:54 2012 +0300| [0c2776290e608f78ea16eb309d0af31728e1e0dd] | committer: Rémi Denis-Courmont aout: reset volume to 1 on module unload This fixes a corner case where the old volume of an output plugin using software

[vlc-commits] wasapi: fix comment

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 22:19:36 2012 +0300| [e412bf62a241181eca4dca14ec6e4d5cef4326f5] | committer: Rémi Denis-Courmont wasapi: fix comment http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e412bf62a241181eca4dca14ec6e4d5cef4326f5 ---

[vlc-commits] Replace remaining instances of aout_buffer_t with block_t

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 23:21:16 2012 +0300| [e2b439cfa1ed0d582a8576faabb62d48f3b7c313] | committer: Rémi Denis-Courmont Replace remaining instances of aout_buffer_t with block_t

[vlc-commits] Replace remaining call sites of aout_BufferFree()

2012-05-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue May 22 23:06:52 2012 +0300| [8fbafffc9db909c7d84b66a1e90c7ca56f7161c9] | committer: Rémi Denis-Courmont Replace remaining call sites of aout_BufferFree()

[vlc-commits] lua: fix more sd input options and lua stack use-after-gc

2012-05-22 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Wed May 23 05:07:19 2012 +0200| [8f048e9cabebeec8b514e981993d16acfbbd7c28] | committer: Pierre Ynard lua: fix more sd input options and lua stack use-after-gc Strings from the lua stack stop being valid after you pop them