- 05 Oct, 2003 5 commits
-
-
Sam Hocevar authored
+ As platform-dependant dynamic loader functions are no longer inline, moved them to modules.c which is their real place. + More verbose error messages on some platforms.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Clément Stenac authored
-
Gildas Bazin authored
* modules/codec/mpeg_audio.c: fixes and improvements. * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
-
- 04 Oct, 2003 12 commits
-
-
Sigmund Augdal Helberg authored
* Increased size of and decreased margins around the section heading. It looks nice now.
-
Gildas Bazin 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.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
module loading to fail.
-
Sam Hocevar authored
loader.
-
Gildas Bazin authored
* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api. * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
-
Gildas Bazin authored
* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
-
Sam 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.
-
Gildas Bazin 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.
-
- 03 Oct, 2003 4 commits
-
-
Sigmund Augdal Helberg authored
modules/gui/wxwindows/preferences.cpp: * slightly modified layout of the window * The help text is now below the controls * Neither heading nor help text is inside wxStaticBox but rather separated from the controls with a simple line. * changed a lot of strech-factors, makes the dialog look generally more tidy
-
Gildas Bazin authored
* modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
-
Jean-Paul Saman authored
-
Sam Hocevar authored
-
- 02 Oct, 2003 6 commits
-
-
Gildas Bazin authored
* modules/codec/cinepak.c: ported the cinepak decoder to the new api.
-
Derk-Jan Hartman authored
-
Jean-Paul Saman authored
- cleanup of messages - adding status events messages from frontend - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
-
Derk-Jan Hartman authored
- Removed a dupe. - Added a 'L' commandline shortcut for loop and 'R' for repeat. There already is a 'Z' shortcut for random. * modules/codec/subsdec.c: debug info.
-
Jean-Paul Saman authored
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
-
Derk-Jan Hartman authored
-
- 01 Oct, 2003 10 commits
-
-
Derk-Jan Hartman authored
* src/libvlc.h: spelling error * include/ninput.h: There should not yet be a Subtitles section in Doxygen * src/input/subtitles.c: Doxygen comments for this file
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Added the new cinepak and msrle codecs as well as some other forgotten stuff
-
Gildas Bazin authored
* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
-
Jean-Paul Saman authored
Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: - it compiles ;-) - will have more UI assets to tweak with, then the old interface had to name a few: supports stream out, camera's through v4l, use preferences, manage playlists, play audio/video local and from a network source - is not functional (yet) So expect more functionality to come in and the necessary bug fixes.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/codec/a52.c: fixes and simplifications.
-
Gildas Bazin authored
* modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
-
Sam Hocevar authored
-
- 30 Sep, 2003 3 commits
-
-
Gildas Bazin authored
* include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
-
Gildas Bazin authored
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec. * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks. * modules/codec/a52.c: modified to use the bytestream reading functions. The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
-
Derk-Jan Hartman authored
-