Skip to content
Snippets Groups Projects
  1. Jun 21, 2003
  2. Jun 16, 2003
    • gbazin's avatar
      · c4d9a444
      gbazin authored
      * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
      c4d9a444
  3. Jun 15, 2003
  4. Jun 14, 2003
    • gbazin's avatar
      · c2275db2
      gbazin authored
      * configure.ac.in: old faad2 detection.
      c2275db2
  5. Jun 13, 2003
  6. Jun 11, 2003
    • gbazin's avatar
      · 65db108e
      gbazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
  7. Jun 10, 2003
    • Christophe Massiot's avatar
      * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even · 1ecbcf15
      Christophe Massiot authored
        people who explicitely set mpeg_video in the previous version will end
        up with libmpeg2 in 0.6.0.
      * modules/codec/libmpeg2.c: Fixed a potential segfault, especially
        with DVDs.
      * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
        some audio filters (read: coreaudio resampler) don't like too small
        packets (I know, this is ugly).
      1ecbcf15
    • gbazin's avatar
      · 586295b9
      gbazin authored
      * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
      * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
      * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
      586295b9
  8. Jun 08, 2003
    • Cyril Deguet's avatar
      * x11_font.cpp: fixed font placement · 9ca2bbfb
      Cyril Deguet authored
      * x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
      * removed compilation of gtk2 skins module. If you want it back, good luck ;)
      9ca2bbfb
  9. Jun 04, 2003
  10. Jun 03, 2003
    • gbazin's avatar
      · f57c3296
      gbazin authored
      * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
      * modules/gui/wxwindows/*: fixed bug in sout dialog box.
      * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
      f57c3296
  11. Jun 01, 2003
  12. May 29, 2003
  13. May 27, 2003
    • gbazin's avatar
      · 8e9d90a1
      gbazin authored
      * ALL: bumped version to 0.6.0-test2
      * Makefile.am: got rid of the faq in the package-win32 target.
      8e9d90a1
  14. May 26, 2003
    • gbazin's avatar
      · 9de7a7eb
      gbazin authored
      * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
         started to implement X11Region and integrated the wxWindows dialogs.
      * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
      9de7a7eb
  15. May 25, 2003
  16. May 24, 2003
  17. May 21, 2003
  18. May 20, 2003
    • hartman's avatar
      * ALL: added a quicktime module. · f383fb39
      hartman authored
        - This module provides QDM2 and QDMC sound support on OSX by linking to
          the native QT libraries. We now have FULL QT trailer support on OSX.
        - The video part of this decoder is not yet working on OSX.
        - This can be used for a future win32dll loader system as well.
      f383fb39
  19. May 19, 2003
    • gbazin's avatar
      · 467f7bc6
      gbazin authored
      * Bumped version to 0.6.0-test1
      * modules/access/cdda.c: decreased the priority of the cdda plugin.
      467f7bc6
  20. May 17, 2003
    • gbazin's avatar
      · 35a3ceeb
      gbazin authored
      * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
        You can now listen to your favorite CDDAs with vlc, or even stream them :)
        (Their is not yet any support for jitter correction).
      * modules/codec/araw.c: small clean-up.
      35a3ceeb
    • gbazin's avatar
      · 4525fffa
      gbazin authored
      * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
      * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
      4525fffa
  21. May 15, 2003
  22. May 11, 2003
    • gbazin's avatar
      · b285f620
      gbazin authored
      * configure.ac.in: fixed the wx-config detection by the skins plugin.
      * modules/gui/wxwindows/*: fixed a couple of breakage.
      b285f620
  23. May 06, 2003
  24. May 05, 2003
  25. May 02, 2003
  26. Apr 30, 2003
    • ipkiss's avatar
      * ./configure.ac.in: · c7b39fc6
      ipkiss authored
          - added a basic-skins plugin, which doesn't make use of wxWindows
            dialogs (currently only works for win32)
          - renamed with-wx-config-path in with-skins-wx-config-path for the
            skins plugin, to avoid problems with the wxwindows plugin
      c7b39fc6
  27. Apr 29, 2003
    • gbazin's avatar
      · db31a972
      gbazin authored
      * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
      db31a972
  28. Apr 28, 2003
  29. Apr 27, 2003
  30. Apr 26, 2003
    • gbazin's avatar
      · ee2bc403
      gbazin authored
      * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
      ee2bc403
    • gbazin's avatar
      · 1e81f9cd
      gbazin authored
      * configure.ac.in: enabled xvid and ffmpeg encoders
      * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
      1e81f9cd
  31. Apr 22, 2003
    • gbazin's avatar
      · 58d2e718
      gbazin authored
      * configure.ac.in: don't link with the math library on win32. It isn't
         needed and will even screw up things under cygwin with -mno-cygwin.
      58d2e718
Loading