Skip to content
Snippets Groups Projects
  1. Oct 23, 2003
    • Samuel Hocevar's avatar
      * configure.ac: · 3fa2bee8
      Samuel Hocevar authored
          + Detect <mozilla-config.h> on newer Mozilla versions.
        * mozilla/vlcpeer.cpp:
          + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
          + Use <mozilla-config.h> whenever possible.
      3fa2bee8
  2. Oct 22, 2003
    • gbazin's avatar
      · dd9e6708
      gbazin authored
      * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
      * modules/demux/ogg.c: added support for speex to the Ogg demuxer.
      * modules/mux/ogg.c: added support for speex to the Ogg muxer.
      * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
      * modules/access/udp.c: use an object variable and inheritance for "udp-caching".
      * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
      dd9e6708
  3. Oct 21, 2003
    • gbazin's avatar
      · 7f6e157f
      gbazin authored
      * configure.ac: tell the build system that mkv is a c++ plugin.
      7f6e157f
    • Eric Petit's avatar
      configure.ac: · fa3d8b41
      Eric Petit authored
        + updated libebml/libmatroska detection as matroska headers no longer
          include ebml headers directly. Hope you upgraded it - if not, you'll
          have to set your CFLAGS accordingly.
        + on BeOS, libmkv_plugin.so has to be linked to libstdc++
      
       modules/control/http.c:
        + fix for gcc != 3
      fa3d8b41
  4. Oct 07, 2003
  5. Oct 05, 2003
    • Samuel Hocevar's avatar
      * configure.ac: · 78ee7a2c
      Samuel Hocevar authored
          + Better BeOS dynamic loader detection.
        * src/misc/modules.c:
          + Consistency fixes.
      78ee7a2c
  6. Oct 04, 2003
    • gbazin's avatar
      · fd05dc69
      gbazin authored
      * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
      * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
      * modules/LIST: update.
      fd05dc69
    • gbazin's avatar
      · 12336778
      gbazin authored
      * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
      12336778
    • Samuel Hocevar's avatar
      * configure.ac: · 2d3c9c2c
      Samuel 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
    • gbazin's avatar
      · 782cc32b
      gbazin 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
  7. Oct 02, 2003
    • gbazin's avatar
      · 4f3ee7be
      gbazin authored
      * modules/codec/cinepak.c: ported the cinepak decoder to the new api.
      4f3ee7be
  8. Oct 01, 2003
    • gbazin's avatar
      · 91f6deae
      gbazin authored
      * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
      91f6deae
  9. Sep 27, 2003
    • gbazin's avatar
      · f061a98a
      gbazin authored
      * install-win32: cosmetic changes.
      * configure.ac: forgot one include path for the mozilla plugin.
      f061a98a
  10. Sep 23, 2003
  11. Sep 20, 2003
    • gbazin's avatar
      · cd35bf7c
      gbazin authored
      * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
      cd35bf7c
    • gbazin's avatar
      · 973cf049
      gbazin authored
      * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
       Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
       You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
      973cf049
  12. Sep 09, 2003
  13. Sep 07, 2003
  14. Sep 02, 2003
    • gbazin's avatar
      · 7bb574fd
      gbazin authored
      * ALL: Introduction of a new api for decoders.
         The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
         Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
      
         Don't hold your breath, there is still much work to do before we reach this goal.
      
      * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
         Converted to the new api.
         Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
         New dts and theora packetizers (merged in their respective decoders).
      7bb574fd
  15. Aug 31, 2003
  16. Aug 29, 2003
  17. Aug 27, 2003
  18. Aug 24, 2003
    • gbazin's avatar
      · b34227c1
      gbazin authored
      * configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
         Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
      b34227c1
  19. Aug 23, 2003
    • Laurent Aimar's avatar
      * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a · 1312bc9e
      Laurent Aimar authored
      special goom tree source as I was unable to use standard goom library.
      (I will provide it once mmx/ppc included)
       * modules/visualization/Modules.am: added goom
       * include/vlc_block.h src/misc/block.c: introduce a new data block
       api (not yet tested, ported from my local new input work).
      1312bc9e
    • hartman's avatar
      * added a vlc_current_charset function. This tries to get the current charset · f388eb55
      hartman authored
        in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
        it falls back to trying setlocale (exept on OSX, where this funtion is useless)
        and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
        If only the LANG variable is available (like on osx) it tries a countrycode
        to charset mapping (making an educated guess ).
        On windows it retrieves the charset with GetACP().
        It also has an aliases system to transform incompatible charset description
        strings to libiconv compatible charset descriptions. If you want you can even
        retrieve the charset on OS/2.
      * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
        the systems charset (or language mapped to charset). It's no more than a guess,
        and if you open Latin1 subs on your Japanese system you will still need to
        specify the encoding by hand, but it's better then nothing.
      * src/playlist/playlist.c: spelling error in a comment.
      f388eb55
    • Loïc Minier's avatar
      * very light typo · 7894fbc0
      Loïc Minier authored
      7894fbc0
  20. Aug 21, 2003
  21. Aug 19, 2003
    • zorglub's avatar
      * src/audio_output/input.c: forgot to free something · 6db05717
      zorglub authored
      * modules/visualisation/visual/* :
      	visualization system. It supports multi-effects.
      At the moment:
      	-dummy (guess what ? it does nothing)
      	-scope (adapted and fixed from sam's one)
      	-random (displays random plots)
      Todo:
      	- spectrum analyser
      	- movement effects (rotations, scrolls,...)
      	- blur effect ?
      6db05717
  22. Aug 17, 2003
  23. Aug 16, 2003
  24. Aug 14, 2003
  25. Aug 13, 2003
    • gbazin's avatar
      · ecc5706b
      gbazin authored
      * ALL: bumped version number to 0.6.3-cvs
      * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
      ecc5706b
    • zorglub's avatar
      * configure.ac : we need to define HAVE_SLP_H · b83deb14
      zorglub authored
      * include/announce.h & vlc_common.h: slp_session_t structure definition
      
      * module/stream_out/standard.c & src/stream_output/announce.c :
          SLP announcing support by vlc
      b83deb14
  26. Aug 12, 2003
  27. Aug 10, 2003
    • gbazin's avatar
      · ae141f9a
      gbazin authored
      * ALL: preparing for a 0.6.2 release
      ae141f9a
  28. Aug 05, 2003
  29. Aug 03, 2003
  30. Aug 02, 2003
    • gbazin's avatar
      · da866289
      gbazin authored
      * ALL: bumped version number to 0.6.2-cvs
      * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
      da866289
Loading