- 29 Oct, 2003 5 commits
-
-
Gildas Bazin authored
* modules/video_output/directx/events.c: fixed key modifiers detection. * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
And this is no final solution, i think it should be handled in VLCApplication.
-
Gildas Bazin authored
* ALL: improved hotkeys support.
-
Sigmund Augdal Helberg authored
* fixed freetype module on big endian systems * removed a nasty debug line * cosmetic fix
-
- 28 Oct, 2003 7 commits
-
-
Gildas Bazin authored
* modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers. * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* include/vlc_keys.h: added some extra keys on my keyboard.
-
Gildas Bazin authored
* modules/misc/freetype.c: fixed default font on win32.
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/postprocess.c: idem for postprocessing.
-
Olivier Teulière authored
-
- 27 Oct, 2003 10 commits
-
-
Jean-Paul Saman authored
* File tab is beginning to work * Adding file to Playlist begins to work Note: not very usefull yet.
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
-
Gildas Bazin authored
* src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
-
Gildas Bazin authored
* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
-
Rocky Bernstein authored
an MPEG. Instead save that position seek to the beggining and restore the position. This allows Video CD's to be able to start from an entry other than the first one of a track.
-
Gildas Bazin authored
* modules/codec/vorbis.c: fixed vorbis encoding. * modules/codec/ffmpeg/*: fixed ffmpeg encoding. * modules/stream_out/transcode.c: transcoding is working again.
-
Damien Lucas authored
only iso-639-2T codes were decoded
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api. Isolated the video postprocessing routines in postprocess.c * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c, include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c. transcode now uses encoder plugins (currently ffmpeg, vorbis and theora). PS: transcoding is currently a bit broken but I'll fix that ASAP.
-
- 26 Oct, 2003 10 commits
-
-
Sigmund Augdal Helberg authored
* report F1 to F12 keys
-
Gildas Bazin authored
* modules/video_output/x11/xcommon.c: compilation fix.
-
Gildas Bazin authored
* Makefile.am: strip the mozilla plugin when doing the win32 package. * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
-
Gildas Bazin authored
* configure.ac: check for mozilla-config.h on win32 as well. * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sigmund Augdal Helberg authored
* use new key-pressed in p_vlc, and not the one in p_vout src/video_output/video_output.c: * do not create the key-pressed variable in p_vout
-
Gildas Bazin authored
* INSTALL.win32: updated build instructions.
-
Gildas Bazin authored
* configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
-
Sigmund Augdal Helberg authored
* created a variable "key-pressed" in p_vlc that can be used to report or read key presses * allways try to start hotkeys interface in the background configure.ac, modules/control/Modules.am, modules/control/hotkeys.c: * a new control module that reads keypresses from "key-pressed" and performs an action depending on what is asosiated with this key. Also uses nice on screen messages to indicate what action was performed modules/video_filter/filter_common.h: * removed code to pass old style key reporting through filters modules/video_output/x11/xcommon.c: * report key-presses through the new mechanism. Incomplete, I need help with this.
-
- 25 Oct, 2003 7 commits
-
-
Laurent Aimar authored
Untested -> please report success or faillure.
-
Gildas Bazin authored
* bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Fixed a typo causing the Mozilla plugin build to fail. + Call the generic rule in "all" instead of "all-am" to spare one make level of recursion.
-
Sam Hocevar authored
+ Smaller makefiles. + Faster builds. Heh.
-
Sam Hocevar authored
+ Removed u8, s8, u16 etc. for good. * ALL: + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
Sam Hocevar authored
errors due to the recent API change in vout_AllocatePicture.
-
- 24 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac: fix for wxWindows headers detection. * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture(). * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure. * include/vlc_video.h: extended video_frame_format_t. * modules/codec/rawvideo.c: ported to the new decoder api. * modules/video_output/x11/*: simplifications.
-