- 17 Oct, 2003 5 commits
-
-
zorglub authored
* Escape < and > to prevent script injections (could be done easily with crappy playlist items)
-
gbazin authored
* Makefile.am: don't forget include/vlc_keys.h in "make dist"
-
gbazin 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).
-
ipkiss 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().
-
gbazin 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
-
-
gbazin authored
Check p_playlist->i_index is != -1 as well.
-
- 15 Oct, 2003 3 commits
-
-
gbazin authored
* modules/video_filter/*: forward fullscreen event between children and parent.
-
gbazin 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.
-
gbazin authored
* modules/control/http.c: small bug fix. * mozilla/vlcshell.cpp: win32 fix.
-
- 14 Oct, 2003 4 commits
-
-
gbazin authored
* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
-
gbazin authored
* modules/gui/wxwindows/*: don't forget to delete the timer. Use wxApp::OnExit() to cleanup the dialogs provider. Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu. * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS. Don't forget to attach/detach the dialogs provider to its parent intf. Work around a bug in imlib2 when we close the plugin. * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers. * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
-
Alexis de Lattre authored
-
Alexis de Lattre authored
-
- 13 Oct, 2003 1 commit
-
-
zorglub authored
* NEWS: added some more stuff
-
- 12 Oct, 2003 3 commits
-
-
hartman authored
* Added the new es language to the preferences * Updated same stuff in the NEWS file, new release will still take a long time * Updated the subtitle info in the README file.
-
hartman authored
like dropdown lists, with no selection. it therefore selects the first item in this case microdvd, which then has the potential that you can save and set this sub-type accidently.
-
gbazin authored
* src/video_output/video_text.h: removed useless file.
-
- 11 Oct, 2003 3 commits
-
-
hartman authored
* ALL: use a counter and pass this along to New_Subtitle, so we can add more than one subtitle file. This 'fixes' a problem where all subtitles got the same track_id and therefore were all (un)selected at the same time.
-
hartman authored
The day i understand strings and memory in C is going to be a joyful day :) * modules/demux/mkv.cpp: fixed an error if there is no ICONV support
-
hartman authored
-
- 10 Oct, 2003 4 commits
-
-
Alexis de Lattre authored
-
gbazin authored
* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers. * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
-
Alexis de Lattre authored
-
Alexis de Lattre authored
P.S. : it compiles fine, but I can't figure out how to change the language on the CVS version of VLC, so I couldn't test it.
-
- 09 Oct, 2003 7 commits
-
-
gbazin authored
* modules/stream_out/transcode.c: yes, I can do it!
-
gbazin authored
* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
-
gbazin authored
* modules/stream_out/transcode.c: couple of fixes. * modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams. * modules/mux/ogg.c: ignore pts from headers.
-
Christophe Massiot authored
IT IN ???
-
gbazin authored
-
gbazin authored
* modules/mux/ogg.c: fixed packing of OggDS structure.
-
gbazin authored
-
- 08 Oct, 2003 8 commits
-
-
gbazin authored
* modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
-
gbazin authored
* modules/demux/util/sub.c: fix when no subs specified. * modules/video_output/x11/xcommon.c: fixed invalid chroma. * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
-
gbazin authored
* include/vlc_codec.h: defines decoders/encoders related structures here. * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame. * include/vlc/decoder.h: include vlc_codec.h * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types. * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder. * src/input/*: some cleanup.
-
gbazin authored
* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support. * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
-
gbazin authored
* modules/misc/sap.c: fixed win32 breakage.
-
zorglub authored
-
zorglub authored
-
zorglub authored
* modules/misc/sap.c: added sanity checks and more coding style fixes * src/video_output/video_output.c: Video filters can now be enabled on the fly (vout is respawned) You need to var_Set( p_vout, "filters", psz_yourvalue) for this * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
-
- 07 Oct, 2003 1 commit
-
-
Sam Hocevar authored
-