- 13 Aug, 2003 8 commits
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish. * modules/codec/ffmpeg/video.c: forgot a debug message.
-
zorglub 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
-
Laurent Aimar authored
-
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!
-
Jean-Paul Saman authored
-
Eric Petit authored
-
gbazin authored
* ChangeLog: guess what ? yeah, yet another update for 0.6.2.
-
gbazin 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.
-
- 12 Aug, 2003 7 commits
-
-
gbazin authored
* ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
-
gbazin authored
* po/de.po: update of the german translation by Felix K�hne.
-
gbazin authored
* modules/codec/ffmpeg/video.[ch]: another temporary workaround.
-
Jean-Paul Saman authored
Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed. * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy. * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
* Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options. * Cleanup of code.
-
Sam Hocevar authored
-
- 11 Aug, 2003 8 commits
-
-
gbazin authored
* share/http/index.html: added "del" and "empty" controls.
-
gbazin authored
* ChangeLog: updated changelog for 0.6.2.
-
gbazin authored
* modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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.
-
- 10 Aug, 2003 8 commits
-
-
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.
-
- 09 Aug, 2003 4 commits
-
-
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.
-
- 08 Aug, 2003 3 commits
-
-
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
-
- 06 Aug, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 05 Aug, 2003 1 commit
-
-
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'.
-