- 01 Feb, 2012 31 commits
-
-
Edward Wang authored
Close #5041 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
DWORD is unsigned long, not int http://msdn.microsoft.com/en-us/library/cc230318(v=prot.10).aspx
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is untested but at least it compiles with RoarAudio.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Internally, fluidsynth uses either float or double depending how it was built. Converting to S16N in the library then to something else in VLC was a waste.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
1.0.x is full of memory leaks and race conditions, and lacks features.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The thread is never cancelled anyway.
-
Rémi Denis-Courmont authored
Regression from 6d90bf20
-
Rémi Denis-Courmont authored
This removes one error case and simplifies a bit.
-
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 9 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
-