1. 15 Jun, 2003 1 commit
  2. 14 Jun, 2003 9 commits
  3. 13 Jun, 2003 5 commits
  4. 12 Jun, 2003 8 commits
  5. 11 Jun, 2003 8 commits
    • Gildas Bazin's avatar
      · 65db108e
      Gildas Bazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
    • Cyril Deguet's avatar
      * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" ! · 0a9aea66
      Cyril Deguet authored
      * share/Makefile.am: install skins at make install (closes bug #856)
      0a9aea66
    • Gildas Bazin's avatar
      · 173915c6
      Gildas Bazin authored
      * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
      173915c6
    • Gildas Bazin's avatar
      · 241059a4
      Gildas Bazin authored
      * modules/video_filter/osd_text.c: small compile fix that seems to be needed on
      some platforms.
      241059a4
    • Gildas Bazin's avatar
      · bfc8578e
      Gildas Bazin authored
      * NEWS: updated.
      bfc8578e
    • Gildas Bazin's avatar
      · 35ca63a9
      Gildas Bazin authored
      * modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
      35ca63a9
    • Gildas Bazin's avatar
      · bce0d6f4
      Gildas Bazin authored
      * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
      bce0d6f4
    • Gildas Bazin's avatar
      · ae098162
      Gildas Bazin authored
      * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
      * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
      * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
      ae098162
  6. 10 Jun, 2003 4 commits
    • 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
    • Gildas Bazin's avatar
      · 85d9938a
      Gildas Bazin authored
      * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
      85d9938a
    • Gildas Bazin's avatar
      · 586295b9
      Gildas Bazin 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
    • Christophe Massiot's avatar
      Fixed a potential segfault. · 1fe87c05
      Christophe Massiot authored
      1fe87c05
  7. 09 Jun, 2003 5 commits