[vlc-commits] streamfilter/httplive.c: UpdatePlaylist() actually lock segment when updating it.

2012-01-18 Thread Jean-Paul Saman
vlc | branch: master | Jean-Paul Saman jean-paul.sa...@m2x.nl | Tue Jan 10 12:14:00 2012 +0100| [2ada723d2ad9682c7532690462ca4791b3290899] | committer: Jean-Paul Saman streamfilter/httplive.c: UpdatePlaylist() actually lock segment when updating it. When an already existing segment is

[vlc-commits] stream_filter/httplive.c: Various bandwidth fixes

2012-01-18 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen chouque...@videolan.org | Wed Jan 18 17:22:08 2012 +0100| [be906d5275337481ac30469a839a10fa72f39786] | committer: Jean-Paul Saman stream_filter/httplive.c: Various bandwidth fixes - Bandwidth is an unsigned int in hls_New(), so initiliaze it to 0 iso

[vlc-commits] stream_filter/httplive.c: Rewrite relativeURL (fix #4268)

2012-01-18 Thread Jean-Paul Saman
vlc | branch: master | Jean-Paul Saman jean-paul.sa...@m2x.nl | Wed Jan 18 16:48:52 2012 +0100| [5de5d154d85ad7997d74e983c515ac6f6c23083a] | committer: Jean-Paul Saman stream_filter/httplive.c: Rewrite relativeURL (fix #4268) The relativeURL function missed various checks to determine the

[vlc-commits] fluidsynth: deal with glob() error cases correctly (and add debug)

2012-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Jan 18 19:05:15 2012 +0200| [85488575ba5f5fe93738b73df5dc9e9d3351c8d3] | committer: Rémi Denis-Courmont fluidsynth: deal with glob() error cases correctly (and add debug) glob() sets the result structure also in case of error.

[vlc-commits] fluidsynth: deal with glob() error cases correctly (and add debug)

2012-01-18 Thread Rémi Denis-Courmont
vlc/vlc-1.2 | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Jan 18 19:05:15 2012 +0200| [cab29ad8d3564a309776485891b10c0c97d19be0] | committer: Rémi Denis-Courmont fluidsynth: deal with glob() error cases correctly (and add debug) glob() sets the result structure also in case of

[vlc-commits] opensles: use calloc

2012-01-18 Thread Rafaël Carré
vlc/vlc-1.2 | branch: master | Rafaël Carré fun...@videolan.org | Tue Jan 17 22:27:39 2012 -0500| [6879512a816c9b04577b7b3c45218b0dce4af990] | committer: Jean-Baptiste Kempf opensles: use calloc (cherry picked from commit 4a9ecabe2c03c2918a30913aab1ab3d67ceabf5a) Signed-off-by: Jean-Baptiste

[vlc-commits] opensles::Play() : be sure to avoid infinite loop

2012-01-18 Thread Rafaël Carré
vlc/vlc-1.2 | branch: master | Rafaël Carré fun...@videolan.org | Tue Jan 17 22:28:23 2012 -0500| [62e338ce6f1aa7217df76ab716d26698adbf7d49] | committer: Jean-Baptiste Kempf opensles::Play() : be sure to avoid infinite loop drop audio packet after 5 seconds it'll be much too late anyway; and 1

[vlc-commits] opensles: no space between * and type

2012-01-18 Thread Rafaël Carré
vlc/vlc-1.2 | branch: master | Rafaël Carré fun...@videolan.org | Tue Jan 17 22:28:00 2012 -0500| [b9fb627b8408c205b196fb0e4657519c009d4000] | committer: Jean-Baptiste Kempf opensles: no space between * and type (cherry picked from commit d5b953c44a4bd5870e78d4272459a4a97393c344)

[vlc-commits] android: disable live555

2012-01-18 Thread Rafaël Carré
vlc/vlc-1.2 | branch: master | Rafaël Carré fun...@videolan.org | Tue Jan 17 21:59:56 2012 -0500| [7cb66424aca5dcee97c61a8c7c29118f82c3a5b9] | committer: Jean-Baptiste Kempf android: disable live555 also remove obsolete flags (cherry picked from commit d8b9e7ae0784b0409bbbc039e9ebbcd95539f94c)

[vlc-commits] swscale: don't use SWS_ACCURATE_RND for RGBA on android, it's too slow

2012-01-18 Thread Sébastien Toque
vlc | branch: master | Sébastien Toque xil...@gmail.com | Wed Jan 18 01:20:00 2012 +0100| [0fabd4d29e850700ce02bab507fe21a99371797e] | committer: Jean-Baptiste Kempf swscale: don't use SWS_ACCURATE_RND for RGBA on android, it's too slow Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] macosx: Custom caching option should not set values

2012-01-18 Thread Brendon Justin
vlc | branch: master | Brendon Justin brendonjus...@gmail.com | Wed Jan 18 16:35:39 2012 -0500| [fa4b920d664728768c3d15fe7ffc0f0a348cce9e] | committer: Jean-Baptiste Kempf macosx: Custom caching option should not set values Selecting 'Custom' for cache level in simple preferences should leave

[vlc-commits] macosx: Cache level pref should set file-caching

2012-01-18 Thread Brendon Justin
vlc | branch: master | Brendon Justin brendonjus...@gmail.com | Wed Jan 18 16:35:40 2012 -0500| [c422cdda4db1e9f69f53e198de8c01ee691f5157] | committer: Jean-Baptiste Kempf macosx: Cache level pref should set file-caching The cache level dropdown in simple preferences previously did not change

[vlc-commits] Contribs: update live555 to latest snapshot

2012-01-18 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Fri Dec 16 00:22:14 2011 +0100| [4567b66189dbf45e87e82eadc541b7d70cc2d5c3] | committer: Jean-Baptiste Kempf Contribs: update live555 to latest snapshot The patches are not necessary anymore (merged) and the last issue, setlocale is

[vlc-commits] macosx: Custom caching option should not set values

2012-01-18 Thread Brendon Justin
vlc/vlc-1.2 | branch: master | Brendon Justin brendonjus...@gmail.com | Wed Jan 18 16:35:39 2012 -0500| [d72394921280b585cd06177a8c567cde2e6a7b1a] | committer: Jean-Baptiste Kempf macosx: Custom caching option should not set values Selecting 'Custom' for cache level in simple preferences

[vlc-commits] macosx: Cache level pref should set file-caching

2012-01-18 Thread Brendon Justin
vlc/vlc-1.2 | branch: master | Brendon Justin brendonjus...@gmail.com | Wed Jan 18 16:35:40 2012 -0500| [881baaa2acd3a0cd7f3d934b85f09e864445743a] | committer: Jean-Baptiste Kempf macosx: Cache level pref should set file-caching The cache level dropdown in simple preferences previously did not

[vlc-commits] youtube.lua: update to new website changes

2012-01-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Thu Jan 19 03:45:19 2012 +0100| [0137d3be215be27d29224bd04f921e41e9cac145] | committer: Pierre Ynard youtube.lua: update to new website changes

[vlc-commits] youtube.lua: update to new website changes

2012-01-18 Thread Pierre Ynard
vlc/vlc-1.2 | branch: master | Pierre Ynard linkfa...@yahoo.fr | Thu Jan 19 03:45:19 2012 +0100| [f459d157b3ccdeb83c04d9776e9b8729f76f61ec] | committer: Pierre Ynard youtube.lua: update to new website changes (cherry picked from commit 0137d3be215be27d29224bd04f921e41e9cac145) Signed-off-by: