]> git.sesse.net Git - vlc/history - modules
* now search all srvtypes and add all srvs of all srvtypes to the
[vlc] / modules /
2003-01-21 Loïc Minier * now search all srvtypes and add all srvs of all...
2003-01-21 Derk-Jan HartmanALL: the slider updates the video while it slides.
2003-01-21 Laurent Aimar * added "use DVD menu" choice.
2003-01-21 Laurent Aimar * sub.c: fixed handling for subrip subtitle with ...
2003-01-21 Laurent Aimar * gui/gtk : added a subtitle option in open dialog...
2003-01-21 Jon Lech Johansen * ./modules/gui/macosx/aout.m: output more debug...
2003-01-20 Laurent Aimar * all: begin to up to date the gtk/gnome interface...
2003-01-20 Christophe MassiotUsed macro instead of hand-made code.
2003-01-20 Laurent Aimar * all: converted some msg_Err into msg_Warn
2003-01-20 Laurent Aimar * asf : more msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * aac: some msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * all: changed some msg_Err into msg_Warn.
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-20 Derk-Jan Hartman* ./extras/MacOSX/vlc.pbproj/project.pbxproj
2003-01-20 Eric Petit load correctly font-eutopiabold36.rle on BeOS, thanks...
2003-01-20 Laurent Aimar * mpegvideo.c : raah, removed a debug message...
2003-01-20 Laurent Aimar * mpegvideo.c : fix dts generation for non-progressive...
2003-01-20 Derk-Jan Hartman* ./modules/gui/macosx/vout.m: Fixed the play/pause...
2003-01-19 Jean-Paul SamanNew "qte_main" module. It should be used by all plugins...
2003-01-19 Olivier Teulière * Compilation fix
2003-01-19 Christophe MassiotRequalified some error messages into warnings.
2003-01-19 Laurent Aimar * avi.c : proper way to store fourcc.
2003-01-19 Laurent Aimar * all: change the way fourcc are stored in bitmapinfoh...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-18 Christophe MassiotIncluding font-eutopiabold36.rle for DivX and ogg subti...
2003-01-18 Derk-Jan Hartman* ./modules/gui/macosx/open.m
2003-01-18 Derk-Jan Hartman* ./modules/gui/macosx/open.m:
2003-01-17 Sam Hocevar * ./modules/audio_output/alsa.c: updated requirements...
2003-01-17 Derk-Jan Hartman* ./modules/gui/macosx/controls.m: made the fullscreen...
2003-01-17 Sam Hocevar * ./modules/gui/ncurses/ncurses.c: added locks and...
2003-01-17 Sam Hocevar * ./modules/gui/win32/mainframe.cpp, ./modules/gui...
2003-01-17 Sam Hocevar * ./modules/control/rc/rc.c: boundary checks for...
2003-01-17 Sam Hocevar * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui...
2003-01-17 Eric Petit Fixed the 'Do not use DVD menus' check box.
2003-01-17 Jean-Paul SamanUpdating slider only once a second now.
2003-01-17 Sam Hocevar * ./modules/video_filter/**/*.c: mouse clicks and...
2003-01-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-17 Loïc Minier * added missing static
2003-01-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed a wrapping...
2003-01-16 Loïc Minier * configure.ac.in:
2003-01-16 Christophe Massiot* Bumped up revision number to 0.5.0-test3,
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
2003-01-16 Loïc Minier * typo
2003-01-16 Eric Petit * InterfaceWindow.cpp : fixed DVD drag & drop
2003-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: attempt at fixing free...
2003-01-16 Derk-Jan Hartman* ./modules/gui/macosx/controls.m:
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-16 Sam Hocevar * ./include/vlc_common.h: fixed win32 plugin compilation.
2003-01-16 Sam Hocevar * ALL: merged more UI strings.
2003-01-15 Christophe Massiot* Fixed MPEG audio layer III VBR,
2003-01-15 Christophe MassiotTypo.
2003-01-15 Sam Hocevar * ./modules/video_output/x11/xcommon.c: we ignore...
2003-01-15 Sam Hocevar * ALL: slightly changed some interface strings so...
2003-01-15 Christophe MassiotBetter recovery on emulated startcode. Still doesn...
2003-01-15 Christophe MassiotVolumeUp/Down/Mute now work even if no file is playing.
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2003-01-15 Jon Lech Johansen * ./modules/gui/macosx: added macosx-adev and macosx...
2003-01-14 Sam Hocevar * ./modules/audio_output/oss.c: compilation fix for...
2003-01-14 Eric Petit Fixed playlist behaviour (draging a file replaces...
2003-01-14 Eric Petit Now you can save preferences.
2003-01-14 Eric Petit * added a sanity lock
2003-01-14 Christophe Massiot* Fixed dual-mono handling of MPEG audio.
2003-01-14 Eric Petit * Added a file panel for subtitles file selection.
2003-01-14 Sigmund Augdal Helbergchanged the a rule into add and made it work along...
2003-01-13 Jon Lech Johansen * ./modules/gui/macosx/aout.m: don't call AudioHardwa...
2003-01-13 Laurent Aimar * adpcm: changed the way that data are read and thus...
2003-01-13 Olivier Teulière * MacOSX interface: fixed a stupid bug
2003-01-13 Christophe MassiotCompilation fix.
2003-01-13 Sam Hocevar * ./toolbox: toolbox --update-po now automatically...
2003-01-13 Christophe MassiotDo not forget to register aout_ChannelsRestart as the...
2003-01-13 Sam Hocevar * ./modules/video_output/sdl.c: protected libSDL...
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-13 Laurent Aimar * mp4: added parsing of some mov boxes (alternate...
2003-01-12 Jean-Paul SamanUse gtk_main_quit only in one place (the function Manag...
2003-01-12 Laurent Aimar * avi: partial fix for non interleaved file with incor...
2003-01-12 Jon Lech Johansen * ./modules/gui/macosx/intf.m: Fixed mutex errors...
2003-01-12 Sigmund Augdal Helberg * src/video_output/video_output.c: add a key-pressed...
2003-01-12 Laurent Aimar * m4v: a raw MPEG-4 video stream demuxer (for now...
2003-01-12 Laurent Aimar * avi.c: avi muxer. (It produces broken files, but...
2003-01-12 Laurent Aimar * some workaround for clock.
2003-01-12 Eric Petit * beos/* : fixed a bug in the progress bar with big...
2003-01-12 Sigmund Augdal Helberg new rule for remote controls with combined play/pause...
2003-01-11 Eric Petit * Needed update because variables names changed in...
2003-01-11 Stephan Assmusfixed flickering of skip buttons (and consequently...
2003-01-11 Laurent Aimar * avi: fix my last fix :)
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-11 Olivier Teulière * Fixed my previous commit (thanks fenrir)
2003-01-11 Olivier Teulière * compilation fix
2003-01-10 Loïc Minier * re-included playlist.h (got confused with vlc-playl...
2003-01-10 Eric Petit Definitively fixed sync (I hope).
2003-01-10 Cyril Deguet* fixed previous commit (didn't work everytime)
2003-01-10 Cyril Deguet* enable the network channel box when selecting network...
2003-01-10 Loïc Minier * removed an useless inclusion
2003-01-10 Loïc Minier * access_slp LD options
2003-01-10 Loïc Minier * removed VLC_GO to avoid skipping to the last program
2003-01-10 Loïc Minier * configure.ac.in, modules/access/slp.c: New SLP...
2003-01-10 Olivier Teulière * ./modules/gui/win32: fixed a bug in the preferences...
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-09 Laurent Aimar * avi: read less data at once as it seems to give...
next