Skip to content
Snippets Groups Projects
  1. Sep 22, 2003
    • zorglub's avatar
      * modules/gui/wxwindows/preferences.cpp: · a8855655
      zorglub authored
      	- Created the "General Settings" section
      	- Added help strings in the two main sections,
      		in the libvlc categories,
      		and in the module capabilities
      
      * modules/gui/wxwindows/playlist.cpp & wxwindows.h
      	-Implemented random, loop and repeat using variables
      	-The eye candy of the dialog box is not very good
      	 but I have no idea how to improve it.
      	-Focus on the currently playing item
      
      * src/libvlc.h:
      	- Added help strings for the libvlc categories
      	- Changed a few "advanced" flag
      
      * include/vlc_help.h:
      	- Help strings for the two main sections
      	- Help string for the module capabilities (both by Anil)
      
      * po/*: updated potfiles with the new strings
      a8855655
    • Jean-Paul Saman's avatar
      03f4adcd
    • Jason Luka's avatar
      · 7de8e4b4
      Jason Luka authored
      Changes to Red Hat spec file:
      - Added wxwindows, alsa, and skin support
      - Fixed dependancies, specifically a version conflict of xvidcore
      7de8e4b4
    • hartman's avatar
      * modules/gui/macosx/playlist.?: implemented Save Playlist · 21c4f10c
      hartman authored
      * modules/gui/macosx/output.m: updated part of the Stream output dialog
      * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
        sub-autodetect file options to src/input/input.c
      * src/input/input.c: added the moved options and use them to add subtitle
        tracks.
      * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
      * src/input/subtitles.c: new subtitles_Detect() largely based on the
        code used by MPlayer. Adapted for coding style and structure differences.
      
      The autodetect routine can now detect multiple subtitle files and assigns scores
      based on their names. if they much well enough they are sorted based on their
      score. It will then return this set, and they will all be added as SPU tracks
      to the current stream. The (un)selecting of these tracks will need to be fixed
      because they all get assigned the es id 0xFF currently.
      21c4f10c
  2. Sep 21, 2003
  3. Sep 20, 2003
    • gbazin's avatar
      · 9a16e576
      gbazin authored
      * modules/stream_out/duplicate.c: fixed array overflow.
      9a16e576
    • gbazin's avatar
      · 0fc16f66
      gbazin authored
      * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
      0fc16f66
    • hartman's avatar
      * include/vlc/vlc.h: · 2b78a774
      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
    • gbazin's avatar
      · 19ff195c
      gbazin 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
    • gbazin's avatar
      · cd35bf7c
      gbazin authored
      * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
      cd35bf7c
    • gbazin's avatar
      · 973cf049
      gbazin 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
    • hartman's avatar
      * modules/gui/macosx/*: · 47d57d6d
      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
    • Samuel Hocevar's avatar
      * modules/list.sh: · 92b1b630
      Samuel 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
    • hartman's avatar
      * NEWS: updated some entries · c4c3e737
      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
    • hartman's avatar
      * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD · 457b8d35
      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
  4. Sep 19, 2003
  5. Sep 18, 2003
  6. Sep 15, 2003
Loading