1. 25 Mar, 2003 6 commits
    • Sam Hocevar's avatar
      * ./m4/*: updated m4 macros. · a0ee0f8a
      Sam Hocevar authored
      a0ee0f8a
    • Gildas Bazin's avatar
      · bb1a6786
      Gildas Bazin authored
      * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
      bb1a6786
    • Sam Hocevar's avatar
      * ./debian/control: bumped up standards version to 0.5.9.0. · 9bfeef47
      Sam Hocevar authored
        * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
          work around mozilla-dev's currently broken dependencies.
        * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
        * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
          linking against both libdvdread2 and libdvdread3.
      9bfeef47
    • Gildas Bazin's avatar
      · 92960f7e
      Gildas Bazin authored
      * src/input/input.c, src/video_output/video_output.c: when the input thread
         ends, it will also destroy the vout if one was spawned.
      92960f7e
    • Gildas Bazin's avatar
      · 8bc47474
      Gildas Bazin authored
      * src/misc/modules.c: module_Need() now only raises the scores of the
         plugins matching the given shortcuts list, unless "none" is closing the
         list (in which case only the plugins matching the list can be selected).
      
         Which means that users will stop complaining vlc doesn't launch anymore
         or can't play anything after they have fiddled with their config
         options :))
      8bc47474
    • Gildas Bazin's avatar
      · d5659d9d
      Gildas Bazin authored
      * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
      d5659d9d
  2. 24 Mar, 2003 13 commits
    • Gildas Bazin's avatar
      · 050ec31d
      Gildas Bazin authored
      * src/video_output/video_output.c, include/video_output.h:
         take into account the caching delay when dropping frames that are too
         far into the future.
      050ec31d
    • Gildas Bazin's avatar
      · b0bbf9c3
      Gildas Bazin authored
      * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
      http :)
      b0bbf9c3
    • Eric Petit's avatar
      configure.ac.in: fixed a BeOS compile issue · 15716694
      Eric Petit authored
      15716694
    • Gildas Bazin's avatar
      · e56522ec
      Gildas Bazin authored
      * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
      e56522ec
    • Derk-Jan Hartman's avatar
      * moved macosx-dmg to extras/MacOSX/macosx-dmg · 866a8149
      Derk-Jan Hartman authored
      * added some macosx files to DIST that were probably missing in the tar ;)
      866a8149
    • Gildas Bazin's avatar
      · 59e1e3d6
      Gildas Bazin authored
      * modules/access/*: don't forget to reinitialize the timeout when looping around select().
      59e1e3d6
    • Gildas Bazin's avatar
      · 607b74b2
      Gildas Bazin authored
      * modules/access/*: pf_read() in access modules is now blocking. We still
         check regularly for p_input->b_die though. Now the demuxers can safely
         assume that pf_read() == 0 means EOF.
      * ALL: got rid of the p_input->b_connected flag.
      * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
         of "decoder stuck" messages that sometimes happened.
      * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
         warnings.
      607b74b2
    • Derk-Jan Hartman's avatar
      c4969929
    • Derk-Jan Hartman's avatar
      * modules/access/dvd*: changed some errors in warnings because the directory · 3f822b5c
      Derk-Jan Hartman authored
        might still be readable by the directory access module.
      * added drag and drop support for directories.
      3f822b5c
    • Sam Hocevar's avatar
      * ./THANKS: added a translation contributor. · 3ec27748
      Sam Hocevar authored
        * ./po/it.po: fixed this file's format.
        * ./m4: fixed "make dist" when gettext is too old.
      3ec27748
    • Derk-Jan Hartman's avatar
      7ebdd5ba
    • Gildas Bazin's avatar
      · eb0eac06
      Gildas Bazin authored
      * modules/access/directory.c: fixed the directory access plugin.
      * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
      eb0eac06
    • Derk-Jan Hartman's avatar
      * a new directory access module. It parses a directory with dirent and builds · ed521849
      Derk-Jan Hartman authored
        a m3u 'file' which it feeds to the m3u demuxer.
        Problems: - it requires a dir to end with /
                  - if i enabled it, all files would use the m3u demuxer for some
                  strange reason. i've spent a day hunting this down, reboot-
                  strapping and doing who knows what. I'm sick of it now.
                  Someone else can give it a try, if he wants to.
      ed521849
  3. 23 Mar, 2003 5 commits
  4. 22 Mar, 2003 5 commits
    • Sigmund Augdal Helberg's avatar
      Updated a comment · d5ca2854
      Sigmund Augdal Helberg authored
      d5ca2854
    • Laurent Aimar's avatar
      * sap: clean up. · c69df520
      Laurent Aimar authored
      c69df520
    • Gildas Bazin's avatar
      · 4aeaa408
      Gildas Bazin authored
      * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
      4aeaa408
    • Gildas Bazin's avatar
      · c5abeadf
      Gildas Bazin authored
      * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
      c5abeadf
    • Gildas Bazin's avatar
      · 2ebf1f92
      Gildas Bazin authored
      *  modules/gui/wxwindows/*: Added a stream output dialog box.
      2ebf1f92
  5. 21 Mar, 2003 6 commits
  6. 20 Mar, 2003 4 commits
  7. 19 Mar, 2003 1 commit