- 30 Sep, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 28 Sep, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 26 Sep, 2011 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Denis Arnaud authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 25 Sep, 2011 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Sep, 2011 2 commits
-
-
Lorenzo Pistone authored
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr> (cherry picked from commit 7ffe01c7df0cca88e71b9079b961d05aee9b08de) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 553fa2da4ecc8a55cbaaefdc6ad4ed2b3eb7f48f) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 16 Sep, 2011 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 05 Sep, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 Sep, 2011 3 commits
-
-
Christophe Mutricy authored
Translation from Xabier Aramendi <azpidatziak@gmail.com> Conflicts: extras/package/win32/vlc.win32.nsi.in
-
Christophe Mutricy authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Xabier Aramendi authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
- 01 Sep, 2011 1 commit
-
-
Rémi Denis-Courmont authored
...and fix buffer read overflow.
-
- 25 Aug, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
Fix #4479 See https://bugs.kde.org/show_bug.cgi?id=279973 (cherry picked from commit 9285476128051fd0b5ae2983d619289d110b12eb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #4926 (cherry picked from commit f778aeaecf50a5a69ada15714effe331d8905340) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Aug, 2011 1 commit
-
-
Fumio Nakayama authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 16 Aug, 2011 2 commits
-
-
Michał Trzebiatowski authored
-
Denis ARNAUD authored
-
- 11 Aug, 2011 5 commits
-
-
Rémi Denis-Courmont authored
...for good this time (yeah right). (cherry picked from commit 3e00fa130e30266dcb6b6ae75384ae69d46f50f3)
-
Rémi Denis-Courmont authored
This happens almost all the time, and is unfortunately normal behavior. (cherry picked from commit e51fad4ca63581c99a4e7dd663e04e0f5be18d58) Conflicts: modules/audio_output/pulse.c
-
Rémi Denis-Courmont authored
(not cherry picked from commit 6b43a1d3cdd2047bbe86d0b584e550e1fda060e0)
-
Rémi Denis-Courmont authored
This should fix the infrequent assertions failures at exit. (cherry picked from commit 2e09a58d867f214a18c964684712842a971d1919) Conflicts: modules/audio_output/pulse.c
-
Rémi Denis-Courmont authored
If all activated streams are EOF ones, 'i_stream' was incorrectly set to p_sys->i_track. Then AVI_StreamChunkSet() crashes. (cherry picked from commit 2344ab6ae1f2db7e1c079edeecaec410ad52b119)
-
- 05 Aug, 2011 1 commit
-
-
Pierre Ynard authored
(cherry picked from commit 7158aaea585c198a4e536af1be9f3cbbe2e62f74) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 04 Aug, 2011 2 commits
-
-
Erwan Tulou authored
if libvlc users disable both mouse and keyboard events, chances are they're trying to regain control over them. The WS_DISABLED flag exactly fits this need. The only thing is that it is an overall flag that doesn't differentiate mouse and keyboard.
-
Pierre Ynard authored
(cherry picked from commit 90dfae907387cd136de35b1da4feab46d10a1a52) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 02 Aug, 2011 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit d792d6842f586129fb2fa144e138800fb83241c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Florian Hubold authored
(not cherry-picked from commit 0084be7d529ac3ca3d7fb6649a3b9fa93e7d9296) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 01 Aug, 2011 3 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
The metadata structure would not be zeroed when title or artist were missing (cherry picked from commit b357472ac5a4887a97909ba8c7d14227ae1d3d8b) Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Rafaël Carré authored
(cherry picked from commit ae3390dc8dc90eab07ef8fff8218939f01aafb60) Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 31 Jul, 2011 3 commits
-
-
Rémi Denis-Courmont authored
This time, it should work (famous last words). (cherry picked from commit 7dc50c98a523b9a2dc0e0255868f1a17757c1a10) Conflicts: modules/audio_output/pulse.c
-
Rémi Denis-Courmont authored
1kHz is way too much for human perception. (cherry picked from commit a97f3aa7dab9f58b55dbf489677c9a1ab22875f1) Conflicts: modules/audio_output/pulse.c
-
Rémi Denis-Courmont authored
This unfortunately inserts silence shortly after resuming, right after the samples that were held in the buffer during pause. This can possibly be avoided with prebuffering (not tested). (cherry picked from commit 819065990b37da8491d82c3538eca6b8a4d516f3) This commit is only backported to ease further backports. Audio output plugins have no notion of "resuming from pause" in VLC 1.1. Conflicts: modules/audio_output/pulse.c
-