- 04 Aug, 2010 3 commits
-
-
Ilkka Ollakka authored
As it works fine over http if mp4-files are done with mp4box -tight or similar way, in most cases mp4-files aren't done like that and avformat works much better in those cases (don't need to seek so much).
-
Adrien Maglo authored
-
Adrien Maglo authored
-
- 03 Aug, 2010 17 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
lua_osd: add some parameters to the osd.message function to allow the user to set duration and position.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
While the configure checks were platform-agnostic, the implementation was Windows-specific. Worse, this code now conflicts with our Unicode filesystem layer, which uses the same function names. In practice, this code was never used.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
On Windows, wcstombs() converts UTF-16 to ANSI, not to UTF-8.
-
- 02 Aug, 2010 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Olivier Teulière authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They may be inconsistent on broken multi-processor hardware. But the system tick count is causing worse problems with power saving features.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 4d636fa3.
-
Rémi Denis-Courmont authored
This reverts commit a869d39d.
-
Jean-Baptiste Kempf authored
It isn't dangerous, helps people that use those features in playlists, although those playlists are VLC-specific
-
- 01 Aug, 2010 8 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
(still default enabled, but now it's save to use the OS X defaults without bothering about it)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 Jul, 2010 2 commits
-
-
Erwan Tulou authored
Up to now, notification of invalidated subareas was available for controls but yet, the layout always ended up being totally rebuilt. For instance, a small animated image meant a total rebuild of everything. For simple skins, this could go unnoticed, but old computers had much difficulty with more complex skins (e.g wmp11), that were mostly busy rebuilding layouts over and over. This patch ensures that only what needs to be rebuilt is rebuilt. Some skins like wmp11 on Linux do show dramatic improvement with this one patch.
-
Rémi Denis-Courmont authored
-