1. 27 Oct, 2003 2 commits
    • Gildas Bazin's avatar
      17a52d7d
    • Gildas Bazin's avatar
      · 630b0fc7
      Gildas Bazin 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
  2. 26 Oct, 2003 10 commits
    • Sigmund Augdal Helberg's avatar
      modules/video_output/x11/xcommon.c: · 074f7be5
      Sigmund Augdal Helberg authored
       * report F1 to F12 keys
      074f7be5
    • Gildas Bazin's avatar
      · 42ffb818
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: compilation fix.
      42ffb818
    • Gildas Bazin's avatar
      · 82e4304a
      Gildas Bazin 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
    • Gildas Bazin's avatar
      · dc29951c
      Gildas Bazin 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
    • Sam Hocevar's avatar
      c253c256
    • Sam Hocevar's avatar
    • Sigmund Augdal Helberg's avatar
      modules/access/dvdplay/intf.c: · 78984fbe
      Sigmund Augdal Helberg authored
       * use new key-pressed in p_vlc, and not the one in p_vout
      src/video_output/video_output.c:
       * do not create the key-pressed variable in p_vout
      78984fbe
    • Gildas Bazin's avatar
      · 54167ecf
      Gildas Bazin authored
      * INSTALL.win32: updated build instructions.
      54167ecf
    • Gildas Bazin's avatar
      · a27027bb
      Gildas Bazin authored
      * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
      a27027bb
    • Sigmund Augdal Helberg's avatar
      src/libvlc.c: · 9ec1b8a0
      Sigmund Augdal Helberg 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
  3. 25 Oct, 2003 7 commits
  4. 24 Oct, 2003 14 commits
  5. 23 Oct, 2003 7 commits
    • Sigmund Augdal Helberg's avatar
      configure.ac, modules/misc/freetype.c: · ec8704b3
      Sigmund Augdal Helberg authored
        * Bidi support in the freetype module through fribidi
      ec8704b3
    • Benjamin Pracht's avatar
    • Gildas Bazin's avatar
      · 8ac29ed7
      Gildas Bazin authored
      * modules/audio_output/alsa.c: recover more easily in case of underrun.
      8ac29ed7
    • Gildas Bazin's avatar
      · 8d663847
      Gildas Bazin authored
      * modules/codec/mpeg_audio.c: debug_message--;
      8d663847
    • Gildas Bazin's avatar
      · 48d16c43
      Gildas Bazin authored
      * include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
      * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
      48d16c43
    • Sam Hocevar's avatar
      * configure.ac: · 3fa2bee8
      Sam 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
    • Gildas Bazin's avatar
      · 287b6a68
      Gildas Bazin authored
      * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
      287b6a68