1. 01 Oct, 2003 5 commits
  2. 30 Sep, 2003 5 commits
  3. 29 Sep, 2003 4 commits
    • Gildas Bazin's avatar
      · 6877b7be
      Gildas Bazin authored
      * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
        fixes for text subtitles muxing.
      * modules/packetizer/copy.c: support for text subtitles.
      6877b7be
    • Gildas Bazin's avatar
      · 9517d76e
      Gildas Bazin authored
      * include/os_specific.h: oops, fixed my last commit.
      9517d76e
    • Gildas Bazin's avatar
      · 08e5a1f7
      Gildas Bazin authored
      * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
       Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
      08e5a1f7
    • Sigmund Augdal Helberg's avatar
      Doxyfile: · 1b6aa2c8
      Sigmund Augdal Helberg authored
       * changed project name from 'vlc' to 'VLC'
       * excluded src/extras from the documentation
      src/misc/variables.c, include/variables.h:
       * Doxygen-documented most of the vlc variables code
      1b6aa2c8
  4. 28 Sep, 2003 4 commits
    • Gildas Bazin's avatar
      · 7088ecec
      Gildas Bazin authored
      * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
      7088ecec
    • Gildas Bazin's avatar
      · a4d9dd4e
      Gildas Bazin authored
      * modules/codec/theora.c: don't forget to delete the sout instance.
      * modules/mux/ogg.c: fix for embedding theora in Ogg.
      a4d9dd4e
    • Gildas Bazin's avatar
      · 9fbf506f
      Gildas Bazin authored
      * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
      9fbf506f
    • Gildas Bazin's avatar
      · bff03e0b
      Gildas Bazin authored
      * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
      * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
      bff03e0b
  5. 27 Sep, 2003 3 commits
    • Gildas Bazin's avatar
      · f5012c55
      Gildas Bazin authored
      * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
      f5012c55
    • Gildas Bazin's avatar
      · 653b4cc3
      Gildas Bazin authored
      * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
      653b4cc3
    • Gildas Bazin's avatar
      · f061a98a
      Gildas Bazin authored
      * install-win32: cosmetic changes.
      * configure.ac: forgot one include path for the mozilla plugin.
      f061a98a
  6. 26 Sep, 2003 5 commits
  7. 25 Sep, 2003 1 commit
    • Gildas Bazin's avatar
      · 8cbc8f8d
      Gildas Bazin authored
      * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
      * modules/mux/ogg.c: attempt at supporting theora.
      8cbc8f8d
  8. 24 Sep, 2003 5 commits
  9. 23 Sep, 2003 1 commit
  10. 22 Sep, 2003 5 commits
    • Gildas Bazin's avatar
      · f57fdbdd
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
      (indentations mainly).
      f57fdbdd
    • Clément Stenac's avatar
      * modules/gui/wxwindows/preferences.cpp: · a8855655
      Clément Stenac 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
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/playlist.?: implemented Save Playlist · 21c4f10c
      Derk-Jan 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
  11. 21 Sep, 2003 2 commits
    • Gildas Bazin's avatar
      · c66b7a83
      Gildas Bazin authored
      * modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
      c66b7a83
    • Gildas Bazin's avatar
      · 1b50257c
      Gildas Bazin authored
      * modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
      1b50257c