1. 06 Mar, 2004 1 commit
  2. 05 Mar, 2004 1 commit
  3. 13 Aug, 2003 11 commits
    • Gildas Bazin's avatar
      · 2433ab08
      Gildas Bazin authored
      * modules/stream_out/standard.c: fixed segfault on close.
      2433ab08
    • Gildas Bazin's avatar
      · 26db09c0
      Gildas Bazin authored
      * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build.
      26db09c0
    • Gildas Bazin's avatar
      · 36edc5e9
      Gildas Bazin authored
      * ChangeLog: yeah I know... don't laugh.
      36edc5e9
    • Gildas Bazin's avatar
      · 84509c42
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
      * modules/codec/ffmpeg/video.c: forgot a debug message.
      84509c42
    • Clément Stenac's avatar
      * configure.ac : we need to define HAVE_SLP_H · b83deb14
      Clément Stenac authored
      * include/announce.h & vlc_common.h: slp_session_t structure definition
      
      * module/stream_out/standard.c & src/stream_output/announce.c :
          SLP announcing support by vlc
      b83deb14
    • Laurent Aimar's avatar
    • Jean-Paul Saman's avatar
      Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could... · 2f04d372
      Jean-Paul Saman authored
      Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for:
      if (!i_size)
      {
        /* Handle error */
      }
      
      However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code!
      
      2f04d372
    • Jean-Paul Saman's avatar
      Keep track of ioctl_UnsetDMXFilter · 2e6a0471
      Jean-Paul Saman authored
      2e6a0471
    • Eric Petit's avatar
      Missing file · 5b838f14
      Eric Petit authored
      5b838f14
    • Gildas Bazin's avatar
      · 404a68a1
      Gildas Bazin authored
      * ChangeLog: guess what ? yeah, yet another update for 0.6.2.
      404a68a1
    • Gildas Bazin's avatar
      · 38b5689a
      Gildas Bazin authored
      * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
      * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
      * src/input/input_programs.c: programs object var was not reset correctly.
      38b5689a
  4. 12 Aug, 2003 7 commits
  5. 11 Aug, 2003 8 commits
    • Gildas Bazin's avatar
      · 235b0198
      Gildas Bazin authored
      * share/http/index.html: added "del" and "empty" controls.
      235b0198
    • Gildas Bazin's avatar
      · 91f69ae3
      Gildas Bazin authored
      * ChangeLog: updated changelog for 0.6.2.
      91f69ae3
    • Gildas Bazin's avatar
      · 91c356bc
      Gildas Bazin authored
      * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
      91c356bc
    • Laurent Aimar's avatar
      * copy: removed annoying debug message. · 34604420
      Laurent Aimar authored
      34604420
    • Laurent Aimar's avatar
      * httpd: added HEAD command support. · 4d907c94
      Laurent Aimar authored
      4d907c94
    • Gildas Bazin's avatar
      · 5e422b1f
      Gildas Bazin authored
      * ChangeLog, po/*: preparing for the 0.6.2 release
      5e422b1f
    • Gildas Bazin's avatar
      · a36b1a81
      Gildas Bazin authored
      * modules/packetizer/mpegvideo.c: oops, fixed typo.
      a36b1a81
    • Gildas Bazin's avatar
      · e42f7d10
      Gildas Bazin authored
      * modules/packetizer/mpegvideo.c: small clarification.
      * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.
      e42f7d10
  6. 10 Aug, 2003 8 commits
    • Laurent Aimar's avatar
      * mpegvideo.c: try to set a better value for length. (I am not sure it is · 10b01ed4
      Laurent Aimar authored
       the good one but it give far better result). dts/pts/length computation
       should be verified.
      10b01ed4
    • Gildas Bazin's avatar
      · ae141f9a
      Gildas Bazin authored
      * ALL: preparing for a 0.6.2 release
      ae141f9a
    • 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
  7. 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