Skip to content
Snippets Groups Projects
  1. Nov 07, 2003
    • Christophe Massiot's avatar
      * modules/stream_out/transrate: New transrating module, based on GPL · c37e84c1
      Christophe Massiot authored
        code from www.metakine.com.
        CAUTION : the code is currently very ugly, with static variables, no
        code convention, etc. I check it in "as is" because it may be useful
        to some people.
        Don't expect a bitrate reduction of more than 30 % with acceptable
        quality.
      * modules/demux/mpeg/ts.c: Useful debug message
      c37e84c1
  2. Nov 06, 2003
    • Damien Lucas's avatar
      dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of · 1ddb23b6
      Damien Lucas authored
                things to write to implement competely the standard but this decoder
                will work in most of the pictures subtitles cases. Text subtitles
                decoding is not implemented at all.
                This decoder has been validated with CAVENA encoders after few
                remarks of their developpers.
      
      include/*: addded a p_spuinfo field in the decider_fifo_t and the
                 es_descriptor_t
      
      codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
                track.
      
      modules/demux/mpeg: added the support of the dvb subtitles track. Need last
                          libdvbpsi (0x59 descriptor) to compile. The demuxer
                          creates n fake ES as each ES carries up to 256 subtitles
                          tracks.
      
      
      This work is part of the work done by Anevia for the "Gran Theatro del
      Barcelona".
      1ddb23b6
  3. Nov 04, 2003
    • Eric Petit's avatar
      + configure.ac: · 9498c61e
      Eric Petit authored
           fixed a link issue on BeOS
       + modules/demux/util/sub.c:
           gcc != 3 fix
       + modules/gui/beos/*:
           compile fixes; never replace int32 with int32_t, these are not the
           same on BeOS (long/int)
      9498c61e
  4. Nov 03, 2003
  5. Nov 01, 2003
  6. Oct 28, 2003
  7. Oct 27, 2003
    • gbazin's avatar
      · 630b0fc7
      gbazin authored
      * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
         Isolated the video postprocessing routines in postprocess.c
      
      * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
         include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
         transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
      
      PS: transcoding is currently a bit broken but I'll fix that ASAP.
      630b0fc7
  8. Oct 26, 2003
    • gbazin's avatar
      · 82e4304a
      gbazin authored
      * Makefile.am: strip the mozilla plugin when doing the win32 package.
      * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
      82e4304a
    • gbazin's avatar
      · dc29951c
      gbazin authored
      * configure.ac: check for mozilla-config.h on win32 as well.
      * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
      dc29951c
    • gbazin's avatar
      · a27027bb
      gbazin authored
      * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
      a27027bb
    • sigmunau's avatar
      src/libvlc.c: · 9ec1b8a0
      sigmunau authored
       * created a variable "key-pressed" in p_vlc that can be used to
         report or read key presses
       * allways try to start hotkeys interface in the background
      configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
       * a new control module that reads keypresses from "key-pressed" and
         performs an action depending on what is asosiated with this key.
         Also uses nice on screen messages to indicate what action was performed
      modules/video_filter/filter_common.h:
       * removed code to pass old style key reporting through filters
      modules/video_output/x11/xcommon.c:
       * report key-presses through the new mechanism. Incomplete, I need help
         with this.
      9ec1b8a0
  9. Oct 24, 2003
    • gbazin's avatar
      · 1a674481
      gbazin authored
      * configure.ac: fix for wxWindows headers detection.
      * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
      * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
      * include/vlc_video.h: extended video_frame_format_t.
      * modules/codec/rawvideo.c: ported to the new decoder api.
      * modules/video_output/x11/*: simplifications.
      1a674481
    • Samuel Hocevar's avatar
      * Makefile.am: Recurse into doc/ to install documentation. · 139e0286
      Samuel Hocevar authored
        * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
          not exist.
      139e0286
  10. Oct 23, 2003
    • sigmunau's avatar
      configure.ac, modules/misc/freetype.c: · ec8704b3
      sigmunau authored
        * Bidi support in the freetype module through fribidi
      ec8704b3
    • 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
  11. 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
  12. 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
  13. Oct 07, 2003
  14. 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
  15. 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
  16. Oct 02, 2003
    • gbazin's avatar
      · 4f3ee7be
      gbazin authored
      * modules/codec/cinepak.c: ported the cinepak decoder to the new api.
      4f3ee7be
  17. 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
  18. Sep 27, 2003
    • gbazin's avatar
      · f061a98a
      gbazin authored
      * install-win32: cosmetic changes.
      * configure.ac: forgot one include path for the mozilla plugin.
      f061a98a
  19. Sep 23, 2003
  20. 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
  21. Sep 09, 2003
  22. Sep 07, 2003
  23. 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
  24. Aug 31, 2003
  25. Aug 29, 2003
  26. Aug 27, 2003
  27. 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
  28. Aug 23, 2003
Loading