- 21 Oct, 2003 4 commits
-
-
Gildas Bazin authored
* configure.ac: tell the build system that mkv is a c++ plugin.
-
Derk-Jan Hartman authored
-
Eric Petit authored
-
Eric Petit authored
+ updated libebml/libmatroska detection as matroska headers no longer include ebml headers directly. Hope you upgraded it - if not, you'll have to set your CFLAGS accordingly. + on BeOS, libmkv_plugin.so has to be linked to libstdc++ modules/control/http.c: + fix for gcc != 3
-
- 20 Oct, 2003 11 commits
-
-
Laurent Aimar authored
interface (up to date, but a bit technical...). Btw, the first who ask me to write another documentation will just go to hell ;)
-
Gildas Bazin authored
* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
-
Gildas Bazin authored
* Makefile.am, install-win32: include the mozilla plugin in the win32 package. You'll still have to install the mozilla plugin manually though.
-
Gildas Bazin authored
* modules/demux/avi/libavi.c: multiline strings are not valid C.
-
Clément Stenac authored
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
-
Gildas Bazin authored
* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
-
Derk-Jan Hartman authored
multiple times anymore.
-
- 19 Oct, 2003 12 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build. Small cosmetic fixes to the code. * modules/gui/wxwindows/menus.cpp: added a couple of new options.
-
Derk-Jan Hartman authored
* modules/gui/macosx/*: - remove the enqueue option from the open panel. why did i even add it? KISS - better use of name and uri fields of playlist_item_t - when users d&d a CD on VLC, it will now play. This breaks d&d folders located on a CD for now. Not really important but should be fixed later on.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
separate widgets. This makes preferences.cpp much cleaner and opens up greater possibilities for the config item controls. * Added "browse..." button to CONFIG_ITEM_DIRECTORY * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0 * Made it possible to change CONFIG_ITEM_KEY options with the preferences dialog
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
- print a debug message in case of 0xfffe audio This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio - use c-style comments * modules/gui/macosx/info.m: - release your objects when you finished using them.
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
-
Gildas Bazin authored
* src/playlist/playlist.c: fixed locking problem. * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
-
- 18 Oct, 2003 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
and start are legal tags. I added a local_stristr (also sometime known as strcasestr) function to this file. It probably doesn't belong here, anyone is welcome to move it.
-
Gildas Bazin authored
* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
-
- 17 Oct, 2003 7 commits
-
-
Gildas Bazin authored
-
Olivier Teulière authored
* doc/skins/events-howto.txt: Updated the doc accordingly
-
Clément Stenac authored
* Escape < and > to prevent script injections (could be done easily with crappy playlist items)
-
Gildas Bazin authored
* Makefile.am: don't forget include/vlc_keys.h in "make dist"
-
Gildas Bazin authored
* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
-
Olivier Teulière authored
Added an "Always on top" entry in the system menu (it can also be triggered by Ctrl+T). Implemented on Windows only, but to do that on X11 you just need to write X11Window::ToggleOnTop().
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel. * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume. * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var. Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks. * modules/mux/mp4.c: fixed the audio/video sync.
-
- 16 Oct, 2003 1 commit
-
-
Gildas Bazin authored
Check p_playlist->i_index is != -1 as well.
-
- 15 Oct, 2003 2 commits
-
-
Gildas Bazin authored
* modules/video_filter/*: forward fullscreen event between children and parent.
-
Gildas Bazin authored
* modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks. * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice. * modules/gui/wxwindows/menus.cpp: small cosmetic changes.
-