- Oct 23, 2003
-
-
gbazin authored
* modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
-
Samuel Hocevar authored
it can later be used from outside as well.
-
Samuel Hocevar authored
-
gbazin authored
-
Samuel Hocevar authored
checked, to prevent inadvertent file losses.
-
Jean-Paul Saman authored
- fixed border cases with peeking in the packet.
-
gbazin authored
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
-
- Oct 22, 2003
-
-
gbazin authored
* NEWS, modules/LIST: updated with the new features.
-
ipkiss authored
tag, which enables to choose whether drop files should be played directly or only enqueued (default is "true", to be backwards compatible). Implemented on win32 and x11, only tested on win32. * doc/skins/skins-howto.txt: Updated the doc accordingly
-
gbazin authored
* modules/codec/speex.c: fixed a couple of bugs.
-
gbazin authored
* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex. * modules/demux/ogg.c: added support for speex to the Ogg demuxer. * modules/mux/ogg.c: added support for speex to the Ogg muxer. * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices. * modules/access/udp.c: use an object variable and inheritance for "udp-caching". * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
-
Laurent Aimar authored
added removing of all {\xxxx} in the SSA stream.
-
- Oct 21, 2003
-
-
gbazin authored
* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).
-
gbazin authored
* configure.ac: tell the build system that mkv is a c++ plugin.
-
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
-
- Oct 20, 2003
-
-
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 ;)
-
gbazin authored
* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
-
gbazin authored
* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
-
gbazin authored
* Makefile.am, install-win32: include the mozilla plugin in the win32 package. You'll still have to install the mozilla plugin manually though.
-
gbazin authored
* modules/demux/avi/libavi.c: multiline strings are not valid C.
-
zorglub authored
-
gbazin authored
* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
-
gbazin 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.
-
hartman authored
-
gbazin authored
* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
-
hartman authored
multiple times anymore.
-
- Oct 19, 2003
-
-
gbazin 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.
-
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.
-
sigmunau authored
-
sigmunau 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
-
gbazin 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
-
gbazin authored
* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
-
hartman authored
-
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.
-
gbazin authored
* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
-
gbazin authored
* src/playlist/playlist.c: fixed locking problem. * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
-