Skip to content
Snippets Groups Projects
  1. Mar 31, 2003
    • Laurent Aimar's avatar
      * v4l: forgot a munmap. · 20b1d95d
      Laurent Aimar authored
      20b1d95d
    • Laurent Aimar's avatar
      * v4l: updated, now it should grab (and compress if you want) the video. · 8c1b6050
      Laurent Aimar authored
      Audio grabbing part is commented out and untested.
       The syntax is like that:
        v4l:<device>[:option=value:...]
       options: channel,norm (pal, ntsc,secam), frequency (not really there is
                a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
                codec (optional, mpeg1 or mpeg4 and need to have compiled the
                encoders modules)
       ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
       Please test.
       * rawvideo.c: a pseudo decoder for raw video (I420).
       * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
      synchro problems.
      8c1b6050
  2. Mar 30, 2003
    • Jon Lech Johansen's avatar
    • gbazin's avatar
      · 00afb055
      gbazin authored
      * modules/gui/wxwindows/*: another bunch of improvements.
      00afb055
    • gbazin's avatar
      · a1e81377
      gbazin authored
      * modules/*: sanitization of the modules description strings.
      a1e81377
    • gbazin's avatar
      · 5d2949dc
      gbazin authored
      * modules/gui/wxwindows/*: small formating changes.
      * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
      5d2949dc
    • gbazin's avatar
      · 656d9c97
      gbazin authored
      * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
      656d9c97
    • gbazin's avatar
      · 17a31fd8
      gbazin authored
      * include/configuration.h: added the add_directory() config macro.
      * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
      * ALL: changed some add_string() config options to add_file().
      17a31fd8
    • sigmunau's avatar
    • gbazin's avatar
      · 4eb628bc
      gbazin authored
      * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
      * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
      4eb628bc
    • sigmunau's avatar
    • sigmunau's avatar
      modules/gui/kde/interface.cpp: removed a debug message · c2aa6f8e
      sigmunau authored
      modules/gui/kde/preferences.cpp: use sliders for integer and float options
      with a range, use combobox for string_from_list options, fixed a layout
      issue and removed some debug messages
      c2aa6f8e
    • sigmunau's avatar
      modules/access/dvdplay/dvd.c: removed an unused configuration category · a91ad06c
      sigmunau authored
      modules&misc/logger/logger.c: use add_string_from_list for the logmode
      option
      a91ad06c
    • gbazin's avatar
      · 7587d7ef
      gbazin authored
      * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
      * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
      * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
      * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
      7587d7ef
    • gbazin's avatar
      · a79ca7b6
      gbazin authored
      * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
      a79ca7b6
    • Christophe Massiot's avatar
  3. Mar 29, 2003
    • gbazin's avatar
      · 912d212c
      gbazin authored
      * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
      * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
         win32 when the wxwindows interface is compiled as a builtin.
      912d212c
    • sigmunau's avatar
      preferences.cpp: Changed the preferences dialog to use a tree of categories · 6f1c7457
      sigmunau authored
      and plugins, the way wxwindows do it.
      pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
      widgets, as it isn't needed anymore
      6f1c7457
    • sigmunau's avatar
      removed an unused configuration category · 70f82bff
      sigmunau authored
      70f82bff
    • gbazin's avatar
      · c32ee2a6
      gbazin authored
      * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
         moved the headphone-dim config option to the headphone plugin.
      * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
      * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
      c32ee2a6
    • gbazin's avatar
      · a8bded2e
      gbazin authored
      * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
      a8bded2e
    • Jean-Paul Saman's avatar
      If --disable-xosd is given then xosdtext is not build. · 7755dab3
      Jean-Paul Saman authored
      If --enable-xose is given then xosdtext is build also.
      7755dab3
    • gbazin's avatar
      · 5efb3f69
      gbazin authored
      * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
      5efb3f69
  4. Mar 28, 2003
  5. Mar 26, 2003
  6. Mar 25, 2003
Loading