]> git.sesse.net Git - vlc/history - modules
* cmml: fix for loading non-file:// URLs on win32
[vlc] / modules /
2004-05-08 Olivier Teulière * skins2/src/skin_main.cpp: Transparency is default...
2004-05-08 Gildas Bazin* modules/video_output/x11/xcommon.c: fixed bug with...
2004-05-08 Gildas Bazin* modules/demux/dvdnav.c: a few fixes.
2004-05-07 Laurent Aimar * avi: hack to let few xvid files working.
2004-05-07 Laurent Aimar * video: set avtcx->codec_tag
2004-05-07 Gildas Bazin* modules/demux/asf/*: fixed mem leak.
2004-05-07 Gildas Bazin* modules/gui/wxwindows/*: move a few things out of...
2004-05-07 Gildas Bazin* modules/video_output/directx/*: embedded vout plays...
2004-05-07 Jean-Paul SamanTuning to DVB-C works. Added code to listen to FE_REINI...
2004-05-07 Jean-Paul SamanGracefully interrupt the tuning process.
2004-05-07 Jean-Paul Samancompilation fixes
2004-05-07 Jean-Paul SamanRefactoring of dvb.c and access.c. Coding style and...
2004-05-07 Rocky BernsteinTolerate compilation with vcdimager 0.7.20. Sigh.
2004-05-07 Derk-Jan Hartman* introduced a bug with my latest patch in the autogene...
2004-05-06 Derk-Jan Hartman* fixed a number of memleaks
2004-05-06 Gildas Bazin* modules/mux/mp4.c:fixed a minor mem leak.
2004-05-06 Gildas Bazin* modules/demux/mp4/mp4.c: fixed memory leak.
2004-05-06 Derk-Jan Hartman* don't autorelease the application
2004-05-06 Gildas Bazin* modules/demux/mkv.cpp: wchar_t is defined in stddef...
2004-05-05 Jon Lech Johansen * drms.c: DRMS v2 uses filename iSCInfo2 instead...
2004-05-05 Gildas Bazin* modules/demux/ts.c: support for DVB subtitles and...
2004-05-05 Olivier Teulière * skins2/parser/skin_parser.cpp: Make sure that IDs...
2004-05-05 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: compil...
2004-05-05 Jon Lech Johansen * drms.c: DRMS v2 support. Thanks to sam for cleaning...
2004-05-04 Olivier Teulière * skins2/parser/skin_parser.cpp: Fixed my last commit.
2004-05-04 Gildas Bazin* modules/demux/ts.c: coding style changes.
2004-05-04 Eric Petit + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
2004-05-04 Eric Petit + video_chroma/i420_yuy2.c : fixed conversion for...
2004-05-04 Eric Petit + macosx/vout.m : catch mouse events in OpenGL mode...
2004-05-04 Rocky BernsteinCorrect bitrate in the WAV header.
2004-05-03 Gildas Bazin* modules/codec/ffmpeg/video.c: compilation fixes for...
2004-05-02 Sigmund Augdal Helbergmodules/access/cdda.c: write proper bitrate in the...
2004-05-02 Olivier Teulière * modules/control/hotkeys.c and lirc.c: fixed a refcou...
2004-05-02 Olivier Teulière * modules/gui/wxwindows/playlist.cpp: fixed a refcount...
2004-05-02 Olivier Teulière * skins2/parser/interpreter.cpp: parse the "or" operator
2004-05-01 Gildas Bazin* modules/demux/dvdnav.c: a few coding style changes.
2004-05-01 Gildas Bazin* modules/demux/dvdnav.c: a bit less debug and fixed...
2004-05-01 Cyril Deguet * src/vlcproc.*: added the callbacks for vout request...
2004-04-30 Gildas Bazin* modules/gui/wxwindows/*: hotkeys support.
2004-04-30 Eric Petit + macosx/vout*: use two pictures and OpenGL textures...
2004-04-30 Benjamin Pracht* Use the playlist info panel instead of the old one...
2004-04-30 Gildas Bazin* modules/gui/skins2/*: a few bug fixes.
2004-04-30 Gildas Bazin* share/skins2/skin.catalog: added a default catalog...
2004-04-30 Derk-Jan Hartman * src/video_output/vout_intf.c: remember video-on...
2004-04-30 Gildas Bazin* modules/gui/wxwindows/*: small clean-up.
2004-04-29 Cyril Deguet * parser/expr_evaluator: expression evaluator using...
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/video.c: direct rendering needs...
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/*:
2004-04-29 Derk-Jan Hartman * src/playlist/playlist.c: Don't do any playlist actio...
2004-04-29 Derk-Jan Hartman* Fix the fullscreen button.
2004-04-29 Clément Stenac* Made the open dialog a wxDialog to be able to call...
2004-04-29 Gildas Bazin* modules/demux/avi/avi.c: fixed infinite loop when...
2004-04-29 Derk-Jan Hartman* Updated the Vout behaviour. Still a bit coupled to...
2004-04-29 Derk-Jan Hartman* remove "Ja Nu!" Didn't i do that before????
2004-04-29 Gildas Bazin* modules/demux/avi/avi.c: Fixed infinite loop in the...
2004-04-29 Gildas Bazin* modules/access/dshow/filter.cpp: removed useless...
2004-04-28 Gildas Bazin* modules/mux/ogg.c, modules/codec/theora.c: changes...
2004-04-28 Clément StenacImproved the Xosd plugin
2004-04-28 Gildas Bazin* modules/codec/theora.c: better sanity check for aspec...
2004-04-28 Gildas Bazin* modules/demux/ogg.c: theora decoding fix (one of...
2004-04-28 Gildas Bazin* modules/control/hotkeys.c: fixed fullscreen hotkey...
2004-04-28 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preve...
2004-04-27 Gildas Bazin* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to...
2004-04-27 Gildas Bazin* modules/gui/wxwindows/*: drag&drop is not supported...
2004-04-27 Derk-Jan Hartman* ahum, missing avi shortcut :D
2004-04-27 Christophe Massiot* modules/demux/ts.c: Fixed an infinite loop in PATCall...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-27 Sam Hocevar * Got rid of more "VideoLAN C*****" references.
2004-04-27 Christophe MassiotReview of sout help strings
2004-04-27 Sam Hocevar * Removed legacy mentions of "VideoLAN C*****" in...
2004-04-27 Sam Hocevar * modules/access/v4l/v4l.c:
2004-04-27 Rocky Bernsteinogt.c: add object_release for object_find
2004-04-26 Gildas Bazin* modules/demux/avi/libavi.h: added h264 fourccs.
2004-04-26 Gildas Bazin* modules/mux/mpeg/ts.c: revised config options descrip...
2004-04-26 Clément StenacOptions descriptions for TS muxer
2004-04-26 Gildas Bazin* modules/demux/avi/avi.c: fix for a bug introduced...
2004-04-26 Gildas Bazin* modules/gui/wxwindows/*: reverted last --wxwin-keep...
2004-04-26 Sam Hocevar * modules/codec/Modules.am:
2004-04-26 Gildas Bazin* modules/gui/wxwindows/*: new --wxwin-keep-size option...
2004-04-26 Gildas Bazin* modules/video_filter/deinterlace.c: avoid segfault...
2004-04-26 Gildas Bazin* modules/gui/wxwindows/video.cpp: forgot to unlock...
2004-04-26 Gildas Bazin* modules/video_output/x11/xcommon.c: fix for detection...
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: win32 compilation fix
2004-04-26 Gildas Bazin* modules/codec/theora.c: new --sout-theora-quality...
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: some option names...
2004-04-26 Derk-Jan Hartman* when you use object_find you need to do a object_rele...
2004-04-25 Gildas Bazin* modules/codec/vorbis.c: fix for quality setting.
2004-04-25 Gildas Bazin* modules/codec/vorbis.c:
2004-04-25 Laurent Aimar * x264: compilation fix.
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c:
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: make acodec/vcodec...
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: fix for when forcing...
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: if aenc/venc is speci...
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c:
2004-04-25 Clément StenacUpdated
2004-04-25 Cyril Deguet * ctrl_text.cpp: put the control text in the "moving...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-25 Cyril Deguet * dialogs.cpp: put NULL for the parent window argumen...
2004-04-25 Clément StenacAdd options descriptions
next