- Aug 11, 2003
-
-
gbazin authored
* ChangeLog, po/*: preparing for the 0.6.2 release
-
gbazin authored
* modules/packetizer/mpegvideo.c: oops, fixed typo.
-
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.
-
- Aug 10, 2003
-
-
Laurent Aimar authored
the good one but it give far better result). dts/pts/length computation should be verified.
-
gbazin authored
* ALL: preparing for a 0.6.2 release
-
gbazin authored
* modules/mux/mpeg/ts.c: oops.
-
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.
-
gbazin authored
* modules/access/vcd/vcd.c: a few navigation fixes.
-
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)
-
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.
-
gbazin authored
* include/configuration.h: bug fix for add_string_from_list() * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
-
- Aug 09, 2003
-
-
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.
-
gbazin authored
* modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
-
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.
-
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.
-
- Aug 08, 2003
-
-
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.
-
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
-
Christophe Massiot authored
-
- Aug 06, 2003
-
-
Jean-Paul Saman authored
-
- Aug 05, 2003
-
-
Jean-Paul Saman authored
The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- Syncing with old satellite plugin. - Cleanup of code.
-
Cyril Deguet authored
-
Laurent Aimar authored
used without RTSP).
-
- Aug 04, 2003
-
-
gbazin authored
* src/video_output/video_text.c: removed legacy code that has been rotting for ages.
-
gbazin authored
* modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary). + cleanup.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
- more processing -> now it should extract enough informations to build RTP/RTSP session. (Does not play anything yet)
-
- Aug 03, 2003
-
-
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 ;)
-
gbazin authored
* src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
-
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.
-
Laurent Aimar authored
-
Laurent Aimar authored
now, it just does (incomplete) parsing.
-