1. 07 Dec, 2003 3 commits
    • Gildas Bazin's avatar
      · c89488f5
      Gildas Bazin authored
      * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
      * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
      * modules/stream_out/transcode.c: fix for video stream header generation (theora).
      * modules/codec/theora.c: don't overwrite headers.
      c89488f5
    • Gildas Bazin's avatar
      · 3e59b60f
      Gildas Bazin authored
      * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
      * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
      * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
      * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
      3e59b60f
    • Rocky Bernstein's avatar
      Marginally better. · e9a76497
      Rocky Bernstein authored
      e9a76497
  2. 06 Dec, 2003 11 commits
  3. 05 Dec, 2003 10 commits
  4. 04 Dec, 2003 13 commits
  5. 03 Dec, 2003 3 commits
    • Sigmund Augdal Helberg's avatar
      all: · c2251f25
      Sigmund Augdal Helberg authored
       * doxygenated parts of the messages system
      c2251f25
    • Sigmund Augdal Helberg's avatar
      src/input/input.c: · 8cedcb3c
      Sigmund Augdal Helberg authored
       * fill in the duration field of the playlist item when starting playback of
         a file, if the demuxer supports it.
      8cedcb3c
    • Sigmund Augdal Helberg's avatar
      all: · ddc23167
      Sigmund Augdal Helberg authored
       * in vlc, times are stored in microseconds. playlist_item_t::i_duration
         shouldn't be an exception
      modules/gui/wxwindows/playlist.cpp:
       * fixed indentation
      ddc23167