- 21 May, 2010 1 commit
-
-
Laurent Aimar authored
(cherry picked from commit 9adcbb2f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 May, 2010 14 commits
-
-
Laurent Aimar authored
It seems that decoders not using AVContext::get_buffer() do not initialize AVFrame::reordered_opaque. It is doing the same as [5f6359d0] from vlc master.
-
Rémi Duraffort authored
This close #3646 (cherry picked from commit 07990fcd) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 2936dc510111afdee923854836d92fa4d12c2b9b) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ajith Manjula authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Pierre Ynard authored
This prevented the play time from being updated correctly in the interface when seeking backwards (cherry picked from commit 2ec9749b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f8047838) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 9a2c22d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
I don't like the name of it. (cherry picked from commit b35bf7d5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0e70f9ed) (cherry picked from commit 488fd4bd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
We now should wait for libvpx integration (cherry picked from commit 57fee78f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 88948250) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
based on feedback from fenrir, looks nicer too. (cherry picked from commit 8115853d) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
Thisways find_stream_info() doesn't get stuck with some http-streams (like http://bglive-a.bitgravity.com/twit/live/high ) when trying to seek. Fix #3080 (cherry picked from commit b85d3a07) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 May, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
Manual backport of [2a897d1d]
-
Erwan Tulou authored
(cherry picked from commit d4d14518) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
If, for instance, video is not embedded and visible="vlc.hasVout" is used for a video control, the video control background was not refreshed. Yet, partial redraw (overlapping windows) could occur, leading to a visual artefact. (cherry picked from commit a8fcb7dd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 May, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 4e44edef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #3630 (cherry picked from commit 1e7532bb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #3630 (cherry picked from commit 8cba4462) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
The black borders are removed by modifying the width of the window. It also fixes the behavior of zoom when used in fullscreen. (cherry picked from commit c5c957f9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 May, 2010 6 commits
-
-
Jean-Baptiste Kempf authored
Close #3621 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit fc28b6408283f55819beb36749dfe7abf7611e20) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 5be60a1e3ad2b7810cee90be37889683f21d23b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
For some reasons, only Qt/Win32 is affected. Close #3612 (cherry picked from commit e0ff545e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3627 (cherry picked from commit 5bf9231283106ed14d0eb3272da2db4e60fc6f2e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3622 (cherry picked from commit 9a2fcda2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3607 (cherry picked from commit 97a0b3ba) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 May, 2010 7 commits
-
-
Laurent Aimar authored
(cherry picked from commit fdb3c736) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It is needed to be sure that the first image displayed after a discontinuity (flush or seek) is the right one. Manually cherry-picked from 4979e6d7 by jb Please, double check
-
Laurent Aimar authored
It closes #3512. (cherry picked from commit 035d7c50) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit eeaaabe0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 900c69d6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ilkka Ollakka authored
-
- 15 May, 2010 5 commits
-
-
Christophe Mutricy authored
(cherry picked from commit 7dbad05d) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ajith Manjula authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9427395c)
-