5210 Commits (10b303ec01f33e53bf98ef386cccc615dc120229)
 

Author SHA1 Message Date
Jean-Paul Saman 10b303ec01 Reviewed file: 23 years ago
Gildas Bazin 876e2bb592 * share/skins/default/theme.xml: set "playondrop" to false for the playlist window. 23 years ago
Gildas Bazin 0ca852db5d * NEWS, modules/LIST: updated with the new features. 23 years ago
Olivier Teulière bbf9da7dac * modules/gui/skins/*: Added a "playondrop" attribute to the "Window" 23 years ago
Gildas Bazin 2b22ca834c * modules/codec/speex.c: fixed a couple of bugs. 23 years ago
Gildas Bazin dd9e6708a2 * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex. 23 years ago
Laurent Aimar c106f23b7d * added support for S_SSA and S_ASS old way (fix 1373). 23 years ago
Gildas Bazin 1547721fd3 * modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational). 23 years ago
Gildas Bazin 7f6e157f1a * configure.ac: tell the build system that mkv is a c++ plugin. 23 years ago
Derk-Jan Hartman 9a88dda145 Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options. 23 years ago
Eric Petit b91de5ff8a beos/VlcWrapper.cpp: started to use object variables 23 years ago
Eric Petit fa3d8b417c configure.ac: 23 years ago
Laurent Aimar 0dea3ebd67 * intf-http.txt: small doc about how to write .html page for the http 23 years ago
Gildas Bazin 49603672a3 * src/playlist/playlist.c: added a playlist var_Set( "intf-change" ). 23 years ago
Gildas Bazin 1414f630aa * modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback. 23 years ago
Gildas Bazin 2cead86e31 * Makefile.am, install-win32: include the mozilla plugin in the win32 package. 23 years ago
Gildas Bazin d8799dcf60 * modules/demux/avi/libavi.c: multiline strings are not valid C. 23 years ago
Clément Stenac 45adcf75e1 Removed an awful debug message 23 years ago
Gildas Bazin 3173b30a2d * modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications. 23 years ago
Gildas Bazin de1be1c13f * 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. 23 years ago
Derk-Jan Hartman a51b199274 * even less duplicate entries by id3tags. Dupes are annoying :) 23 years ago
Gildas Bazin c26c8eec7d * modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack. 23 years ago
Derk-Jan Hartman 414b3c3bca * Added a "demuxed-id3" variable to input.c so id3tags won't be parsed 23 years ago
Gildas Bazin 6fc5b53e3e * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build. 23 years ago
Derk-Jan Hartman 908f4efc3c * include/codecs.h: cosmetic fixes. 23 years ago
Sigmund Augdal Helberg 4b33c51d7d modules/gui/wxwindows/interface.cpp: oooops 23 years ago
Sigmund Augdal Helberg cae376f2e8 Factored the code for each of the different types of config options out into 23 years ago
Gildas Bazin ed1df1f770 * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE. 23 years ago
Cyril Deguet f20d985a2c * lalala 23 years ago
Cyril Deguet 7ebb8a7e28 * tried to implement on-top windows on X11, but doesn't work for me :( 23 years ago
Gildas Bazin 65be662091 * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support. 23 years ago
Derk-Jan Hartman 76d5dc167f * Update portugese brazilian translation 23 years ago
Derk-Jan Hartman 898575aa36 * modules/demux/avi/* 23 years ago
Gildas Bazin af0b400d37 * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch. 23 years ago
Gildas Bazin ae9e72a7a7 * src/playlist/playlist.c: fixed locking problem. 23 years ago
Derk-Jan Hartman 0ee11d7b47 * id3tag fills the psz_name and psz_author field of playlist_item_t 23 years ago
Derk-Jan Hartman 61c55d3e29 * The SAMI parses did case sensitive tag parsing. However both START, Start 23 years ago
Gildas Bazin a75d76c11c * modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options. 23 years ago
Gildas Bazin d20e5f4163 * modules/gui/wxwindows/streamout.cpp: fixed the rtp field. 23 years ago
Olivier Teulière c416fc0b88 * modules/gui/skins/src/banks.cpp: Two events had the same shortcut 23 years ago
Clément Stenac 99f278fcea * A few sanity checks 23 years ago
Gildas Bazin 7fc09b6294 * Makefile.am: don't forget include/vlc_keys.h in "make dist" 23 years ago
Gildas Bazin c306264221 * 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). 23 years ago
Olivier Teulière 98fe36c3cb * modules/gui/skins/*: 23 years ago
Gildas Bazin 1ecc320869 * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel. 23 years ago
Gildas Bazin a0d1480b65 * modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object. 23 years ago
Gildas Bazin 8b784013ef * modules/video_filter/*: forward fullscreen event between children and parent. 23 years ago
Gildas Bazin 205c1ecf05 * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc 23 years ago
Gildas Bazin 28ea8cc25d * modules/control/http.c: small bug fix. 23 years ago
Gildas Bazin a4f4d02fdb * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface. 23 years ago