Skip to content
Snippets Groups Projects
  1. Aug 11, 2003
    • gbazin's avatar
      · 5e422b1f
      gbazin authored
      * ChangeLog, po/*: preparing for the 0.6.2 release
      5e422b1f
    • gbazin's avatar
      · a36b1a81
      gbazin authored
      * modules/packetizer/mpegvideo.c: oops, fixed typo.
      a36b1a81
    • gbazin's avatar
      · e42f7d10
      gbazin 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
  2. Aug 10, 2003
    • 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
    • gbazin's avatar
      · ae141f9a
      gbazin authored
      * ALL: preparing for a 0.6.2 release
      ae141f9a
    • gbazin's avatar
      · 8a07cfad
      gbazin authored
      * modules/mux/mpeg/ts.c: oops.
      8a07cfad
    • gbazin's avatar
      · 69382bfe
      gbazin 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
    • gbazin's avatar
      · a172a55d
      gbazin authored
      * modules/access/vcd/vcd.c: a few navigation fixes.
      a172a55d
    • zorglub's avatar
      * modules/LIST: Updated all modules · e73a0283
      zorglub 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
    • gbazin's avatar
      · f64bdcc0
      gbazin 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
    • gbazin's avatar
      · 49d00069
      gbazin authored
      * include/configuration.h: bug fix for add_string_from_list()
      * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
      49d00069
  3. Aug 09, 2003
    • gbazin's avatar
      · c095b59a
      gbazin 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
    • gbazin's avatar
      · 7fb2bf9a
      gbazin authored
      * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
      7fb2bf9a
    • gbazin's avatar
      · 417c12f0
      gbazin 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
    • gbazin's avatar
      · d9069191
      gbazin 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
  4. Aug 08, 2003
    • gbazin's avatar
      · b3b99a16
      gbazin 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
    • gbazin's avatar
      · 48ab4989
      gbazin 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
  5. Aug 06, 2003
  6. Aug 05, 2003
  7. Aug 04, 2003
  8. Aug 03, 2003
    • gbazin's avatar
      · e1aabc8f
      gbazin authored
      * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
      * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
      * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
      e1aabc8f
    • gbazin's avatar
      · 5a4904ce
      gbazin authored
      * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
      5a4904ce
    • bigben's avatar
      * modules/access_out/http.c : · aba56b6b
      bigben authored
      using ability to give parametters to a specific sout module to set user and password fot http access out.
      
      new syntax is '#dst{access=http{user=foo,pass=bar}}
      
      --sout-http-user and --sout-http-pwd parametters have been deleted.
      aba56b6b
    • Laurent Aimar's avatar
      * sdp: parse 'a=' field. · e4c2f343
      Laurent Aimar authored
      e4c2f343
    • Laurent Aimar's avatar
      * sdp: begining of a SDP parser. It won't let you play anything for · 87369008
      Laurent Aimar authored
       now, it just does (incomplete) parsing.
      87369008
Loading