1. 04 Oct, 2003 8 commits
    • Sam Hocevar's avatar
    • Gildas Bazin's avatar
      · 580edf4d
      Gildas Bazin authored
      * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
      580edf4d
    • Christophe Massiot's avatar
      Fixed dyld commit. · 5692fbd8
      Christophe Massiot authored
      5692fbd8
    • Sam Hocevar's avatar
    • Gildas Bazin's avatar
      · d3daf21f
      Gildas Bazin authored
      * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
      * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
      d3daf21f
    • Gildas Bazin's avatar
      · 12336778
      Gildas Bazin authored
      * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
      12336778
    • Sam Hocevar's avatar
      * configure.ac: · 2d3c9c2c
      Sam Hocevar authored
          + First try to detect the OS X native dynamic linker before falling
            back to dlfcn.h.
          + Enhanced the dlopen-style loader detection.
          + Added a check for HP-UX's shl_* functins.
        * src/misc/modules_plugin.h.in:
          + Support for the dylib dynamic loader on OS X.
          + Support for the shl dynamic loader on HP-UX.
      2d3c9c2c
    • Gildas Bazin's avatar
      · 782cc32b
      Gildas Bazin authored
      * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
      * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
      782cc32b
  2. 03 Oct, 2003 4 commits
  3. 02 Oct, 2003 6 commits
  4. 01 Oct, 2003 10 commits
  5. 30 Sep, 2003 5 commits
  6. 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
  7. 28 Sep, 2003 3 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