1. 20 Sep, 2003 13 commits
    • Gildas Bazin's avatar
      · 0fc16f66
      Gildas Bazin authored
      * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
      0fc16f66
    • Derk-Jan Hartman's avatar
      * include/vlc/vlc.h: · 2b78a774
      Derk-Jan Hartman authored
        - removed the defines for i_mode concerning random and loop. We use config
          variables for all of these.
      * src/libvlc.h:
        - removed the enqueue playlist config option. It's no longer used.
        - added a repeat option. vlc will keep playing the same playlist_item,
          until the option is unset.
      * src/playlist/playlist.c:
        - added a repeat, random and loop variable.
        - wxwindows should use these as well I think.
      * modules/gui/macosx:
        - added the INTF_ABOUT_MSG to the about dialog.
        - implemented the about and repeat items.
      2b78a774
    • Gildas Bazin's avatar
      · 19ff195c
      Gildas Bazin authored
      * src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
      * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
      19ff195c
    • Jason Luka's avatar
      Fixed a typo. · becae536
      Jason Luka authored
      becae536
    • Jason Luka's avatar
      Updated for tentative 0.6.3 release. · de171c13
      Jason Luka authored
      de171c13
    • Gildas Bazin's avatar
      · cd35bf7c
      Gildas Bazin authored
      * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
      cd35bf7c
    • Gildas Bazin's avatar
      · 973cf049
      Gildas Bazin authored
      * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
       Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
       You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
      973cf049
    • Laurent Aimar's avatar
      50f7bdc9
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/*: · 47d57d6d
      Derk-Jan Hartman authored
        - implemented the new input variables for control.
        - reevaltuated the locking mechanisms in the osx intf.
          a lot of this can now be removed, because of the new input structures,
          and the vout garbage collector of playlist.
      47d57d6d
    • Sam Hocevar's avatar
      * modules/list.sh: · 92b1b630
      Sam Hocevar authored
          + "==" is not valid shell test, use "=" instead.
          + Set LANG for consistency of sort output.
        (NB: this really belongs to the toolbox script).
      92b1b630
    • Derk-Jan Hartman's avatar
      * NEWS: updated some entries · c4c3e737
      Derk-Jan Hartman authored
      * po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
      * src/libvlc.h: Added es (Spanish) to the list of choices.
      c4c3e737
    • Derk-Jan Hartman's avatar
      * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD · 457b8d35
      Derk-Jan Hartman authored
        ( Yes it's backwards compatible ).
      457b8d35
    • Laurent Aimar's avatar
      * all: clean up. · 3bc30b81
      Laurent Aimar authored
              use vout_Request to release the vout (so vout isn't closed when
              changing playlist item).
      3bc30b81
  2. 19 Sep, 2003 6 commits
  3. 18 Sep, 2003 7 commits
  4. 15 Sep, 2003 6 commits
  5. 14 Sep, 2003 2 commits
    • Clément Stenac's avatar
      * modules/visualisation/visual/visual.c: thou shall not use // · 9bf18d7a
      Clément Stenac authored
      * modules/access/slp.c : do not add udp:@ automatically
      
      * modules/stream_out/announce.c : always use the same service name
      				  add udp:@ (hack !)
      9bf18d7a
    • Sigmund Augdal Helberg's avatar
      src/video_output/video_output.c: · 69fd5c2f
      Sigmund Augdal Helberg authored
       * if the given vout thread is a filter, then don't sleep untill the display
      date. This reduces the chance of pictures being late when reaching the vout
      if one or more filters are in use
       * don't include current render time in the render_time sliding mean if it
      is way too large ( as inspired by Simon Gittins ).
       * weight the current sliding mean tree times more than the current render
      time when calculating the new render time. This should make the code more
      robust to jitter in render time
      69fd5c2f
  6. 13 Sep, 2003 2 commits
    • Laurent Aimar's avatar
      * standard : added .ts and .ps · eba4590d
      Laurent Aimar authored
      eba4590d
    • Laurent Aimar's avatar
      * src/video_output/video_output.c : do not use FIND_ANYWHERE to catch · 0925ed0b
      Laurent Aimar authored
       the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
       use p_obj->p_vlc as a starting point  and that doesn't work as playlist
       is  detach from  vlc before  vout is  destroyed by  the decoders  (when
       shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
       root object, but I'm not sure.
      
       * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
       should works with all file types _BUT_ won't be in synch if the demuxer
       doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
       be ok. Others could works if perfectly cbr.
        Now  Subtitle  track is  only  selected  when specified  by  sub-file
       option.(auto-dectected file is always added but not selected by default)
        Btw, the code could support multiple  subs files, but I don't know how
       to pass multiple filenames, any ideas ?
      
      
       * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
       don't use that elsewhere.
      0925ed0b
  7. 12 Sep, 2003 2 commits
  8. 11 Sep, 2003 2 commits