1. 10 Aug, 2003 6 commits
    • Gildas Bazin's avatar
      · 8a07cfad
      Gildas Bazin authored
      * modules/mux/mpeg/ts.c: oops.
      8a07cfad
    • Gildas Bazin's avatar
      · 69382bfe
      Gildas Bazin authored
      * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.
      69382bfe
    • Gildas Bazin's avatar
      · a172a55d
      Gildas Bazin authored
      * modules/access/vcd/vcd.c: a few navigation fixes.
      a172a55d
    • Clément Stenac's avatar
      * modules/LIST: Updated all modules · e73a0283
      Clément Stenac authored
      * modules/list.sh: piggy list consistency checker
       (should probably be added to toolbox or trashed)
      
      * modules/access/slp.c : Fixed service detection
      	(findsrvtypes returns a comma-separated list of services)
      e73a0283
    • Gildas Bazin's avatar
      · f64bdcc0
      Gildas Bazin authored
      * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
      * include/osd.h, modules/misc/freetype.c: support for center alignment.
      * modules/gui/wxwindows/subtitles.cpp: string change.
      f64bdcc0
    • Gildas Bazin's avatar
      · 49d00069
      Gildas Bazin authored
      * include/configuration.h: bug fix for add_string_from_list()
      * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
      49d00069
  2. 09 Aug, 2003 4 commits
    • Gildas Bazin's avatar
      · c095b59a
      Gildas Bazin authored
      * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
      * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.
      c095b59a
    • Gildas Bazin's avatar
      · 7fb2bf9a
      Gildas Bazin authored
      * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
      7fb2bf9a
    • Gildas Bazin's avatar
      · 417c12f0
      Gildas Bazin authored
      * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.
      417c12f0
    • Gildas Bazin's avatar
      · d9069191
      Gildas Bazin authored
      * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
      * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
         Added support for b frames (bframe=x option) + couple of bug fixes.
      d9069191
  3. 08 Aug, 2003 3 commits
    • Gildas Bazin's avatar
      · b3b99a16
      Gildas Bazin authored
      * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
         The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
      * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.
      b3b99a16
    • Gildas Bazin's avatar
      · 48ab4989
      Gildas Bazin authored
      * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
      * modules/packetizer/copy.c: fixed segfault
      * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs
      48ab4989
    • Christophe Massiot's avatar
  4. 06 Aug, 2003 1 commit
  5. 05 Aug, 2003 8 commits
  6. 04 Aug, 2003 8 commits
  7. 03 Aug, 2003 8 commits
  8. 02 Aug, 2003 2 commits