- 23 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
* modules/gui/macosx/vout.m: removed some code that was preventing us from using chroma converters. * modules/codec/quicktime.c: - added the video decoder. only works with SVQ3 atm, returns Invalid BITMAPHEADER for some reason in all other cases. - did some cleaning up. this might just work under Win32 now aswell, gibalou will do some testing tomorrow ;) - SVQ3 QT degrades faster then the ffmpeg version, but also recovers faster. I'm not yet sure which one i prefer.
-
- 22 May, 2003 12 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: fixed typo.
-
Gildas Bazin authored
* src/libvlc.h: fixed spelling mistake. * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls. * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Cyril Deguet authored
(so stupid: the flag -lavcodec had to be at the *end* of the line !)
-
Cyril Deguet authored
-
Gildas Bazin authored
* src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* modules/gui/macosx/output.m: removed a debug statement * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* INSTALL.win32: added a small note about running vlc under the msvc debugger. * modules/gui/wxwindows/*: small fixes. * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32. * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
-
- 21 May, 2003 10 commits
-
-
Derk-Jan Hartman authored
version was broken. * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
-
Derk-Jan Hartman authored
* modules/codec/quicktime.c: I added all the audio formats I know QT can handle. except for mp3 ;) * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian, since the problems with this decoder are endian specific according to it's creator.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
-
Derk-Jan Hartman authored
src/libvlc.c: Added a quicktime_lock on SYS_DARWIN * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces of identifying the right Codec to use for decoding to be one of these areas. So when we do this, only one thread at a time can use QT. Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage. * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation. * src/video_output/video_output.c: added a "fullscreen" object variable. * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Laurent Aimar authored
-
- 20 May, 2003 9 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
-
Derk-Jan Hartman authored
- This module provides QDM2 and QDMC sound support on OSX by linking to the native QT libraries. We now have FULL QT trailer support on OSX. - The video part of this decoder is not yet working on OSX. - This can be used for a future win32dll loader system as well.
-
Jean-Paul Saman authored
-
Derk-Jan Hartman authored
* ALL: - added CDDA support - added a "Online Documentation" item to the Help menu - removed some debugging strings
-
Clément Stenac authored
add sap, or sap="Name" in the stream output options
-
Sigmund Augdal Helberg authored
caused AIGALRM. kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming conventions
-
Derk-Jan Hartman authored
* modules/gui/macosx/macosx.m: changed a float into a float with range
-
Derk-Jan Hartman authored
* New prefs dialog much like the wxWindows and BeOS one. - translated instances might be broken. - still need sliders for min/max values - improved sizing should be done.
-
Eric Petit authored
-
- 19 May, 2003 6 commits
-
-
Gildas Bazin authored
* modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
-
Cyril Deguet authored
event handling :(
-
Gildas Bazin authored
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps. * po/*: updated the po files.
-
Gildas Bazin authored
* Bumped version to 0.6.0-test1 * modules/access/cdda.c: decreased the priority of the cdda plugin.
-
Gildas Bazin authored
* src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
-
Gildas Bazin authored
* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
-
- 18 May, 2003 2 commits
-
-
Laurent Aimar authored
removing this ES from the list of selected ES. So, instead we call input_UnselectES.
-
Eric Petit authored
-