- 22 Feb, 2006 9 commits
-
-
Antoine Cellerier authored
mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better. distort.c: change line orders.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Scale width if only original height is known.
-
Damien Fouilleul authored
all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Damien Fouilleul authored
all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.
-
Jean-Paul Saman authored
Use include <file.h> for include files that can be found on the include path as provided to the compiler.
-
- 21 Feb, 2006 17 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Felix Paul Kühne authored
* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
-
Antoine Cellerier authored
Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....
-
Damien Fouilleul authored
vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
-
Rémi Denis-Courmont authored
Yet to find a solution for the same problem with shared libvlc
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Mohammed Adnène Trojette authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
- 20 Feb, 2006 4 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Link against -lvlc instead of src/libvlc.so otherwise installed vlc cannot be loaded (closes #555) - Remove src/libvlc.a when src/libvlc.so is built so that previous item does not break Win32 linking <subliminal message>how about using libtool</subliminal message>
-
Derk-Jan Hartman authored
* Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.
-
- 19 Feb, 2006 10 commits
-
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though) - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days As usual, comments on the implementation and the GUI-design are welcome :)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Hmm, there is a nice code duplication between win32 and winCE here)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Link builtins with libvlc instead of vlc (seems to fix shared libvlc on Win32)
-
Rémi Denis-Courmont authored
-