- 01 Feb, 2012 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
The so-called "Vista/7 helpers" only define interfaces missing from mingw* Remove duplicate declarations already in all mingw headers, include the correct headers instead. Link video outputs against libuuid to get the existing UUID instead of defining our own. Define the C interfaces as Microsoft does it by using lpVtbl for the virtual table pointer. See http://blogs.msdn.com/b/oldnewthing/archive/2004/02/05/68017.aspx Define a C++ interface to TaskbarList3 for qt4, keep the C for video outputs. Define only a C++ interface to IApplicationAssociationRegistrationUI Define TaskbarList3->SetTabActive() correctly. See http://msdn.microsoft.com/en-us/library/windows/desktop/dd391699(v=vs.85).aspx ifdef the TaskbarList3 interface because mingw-w64 defines it already.
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
We can only use it at application level Just use the default libav* callback instead which prints to stderr We might want to set libav* verbosity with av_log_set_level()
-
Rafaël Carré authored
We don't need to handle OSX shared libraries anymore It now runs much faster
-
Rafaël Carré authored
detect errors and abort writing if they happen
-
- 31 Jan, 2012 11 commits
-
-
Edward Wang authored
Close #5949 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
In process-level mode we would call the context-level callback
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Close #5964
-
- 30 Jan, 2012 6 commits
-
-
Brad Smith authored
Disable the OSS support on OpenBSD by default. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
This fixes up the *BSD handling within the Operating System check. SYS is now set to the OS without the version attached as provided by ${host_os} (.e.g. openbsd instead of openbsd5.1) to match all the other OS's and simplifies other OS's checks further down. This also allows the script to recognize DragonFly. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
This fixes the libpng check on OpenBSD. Although the code was passing libm to ultimately link the library the test itself was not and thus failing. Also at Remi's request I changed the existing and newly introduced use of -lm to $LIBM. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
-
Rafaël Carré authored
Define it to EFBIG (file too big), it's close enough in this specific use
-
Rafaël Carré authored
- fix bug in ACCESS_GET_PTS_DELAY where it would fall through the next case - print error messages from libavformat - remove useless strdup - check for exclusive access to avio when context open succeeded - support for multiple input / output at the same time with libavformat > 54 (untested)
-
- 29 Jan, 2012 9 commits
-
-
Rafaël Carré authored
ffmpeg/libav doc/APIchanges should not be relied upon
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It seems really unusable on win32
-
Felix Paul Kühne authored
-
David Fuhrmann authored
macosx: implements user choice to autosave volume on exit and changes volume slider range to 0 ... 200% this adds the configuration variable and also the respective gui modifications for simple prefs dialog. Also, this commit changes some spacing in gui to be consistent between the different tabs. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
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>
-
Kaarlo Raiha authored
Since we don't require access to persisted private keys Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-