- 01 Jan, 2007 3 commits
-
-
Felix Paul Kühne authored
* using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases
-
Jean-Paul Saman authored
Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me
-
Felix Paul Kühne authored
* added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak.
-
- 31 Dec, 2006 5 commits
-
-
Antoine Cellerier authored
Some testing might be needed I tried on samples: ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov http://www.movie-update.com/download/11372/sm3_sneak_peek.mov According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
-
Felix Paul Kühne authored
* simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2 anymore and we therefore don't need to support pbxbuild either
-
Felix Paul Kühne authored
* some GUI improvements, which need further work once the vout-filter-rework is completed. this commit needs compatibility checking with current IB releases, especially for the folks interested in compiling on 10.3.
-
Felix Paul Kühne authored
-
Sigmund Augdal Helberg authored
the pointer. Fixes #940
-
- 30 Dec, 2006 5 commits
-
-
Sigmund Augdal Helberg authored
doesn't work for the sample stream I tested, but I think that stream is bad
-
Sigmund Augdal Helberg authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Sigmund Augdal Helberg authored
(not particularly beautiful code, but it works)
-
- 29 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 28 Dec, 2006 2 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
- 27 Dec, 2006 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
-
- 26 Dec, 2006 2 commits
-
-
Filippo Carone authored
-
Felix Paul Kühne authored
-
- 25 Dec, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 24 Dec, 2006 3 commits
-
-
Dennis van Amerongen authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 23 Dec, 2006 9 commits
-
-
Clément Stenac authored
-
Christophe Mutricy authored
-
Clément Stenac authored
Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
-
Clément Stenac authored
-
Clément Stenac authored
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
* For the time being, hide simple open. Better three clicks than confusing things :)
-
Dennis van Amerongen authored
-
- 22 Dec, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
The idea is that a given error should be reported only once to the user. At the moment, for example, we can get: - "no suitable access module" (printed by module_Need) - "unable to create access" (printed by input/access) - "unable to open stream" (printed by input/input) - ... The facilities provided here are: * msg_StackSet( code, message ) : "throw" a new error * msg_StackAdd( message ) : Append a message allowing to trace the message * msg_StackMsg() : Retrieve the message So, in the previous example, module_Need would msg_StackSet( code, "no suitable access module"), then input/input would add "unable to create access" and finally, input/input can print the "unable to open stream: unable to create access: no suitable module" message. The three functions are context-free, you don't need a vlc_object, so that we can add verbose error reporting everywhere.
-
Olivier Aubert authored
-