- 26 Oct, 2003 1 commit
-
-
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 14 commits
-
-
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.
-
Gildas Bazin authored
* modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.
-
Sam Hocevar authored
+ Renamed fft_init into visual_fft_init because of a name clash with the ffmpeg libraries. + Replaced u8 s16 etc. with uint8_t int16_t etc.
-
Sam Hocevar authored
put the declarations in extern "C" {} in C++ modules.
-
Sam Hocevar authored
* configure.ac: Removed mention of plugin packetizer_mpegaudio which does not exist.
-
Sam Hocevar authored
ttf-thryomanes instead of ttf-freefonts (not available).
-
Sam Hocevar authored
+ Activated the speex codec. + Activated the PVR input module.
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Disabled the deprecated satellite plugin; the dvb plugin is now the recommended one (Closes: #216367). + Don't install fortunes in /usr/share/games, they are too private for common mortals (Closes: #212856). They are still available in the /usr/share/doc/vlc directory though. * debian/control: + Depend on ttf-freefont for subtitles.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Benjamin Pracht authored
-
- 23 Oct, 2003 13 commits
-
-
Sigmund Augdal Helberg authored
* Bidi support in the freetype module through fribidi
-
Benjamin Pracht authored
-
Gildas Bazin authored
* modules/audio_output/alsa.c: recover more easily in case of underrun.
-
Gildas Bazin authored
* modules/codec/mpeg_audio.c: debug_message--;
-
Gildas Bazin authored
* include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes(). * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
-
Sam Hocevar authored
+ Detect <mozilla-config.h> on newer Mozilla versions. * mozilla/vlcpeer.cpp: + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX. + Use <mozilla-config.h> whenever possible.
-
Gildas Bazin authored
* modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
-
Sam Hocevar authored
it can later be used from outside as well.
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Sam Hocevar authored
checked, to prevent inadvertent file losses.
-
Jean-Paul Saman authored
- fixed border cases with peeking in the packet.
-
Gildas Bazin authored
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
-
- 22 Oct, 2003 5 commits
-
-
Gildas Bazin authored
* NEWS, modules/LIST: updated with the new features.
-
Olivier Teulière 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
-
Gildas Bazin authored
* modules/codec/speex.c: fixed a couple of bugs.
-
Gildas Bazin 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.
-