An error occurred fetching the project authors.
- 02 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Aug, 2012 1 commit
-
-
KO Myung-Hun authored
Thie fixes the following error. ----- make.exe[1]: Entering directory `F:/lang/work/vlc/vlc.git/modules/access_output' CC libaccess_output_file_plugin_la-file.lo file.c: In function 'Open': file.c:142: error: 'STDOUT_FILENO' undeclared (first use in this function) file.c:142: error: (Each undeclared identifier is reported only once file.c:142: error: for each function it appears in.) make.exe[1]: *** [libaccess_output_file_plugin_la-file.lo] Error 1 make.exe[1]: Leaving directory `F:/lang/work/vlc/vlc.git/modules/access_output' make.exe: *** [all] Error 2 ----- Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
There are several issues with str_format() and str_format_meta(): - the current playlist item is used rather than the actual input, - the playlist gets activated for nothing, - they assume the output does not outlive to the input (item). This mostly reverts commit cccd51a5.
-
- 04 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jan, 2012 1 commit
-
-
Rémi Denis-Courmont authored
The correct version is selected based on _FILE_OFFSET_BITS.
-
- 08 Apr, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 05 Apr, 2011 1 commit
-
-
KO Myung-Hun authored
Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
- 19 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Oct, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 22 Oct, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jun, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 06 May, 2010 1 commit
-
-
Sébastien Escudier authored
-
- 07 Feb, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Sep, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 23 Jul, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 05 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Feb, 2009 1 commit
-
-
Geoffroy Couprie authored
-
- 27 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 29 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Jun, 2008 1 commit
-
-
Yohann Martineau authored
config.h is now included first, before any other header. Signed-off-by:
Antoine Cellerier <dionoea@videolan.org>
-
- 12 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
O_APPEND puts the file pointer to the end after _each_ write. We want to put it at the end (only) after open. Also allow reading/seeking stdout, as it could be a redirected file (of course, it won't work if it's a terminal)
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 09 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
This is very likely to break .*64 platforms.
-
- 18 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Feb, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Jan, 2007 1 commit
-
-
Antoine Cellerier authored
add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate.
-