1. 07 Dec, 2003 13 commits
    • Jean-Paul Saman's avatar
      All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as... · ca802dc8
      Jean-Paul Saman authored
      All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
      
      ca802dc8
    • Jean-Paul Saman's avatar
    • Jean-Paul Saman's avatar
      Remove unused variable · bc6298f9
      Jean-Paul Saman authored
      bc6298f9
    • Jean-Paul Saman's avatar
      Fix for iPAQ port. · 3d6d0f74
      Jean-Paul Saman authored
      3d6d0f74
    • Jean-Paul Saman's avatar
      PDA Interface: · 43e9ac1b
      Jean-Paul Saman authored
      - some cleanup
      - reinstated automatic lowering of interface when play button was pressed.
      - double click in playlist window play selected items.
      43e9ac1b
    • Jean-Paul Saman's avatar
      if-deffed a unused variable. · f52f267a
      Jean-Paul Saman authored
      f52f267a
    • Jean-Paul Saman's avatar
      Updating makefiles and package scripts. · 28fe4716
      Jean-Paul Saman authored
      28fe4716
    • Gildas Bazin's avatar
      · 17944b67
      Gildas Bazin authored
      * modules/codec/theora.c: bug fix with aspect ratio.
      17944b67
    • Gildas Bazin's avatar
      · a954058f
      Gildas Bazin authored
      * modules/codec/theora.c: encoder now respects the aspect ratio.
      a954058f
    • Gildas Bazin's avatar
      · 6bd0743b
      Gildas Bazin authored
      * src/input/es_out.c: cosmetic changes.
      6bd0743b
    • 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 6 commits
    • Gildas Bazin's avatar
      · b4b9f772
      Gildas Bazin authored
      * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.
      b4b9f772
    • Anil Daoud's avatar
      · 3a276630
      Anil Daoud authored
      regenerated from a clean tree
      3a276630
    • Gildas Bazin's avatar
      · 8c40a0d2
      Gildas Bazin authored
      * modules/codec/flac.c: several fixes to the flac decoder and encoder.
      * modules/mux/ogg.c: fixed flac in ogg.
      * modules/demux/ogg.c: fix for flac seeking.
      8c40a0d2
    • Gildas Bazin's avatar
      · e852a093
      Gildas Bazin authored
      * modules/gui/wxwindows/playlist.cpp: unicode fix.
      e852a093
    • Gildas Bazin's avatar
      · c150ca77
      Gildas Bazin authored
      * modules/demux/livedotcom.cpp: compilation fix.
      c150ca77
    • Gildas Bazin's avatar
      e304db6b