Jean-Paul Saman
10b303ec01
Reviewed file:
- fixed border cases with peeking in the packet.
23 years ago
Gildas Bazin
876e2bb592
* share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
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"
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
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).
added removing of all {\xxxx} in the SSA stream.
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:
+ 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
23 years ago
Laurent Aimar
0dea3ebd67
* intf-http.txt: small doc about how to write .html page for the http
interface (up to date, but a bit technical...).
Btw, the first who ask me to write another documentation will just go
to hell ;)
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
multiple times anymore.
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.
* 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.
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
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
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/*
- 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.
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
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.
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
* doc/skins/events-howto.txt: Updated the doc accordingly
23 years ago
Clément Stenac
99f278fcea
* A few sanity checks
* Escape < and > to prevent script injections (could be done easily with crappy playlist items)
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/*:
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().
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.
Check p_playlist->i_index is != -1 as well.
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
* 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.
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