1. 16 Jul, 2003 4 commits
    • Sam Hocevar's avatar
      * bootstrap: · 0bf20368
      Sam Hocevar authored
          + Minor indentation fix.
        * toolbox:
          + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
        * po/*:
          + Re-ran toolbox --update po.
      0bf20368
    • Sam Hocevar's avatar
      * debian/changelog: · 1f570ed0
      Sam Hocevar authored
          + Prepared my next Debian upload.
        * debian/control:
          + Set policy to 3.6.0. No changes required.
          + Extended the package description.
      1f570ed0
    • Sam Hocevar's avatar
      * modules/access/http.c: · 532ad32a
      Sam Hocevar authored
          + Fixed gcc 3 warnings (type punning).
        * modules/access/mms/mmstu.c:
          + Fixed a gcc 3 warning (long constant).
      532ad32a
    • Sam Hocevar's avatar
      * modules/video_output/x11/xcommon.c: Select events in the video subwindow · bae1c308
      Sam Hocevar authored
          instead of the base window, because newer versions of Mozilla select
          ButtonPress for the window it gives us, and XSelectInput only allows
          one client to select this event.
      bae1c308
  2. 15 Jul, 2003 4 commits
  3. 14 Jul, 2003 4 commits
    • Sigmund Augdal Helberg's avatar
      had to forget something :) · 362d08e0
      Sigmund Augdal Helberg authored
      362d08e0
    • Sigmund Augdal Helberg's avatar
      All: My shot at improving subtitle rendering in vlc. Now each vout uses a... · 14b3f0cf
      Sigmund Augdal Helberg authored
      All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
      
      include/video_output.h: added some members needed by text renderer modules
      src/video_output/video_output.c: load and unload text renderer module when needed
      src/video_output/video_text.c: implemented some functions to show text on the video
      include/osd.h: exported the functions to show text
      modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
      modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
      configure.ac: changes "osdtext" to "freetype" some places
      modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
      modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
      modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
      modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
      src/misc/modules.c: included osd.h as it seems to be needed to export symbols
      
      
      final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
      
      14b3f0cf
    • Sigmund Augdal Helberg's avatar
      toolbox: made a --add-include that can be used by doxygen to get proper · 371148d3
      Sigmund Augdal Helberg authored
               includes in the .h files, since they are parsed out of context by
      	 doxygen
      Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
      include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
      
      With these changes, and a slightly patched version of doxygen (which you can
      get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
      be able to get some useful documentation out of the vlc sources.
      371148d3
    • Gildas Bazin's avatar
  4. 13 Jul, 2003 6 commits
  5. 12 Jul, 2003 2 commits
  6. 11 Jul, 2003 9 commits
  7. 10 Jul, 2003 9 commits
  8. 09 Jul, 2003 2 commits
    • Gildas Bazin's avatar
      · d161c006
      Gildas Bazin authored
      * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
      ogg files. Make the check a bit more strict.
      d161c006
    • Gildas Bazin's avatar
      · 4faf2cab
      Gildas Bazin authored
      * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
      * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
      * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
      4faf2cab