- 14 Jun, 2015 3 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 13 Jun, 2015 23 commits
-
-
Erwan Tulou authored
problem reported by Timothy B. Terriberry" <tterribe@xiph.org>
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
fmt cat is checked/mapped earlier against handler
-
Jean-Baptiste Kempf authored
Close #14803
-
Francois Cartegnie authored
Also adds the missing restart on MP4Leaf demux mode
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
8 and a half years should have been enough to transition.
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Linux manual strongly advises against using tempnam().
-
Erwan Tulou authored
-
David Fuhrmann authored
This workarounds a bug in the cocoa framework. close #9903
-
David Fuhrmann authored
This is the target called from our makefile scripts. Rename it so it is more clear that it should not be called in Xcode directly.
-
David Fuhrmann authored
This adds several build targets to the project for doing all needed steps for compilation. Additionally, they are some schemes included which are intended to be used for compilation: - "Rebuild everything" builds all targets in the right order, including extras/tools, contribs, bootstrap, configure, make and make VLC-dev. This scheme should be used once to setup everything. For later builds, you should switch to the Make project scheme. - "Make project" runs "make && make VLC-dev.app", to only recompile files if needed. Additionally, it creates a VLC-dev.app for testing. The end result will be stored in the build folder set in Xcode. Both VLC.app and VLC-dev.app can be accessed by using the "Build artifacts" folder, and showing the files in finder.
-
- 12 Jun, 2015 14 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
file is already utf8 encoded, since it is a string that comes from the theme.xml description file, and therefore it is expected to be utf8.
-
Erwan Tulou authored
- on Windows, the ressource paths are already UTF8 encoded. bug fixed - on Linux, the function is a noop - on OS2, config_GetDataDir() may need a fix (two paths, the former returns locale, the latter UTF8)
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
On Windows, gzopen() doesn't fully support Microsoft wide char either. So, use vlc_open() + gzdopen(). For OS2 and Linux, no functional change.
-
Erwan Tulou authored
On Windows, unzOpen() doesn't fully support Microsoft wide char. So, use unzOpen2() with a callback to use vlc_fopen() instead of the default fopen(). This fixes situations where a skin filename or path contains e.g Japanese characters whatever the Windows locale. For OS2 and Linux, no functional change.
-
Erwan Tulou authored
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Arjun Sreedharan authored
also maintain uniform case "CSeq" throughout. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-