- Oct 23, 2003
-
-
Samuel 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.
-
- Oct 22, 2003
-
-
gbazin 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.
-
- Oct 21, 2003
-
-
gbazin authored
* configure.ac: tell the build system that mkv is a c++ plugin.
-
Eric Petit authored
+ 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
-
- Oct 07, 2003
-
-
Samuel Hocevar authored
-
Samuel Hocevar authored
-
- Oct 05, 2003
-
-
Samuel Hocevar authored
+ Better BeOS dynamic loader detection. * src/misc/modules.c: + Consistency fixes.
-
- Oct 04, 2003
-
-
gbazin authored
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein. * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein. * modules/LIST: update.
-
gbazin authored
* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
-
Samuel Hocevar authored
+ First try to detect the OS X native dynamic linker before falling back to dlfcn.h. + Enhanced the dlopen-style loader detection. + Added a check for HP-UX's shl_* functins. * src/misc/modules_plugin.h.in: + Support for the dylib dynamic loader on OS X. + Support for the shl dynamic loader on HP-UX.
-
gbazin authored
* configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support. * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
-
- Oct 02, 2003
-
-
gbazin authored
* modules/codec/cinepak.c: ported the cinepak decoder to the new api.
-
- Oct 01, 2003
-
-
gbazin authored
* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
-
- Sep 27, 2003
-
-
gbazin authored
* install-win32: cosmetic changes. * configure.ac: forgot one include path for the mozilla plugin.
-
- Sep 23, 2003
-
-
gbazin authored
* configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left). * src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
-
- Sep 20, 2003
-
-
gbazin authored
* configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
-
gbazin authored
* configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work). Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree. You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
-
- Sep 09, 2003
-
-
Jean-Paul Saman authored
-
- Sep 07, 2003
-
-
Laurent Aimar authored
-
- Sep 02, 2003
-
-
gbazin authored
* ALL: Introduction of a new api for decoders. The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance. Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported. Don't hold your breath, there is still much work to do before we reach this goal. * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c: Converted to the new api. Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication). New dts and theora packetizers (merged in their respective decoders).
-
- Aug 31, 2003
-
-
Eric Petit authored
-
- Aug 29, 2003
-
-
Laurent Aimar authored
-
- Aug 27, 2003
-
-
gbazin authored
-
- Aug 24, 2003
-
-
gbazin authored
* configure.ac, modules/access/dshow/: brand new DirectShow input plugin. Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
-
- Aug 23, 2003
-
-
Laurent Aimar authored
special goom tree source as I was unable to use standard goom library. (I will provide it once mmx/ppc included) * modules/visualization/Modules.am: added goom * include/vlc_block.h src/misc/block.c: introduce a new data block api (not yet tested, ported from my local new input work).
-
hartman authored
in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then it falls back to trying setlocale (exept on OSX, where this funtion is useless) and then falls back to LC_ALL, LC_TYPE and LANG environment variables. If only the LANG variable is available (like on osx) it tries a countrycode to charset mapping (making an educated guess ). On windows it retrieves the charset with GetACP(). It also has an aliases system to transform incompatible charset description strings to libiconv compatible charset descriptions. If you want you can even retrieve the charset on OS/2. * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in the systems charset (or language mapped to charset). It's no more than a guess, and if you open Latin1 subs on your Japanese system you will still need to specify the encoding by hand, but it's better then nothing. * src/playlist/playlist.c: spelling error in a comment.
-
Loïc Minier authored
-
- Aug 21, 2003
-
-
hartman authored
* Decreased the priority of kde interface because of it's unstable nature and not being maintained status.
-
- Aug 19, 2003
-
-
zorglub authored
* modules/visualisation/visual/* : visualization system. It supports multi-effects. At the moment: -dummy (guess what ? it does nothing) -scope (adapted and fixed from sam's one) -random (displays random plots) Todo: - spectrum analyser - movement effects (rotations, scrolls,...) - blur effect ?
-
- Aug 17, 2003
-
-
Alexis de Lattre authored
src/libvlc.h: replaced "VLS" by "streaming server".
-
- Aug 16, 2003
- Aug 14, 2003
-
-
zorglub authored
src, and build it in the stream_out_standard module to avoid a link
-
- Aug 13, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.6.3-cvs * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
-
zorglub authored
* include/announce.h & vlc_common.h: slp_session_t structure definition * module/stream_out/standard.c & src/stream_output/announce.c : SLP announcing support by vlc
-
- Aug 12, 2003
-
-
Samuel Hocevar authored
-
- Aug 10, 2003
-
-
gbazin authored
* ALL: preparing for a 0.6.2 release
-
- Aug 05, 2003
-
-
Jean-Paul Saman authored
The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
-
- Aug 03, 2003
-
-
Eric Petit authored
Makefile.am : cleaned make packages-beos
-
- Aug 02, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.6.2-cvs * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
-