Skip to content
Snippets Groups Projects
  1. Aug 07, 2002
  2. Aug 06, 2002
  3. Aug 05, 2002
  4. Aug 04, 2002
  5. Jul 31, 2002
  6. Jul 24, 2002
  7. Jul 23, 2002
    • Christophe Massiot's avatar
      Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se> · bd0431f6
      Christophe Massiot authored
      (incomplete and untested).
      bd0431f6
    • Samuel Hocevar's avatar
      * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output). · 255db009
      Samuel 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
    • Samuel Hocevar's avatar
      * ALL: decoders now use a fourcc as a probe value. · 64d33dc9
      Samuel 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
  8. Jul 22, 2002
  9. Jul 21, 2002
  10. Jul 20, 2002
  11. Jul 18, 2002
  12. Jul 17, 2002
  13. Jul 15, 2002
  14. Jul 05, 2002
  15. Jul 04, 2002
  16. Jul 02, 2002
  17. Jun 18, 2002
  18. Jun 11, 2002
    • gbazin's avatar
      · cecb7e86
      gbazin authored
      * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
      CONFIG_*.
      * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
      ./plugins/filter/transform.c, ./plugins/filter/distort.c,
      ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
      configuration macro.
      * ./include/modules.h, ./include/video_output.h,
      ./src/video_output/video_output.c, ./plugins/filters/*: added a
      VOUT_FILTER capability. Having a clear distinction between VOUTs and
      VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
      stackable now (use --filter=foo:bar:foo etc..).
      * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
      added an ADD_USAGE_HINT() configuration macro.
      cecb7e86
  19. Jun 10, 2002
  20. Jun 08, 2002
  21. Jun 07, 2002
  22. Jun 04, 2002
    • Samuel Hocevar's avatar
      (new in MAIN) · 7291e0a7
      Samuel Hocevar authored
        * ./src/interface/interface.c: interfaces are no longer attached only to
          p_vlc.
        * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
          ./src/input/input.c: improvements in the playlist handling (not quite that
          yet though).
      (ported from v0_4_1_branch)
        * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
        * ./src/misc/configuration.c: fixed the --nofoo option handling.
        * ./src/interface/main.c: fixed two compilation warnings under Solaris.
      7291e0a7
  23. Jun 03, 2002
  24. Jun 02, 2002
Loading