1. 23 Jul, 2002 10 commits
    • Sam Hocevar's avatar
      * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes. · 8877066d
      Sam Hocevar authored
         Usage: "--codec dummy" will use the dummy decoder for all streams, and
        save the stream to a stream.1242 file (where 1242 is the internal vlc
        object ID). If the input file was for instance an mpeg file, you can
        play one of the resulting files using an mp3 player.
      8877066d
    • Sam Hocevar's avatar
      * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output). · 255db009
      Sam Hocevar authored
        * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
        * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
          add them to the vlc-config output.
      255db009
    • Stéphane Borel's avatar
      *first version of plugin for libdvdplay. To test it, you need to have · 8a430a88
      Stéphane Borel authored
       libdvdplay installed (available from videolan CVS), and request plugins
      compilation in the usual way:
      	--enable-dvdplay.
      Note that libdvdplay needs libdvdread and libdvdcss.
      
      Currently it has only been tested under linux, with gnome interface (optional)
      and xvideo output.
      
      What works (more or less):
       -DVD reading in some rare cases :) (title and menus),
       -Menu pause,
       -Seeking,
       -Selecting directly a specific title/chapter/angle,
       -Changing audio, sub-picture, angle during playback,
       -Interactive menus with mouse only.
      
      What is missing:
       -Menu buttons highlighting (needs spudec patch),
       -Keyboard interaction (needs a specific part in port specific plugins),
       -A specific interface to navigate through menus (needs that I move my ass),
       -Interactive menus won't work with other output plugins so long as they
        have not been patched to send mouse/keyboard events to vlc interface,
       -Whatever you need.
      
      Known bugs (bugs in libdvdplay mostly):
       -Seeking in some menus or intro titles (bad vobu map),
       -Read/seek error with some DVDs,
       -the configure needs tweaking,
       -numerous segfaults,
       -decoder/output modules locking error,
       -fuzzy colors in menus when spudec is active (default in menus).
      
      The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
      8a430a88
    • Stéphane Borel's avatar
    • Jean-Paul Saman's avatar
      Interface neatly exits now. · ba3401fa
      Jean-Paul Saman authored
      ba3401fa
    • Laurent Aimar's avatar
      * cinepak: add a new fourcc · 6f67ff83
      Laurent Aimar authored
       * ffmpeg and mp4: some clean up and change the way ffmpeg is
      initialised.
      6f67ff83
    • Tony Castley's avatar
      Fixed code for subtitle and audio selection, still probs but looking. · d5eeda89
      Tony Castley authored
      Implemented muting
      d5eeda89
    • Tony Castley's avatar
      Changes to ensure BeOS plugins compile and function · 2a2cf8b1
      Tony Castley authored
      Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
      vlc structurs, yet to be completed.
      Attempted to fix subtitle and audio selection, currently not working.
      2a2cf8b1
    • Sam Hocevar's avatar
      * ALL: decoders now use a fourcc as a probe value. · 64d33dc9
      Sam Hocevar authored
        * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
          its purpose.
        * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
        * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
          always valid.
      
        * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
          vlc --help for more information.
      
        * include/video.h: removed fourcc values which should _not_ be global
          (thanks fenrir for convincing me).
        * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
        * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
          input_ChangeES.
      
         Things I'm not sure about and need comments:
          - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
          - I also introduced "spu ", "lpcm" and "ac3 ".
          - I removed for instance "MP4_GetCodec" because it wasn't really
            used except for the description string. I hope this change did not
            break anything really important.
          - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
      64d33dc9
    • Sam Hocevar's avatar
      * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first · 97bf3e7d
      Sam Hocevar authored
          vasprintf arguments to NULL for extra safety.
      97bf3e7d
  2. 22 Jul, 2002 10 commits
  3. 21 Jul, 2002 12 commits
  4. 20 Jul, 2002 3 commits
  5. 19 Jul, 2002 2 commits
  6. 18 Jul, 2002 3 commits