]> git.sesse.net Git - vlc/history - modules
* modules/stream_out/transrate: Rewrote the transrater to use a SAD error
[vlc] / modules /
2004-04-04 Laurent Aimar * mms: fixed 'Read' function when the header is bigger...
2004-04-04 Olivier Teulière * skins2: Do not try anymore to display images whose...
2004-04-04 Benjamin PrachtAdd "enable/disable all group items" functions in playl...
2004-04-04 Benjamin PrachtAdds "Enable/disable item" menu item in playlist contex...
2004-04-03 Cyril Deguet * src/window_manager.cpp: added a synchVisibility...
2004-04-03 Cyril Deguet * x11/x11_display.cpp: the "parent" window now receiv...
2004-04-03 Benjamin PrachtGroup selection combo box in stream proprieties dialog...
2004-04-03 Olivier Teulière * skins2: when the user click on a window, raise onl...
2004-04-03 Olivier Teulière * skins2: do not save the config when changing the...
2004-04-03 Cyril Deguet * x11/x11_window.cpp: reset the "drawable" variable...
2004-04-03 Cyril Deguet * x11_display.cpp: create a dummy "parent" window...
2004-04-03 Cyril Deguet * ctrl_text.cpp: check if the scrolling is still...
2004-04-03 Cyril Deguet * src/vlcproc.cpp: DO NOT update the GUI directly...
2004-04-03 Laurent Aimar *audio.c: aout really doesn't like big audio chunks...
2004-04-03 Olivier Teulière * skins2: Added friend classes where appropriate,...
2004-04-03 Cyril Deguet * ustring.cpp: fixed the operator= (the trailing ...
2004-04-03 Cyril Deguet * all: support of shuffle from the skins2 interface:
2004-04-03 Cyril Deguet * bitmap_font.cpp: fixed the white space character...
2004-04-03 Laurent Aimar * mp4*: demux -> demux2.
2004-04-03 Laurent Aimar * avi: demux -> demux2.
2004-04-03 Laurent Aimar * all: do not use input_Clock* anymore (use ES_OUT_SET...
2004-04-02 Olivier Teulière * modules/gui/wxwindows/interface.cpp: small fix for...
2004-04-02 Gildas Bazin* modules/gui/wxwindows/wxwindows.h: use a namespace...
2004-04-02 Gildas Bazin* modules/video_output/directx/events.c: compilation...
2004-04-02 Laurent Aimar * demux2: added ogg.
2004-04-02 Laurent Aimar * subsdec.c: use es_forma_t.subs.psz_encoding if present.
2004-04-02 Laurent Aimar * ogg : demux -> demux2. It needs more testings.
2004-04-02 Laurent Aimar * ogg: cosmetics + converted PCR to micro-second unit...
2004-04-02 Gildas Bazin* src/video_output/vout_intf.c: new vout_ControlWindow...
2004-04-02 Gildas Bazin* modules/gui/wxwindows/*: simplified the look&feel...
2004-04-02 Laurent Aimar * demux2: added mpgv and rawdv.
2004-04-02 Laurent Aimar * rawdv.c: demux -> demux2. (Untested so may be broken)
2004-04-02 Laurent Aimar * m4v: pts/dts fixes.
2004-04-02 Laurent Aimar * m4v: demux -> demux2.
2004-04-02 Laurent Aimar * asf: no DEMUX_SET_TIME...
2004-04-02 Laurent Aimar * mkv: demux -> demux2.
2004-04-01 Laurent Aimar * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME...
2004-04-01 Laurent Aimar * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME...
2004-04-01 Laurent Aimar * demux2: added live.
2004-04-01 Laurent Aimar * livedotcom.cpp: demux -> demux2. (Precision in seek...
2004-04-01 Olivier Teulière * skins2: Anchors are now stored in the layouts, not...
2004-04-01 Gildas Bazin* modules/gui/kde/info.cpp: info_category_t compilation...
2004-04-01 Derk-Jan Hartman* missed a object_release
2004-04-01 Derk-Jan Hartman* Fix p_item etc breakages. Question.. is the seperate...
2004-04-01 Laurent Aimar * ts: better handling on PAT version changes.
2004-04-01 Gildas Bazin* modules/gui/wxwindows/*: bookmarks improvements.
2004-04-01 Gildas Bazin* modules/video_output/x11/xcommon.c: compilation fixes.
2004-04-01 Eric Petit i420_yuy2.c: fixed AltiVec conversion for unusual...
2004-04-01 Gildas Bazin* src/libvlc.h, modules/video_output/directx/events.c:
2004-04-01 Clément StenacCancel
2004-04-01 Clément Stenac* modules/demux/playlist : native playlist import
2004-04-01 Gildas Bazin* configure.ac, modules/gui/skins2/utils/bezier.cpp:
2004-04-01 Rocky Bernsteinvcdplayer_selection2lid not here anymore. It comes...
2004-04-01 Gildas Bazin* modules/access/vcdx/access.c: use input_Control(INPUT...
2004-03-31 Anil Daoudcompilation fix
2004-03-31 Gildas Bazin* modules/gui/*: compilation fixes for the new input_it...
2004-03-31 Gildas Bazin* modules/access/dshow/dshow.cpp: compilation fix.
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-31 Olivier Teulière * All: Compilation fixes for Solaris 9, courtesy of...
2004-03-31 Benjamin PrachtAlso fallis back to C string if UTF8 string fails in...
2004-03-31 Derk-Jan HartmanFall back to plain C with default C character encoding...
2004-03-30 Benjamin PrachtWorks around an issue with some playlist items added...
2004-03-30 Benjamin PrachtImplements info treeview in the playlist proprieties...
2004-03-30 Clément StenacDo not delay subtitles twice + Sanity check
2004-03-29 Laurent Aimar * livedotcom.cpp: lalala.... (compilation fixes).
2004-03-29 Laurent Aimar * all: cast of lvalues ...
2004-03-29 Laurent Aimar * ogg: cast of lvalue ... gibalou could you test this...
2004-03-29 Laurent Aimar * *.h: shut up gcc (cast of lvalue).
2004-03-29 Laurent Aimar * avi: fixed a cast of lvalue.
2004-03-29 Laurent Aimar * livedotcom.cpp: use stream_Demux* to support muxed...
2004-03-29 Laurent Aimar * mpeg_audio: fixed input infos update, and removed...
2004-03-29 Laurent Aimar * rtp: fixed segfault with mux=
2004-03-29 Sigmund Augdal Helbergfixed "slower" hotkey.
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-29 Rocky BernsteinPopulate stream information.
2004-03-29 Rocky BernsteinSmall cosmetic changes
2004-03-28 Rocky BernsteinCorrect multi-default selection. But we need vcdimager...
2004-03-28 Xavier Martincorrection of a small bug in the function move
2004-03-28 Benjamin PrachtReverses previous patch, which added 1min/5min forward...
2004-03-28 Derk-Jan Hartman* src/input/stream.c
2004-03-27 Cyril Deguet * bitmap_font.cpp: full support of text bitmap font
2004-03-27 Derk-Jan Hartman* src/interface/interface.c
2004-03-27 Cyril Deguet * all: beginning of "text" bitmap font support. The...
2004-03-27 Cyril Deguet * all: beginning of bitmap font support. At the momen...
2004-03-26 Clément StenacSpectrum is default enabled
2004-03-25 Laurent Aimar * video: disable direct rendering for h264.
2004-03-25 Derk-Jan Hartman* VLC couldn't handle external links since the playlist...
2004-03-25 Laurent Aimar * mpeg4video.c: added m4cc/M4CC.
2004-03-25 Gildas Bazin* modules/video_output/directx/*:
2004-03-25 Clément StenacDon't save an empty playlist
2004-03-25 Laurent Aimar * real: added support for aac codec.
2004-03-25 Gildas Bazin* modules/gui/wxwindows/video.cpp: fix for wxGtk built...
2004-03-24 Gildas Bazin* src/video_output/vout_intf.c: vout_IntfInit() for...
2004-03-24 Olivier Teulière * skins2/parser/builder*: All the controls now have...
2004-03-24 Olivier TeulièreCompilation fix
2004-03-24 Christophe Massiot* ts muxer: added a no-crypt-audio option for people...
2004-03-24 Christophe Massiot* csa.c: Fixed an encryption bug with packets smaller...
2004-03-23 Gildas Bazin* modules/gui/wxwindows/*:
2004-03-23 Gildas Bazin* modules/video_output/x11/xcommon.c: use vout_RequestW...
2004-03-23 Gildas Bazin* modules/codec/ffmpeg/encoder.c: removed unused stuff.
next