- 12 Jun, 2003 3 commits
-
-
Clément Stenac authored
-
Gildas Bazin authored
* share/Makefile.am: fixed my previous fix ;)
-
Gildas Bazin authored
* Makefile.am: fixed inclusion of skins in make dist.
-
- 11 Jun, 2003 8 commits
-
-
Gildas Bazin authored
* ALL: bumped version number to 0.6.0-test3 + po updates
-
Cyril Deguet authored
* share/Makefile.am: install skins at make install (closes bug #856)
-
Gildas Bazin authored
* modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
-
Gildas Bazin authored
* modules/video_filter/osd_text.c: small compile fix that seems to be needed on some platforms.
-
Gildas Bazin authored
* NEWS: updated.
-
Gildas Bazin authored
* modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
-
Gildas Bazin authored
* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old. * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
-
- 10 Jun, 2003 4 commits
-
-
Christophe Massiot authored
people who explicitely set mpeg_video in the previous version will end up with libmpeg2 in 0.6.0. * modules/codec/libmpeg2.c: Fixed a potential segfault, especially with DVDs. * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because some audio filters (read: coreaudio resampler) don't like too small packets (I know, this is ugly).
-
Gildas Bazin authored
* modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
-
Gildas Bazin authored
* configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins. * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose). * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
-
Christophe Massiot authored
-
- 09 Jun, 2003 13 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
the share directory
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Cyril Deguet authored
but there are still other segfaults sometimes in FileInfo !!
-
Cyril Deguet authored
CTRL button (as expected in a normal playlist !) TODO: - do the same under windows - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
-
Cyril Deguet authored
* removed all the compilation warnings * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind on wxwindows plugin ;)
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/mux/mpeg/pes.c: allow cases where we don't write a pts. * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
-
Christophe Massiot authored
In vout_CreatePicture() replace i_repeat_first_field by the more useful i_nb_fields * modules/gui/macosx/intf.m: Fixed a warning * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c: Re-added support for slice-I streams, plus miscellaneous tweakings
-
Cyril Deguet authored
-
Cyril Deguet authored
than nothing
-
- 08 Jun, 2003 8 commits
-
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window. * share/skins/default/theme.xml: playlist is hidden by default.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/*: display the popupmenu when you right click on the interface.
-
Eric Petit authored
-
Cyril Deguet authored
* modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting items * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
-
Gildas Bazin authored
* modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
-
Cyril Deguet authored
-
Cyril Deguet authored
* x11_window.*: real tooltip windows ! not perfect yet but it looks cool ! * removed compilation of gtk2 skins module. If you want it back, good luck ;)
-
- 07 Jun, 2003 4 commits
-
-
Gildas Bazin authored
* share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
-
Gildas Bazin authored
* doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts and instructions to generate new fonts.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
-