]> git.sesse.net Git - vlc/history - modules
* doc/skins2-howto.xml: Missing "required" specification
[vlc] / modules /
2004-06-04 Gildas Bazin* modules/codec/spudec/render.c: chroma support for...
2004-06-04 Olivier AubertCoding-style updates (whitespace related)
2004-06-03 Laurent Aimar * ffmpeg: added XVIX fourcc (buggy xvid streams)
2004-06-03 Laurent Aimar * directory: converted to access2.
2004-06-03 Laurent Aimar * mp4: fix for width in tkhd for video stream with...
2004-06-03 Laurent Aimar * file: converted to access2. I hope it still compils...
2004-06-02 Yoann Peronneau * modules/control/hotkeys.c : Display simultaneously...
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-06-02 Laurent Aimar * pvr: cosmetic.
2004-06-02 Laurent Aimar * all: removed ACCESS_GET_SEEKPOINT_INFO.
2004-06-02 Gildas Bazin* modules/misc/freetype.c: optimized subtitles renderin...
2004-06-02 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: better playlist...
2004-06-02 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: fixed a few segfa...
2004-06-01 Laurent Aimar * access2: lastest API change.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-06-01 Cyril Deguet * x11_display.cpp: support 15bpp mode for X11 skins...
2004-06-01 Anil Daoud* compilation (unicode) fix
2004-05-31 Clément Stenac* wizard.cpp : - TTL and SAP support
2004-05-31 Clément StenacMake the playlist window resizeable
2004-05-31 Clément Stenacpvr.c : Converted to access2 and added options for...
2004-05-31 Olivier Teulière * skins2: same fix as in modules/access/directory.c
2004-05-31 Olivier Teulière * modules/gui/wxwindows/preferences.cpp: fixed a refco...
2004-05-31 Laurent Aimar * ncurses: fixed the error that was making the browser...
2004-05-31 Derk-Jan Hartman* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
2004-05-30 Laurent Aimar * access2: fix seek with access2 using pf_block.
2004-05-30 Laurent Aimar * tcp: convertd to access2.
2004-05-30 Laurent Aimar * x264: I have commited debug stuff :(
2004-05-30 Laurent Aimar * access2: fixed seeking.
2004-05-30 Laurent Aimar * access2: support for demuxer access provided.
2004-05-30 Derk-Jan Hartman* Added a filebrowser (B)
2004-05-30 Derk-Jan Hartman* ahum. == on a mask instead of &
2004-05-30 Gildas Bazin* modules/access/directory.c: minor fix.
2004-05-30 Sigmund Augdal Helbergmodules/codec/ffmpeg/chroma.c: resize properly if desti...
2004-05-30 Anil Daoud* wizard.cpp: compilation fixes
2004-05-30 Clément StenacMove streaming data to a separate file (will have to...
2004-05-30 Laurent Aimar * access2: access2 <-> access1 wrapper (untested).
2004-05-30 Clément StenacMissing icons
2004-05-30 Clément Stenac* New wizard is now about usable, yet unfinished
2004-05-30 Sigmund Augdal Helbergmodules/audio_output/alsa.c: fixed an utterly nonsensia...
2004-05-30 Gildas Bazin* modules/gui/gtk/*: got rid of --search-path option...
2004-05-29 Yoann Peronneau * modules/gui/ncurses.c: Fixed a bug due to the new...
2004-05-29 Yoann PeronneauAdded a Mute OSD icon.
2004-05-29 Laurent Aimar * rtp: use dynamique RTP payload type for h263-1998...
2004-05-29 Laurent Aimar * ts: added 14496-17 (text sub) support. It assumes...
2004-05-29 Laurent Aimar * copy: low latency for subt.
2004-05-29 Laurent Aimar ts: ooops, debug messages removed.
2004-05-29 Laurent Aimar * ts.c: - send PES as soon as possible to decoder...
2004-05-28 Derk-Jan Hartman* ncurses intf
2004-05-28 Derk-Jan Hartman* Fix some small potential crashes
2004-05-28 Laurent Aimar * rtp: h263 support (untested).
2004-05-28 Laurent Aimar * copy: don't break the length for subtitle packet.
2004-05-28 Laurent Aimar * mp4: first try to add text subtitle muxing support...
2004-05-28 Laurent Aimar * mp4: convert all \r to \n in subt.
2004-05-28 Felix Paul Kühne* fixed broken translation of 2 buttons of the info...
2004-05-28 Derk-Jan Hartman* bootstrap fix for corba module
2004-05-27 Laurent Aimar * mp4: added text track support. (there is a problem...
2004-05-27 Gildas Bazin* modules/video_chroma/i422_yuy2.c: fixed the I422...
2004-05-27 Gildas Bazin* modules/control/netsync.c: test before you commit.
2004-05-27 Gildas Bazin* video_output/snapshot.c, control/netsync.c: added...
2004-05-27 Sigmund Augdal Helbergremove debug messages along the success path
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed small memleak.
2004-05-27 Olivier AubertCORBA module update:
2004-05-27 Olivier AubertCode cleanup to prepare CORBA module update
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed --mjpeg-fps.
2004-05-27 Olivier AubertSnapshot module (dummy video output module keeping...
2004-05-27 Olivier AubertSnapshot module (dummy video output module keeping...
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed pts calculation.
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: got rid of a couple of useless...
2004-05-27 Gildas Bazin* modules/control/netsync.c: Experimental network synch...
2004-05-27 Derk-Jan Hartman * src/libvlc.h
2004-05-26 Derk-Jan Hartman* enable mjpeg module and add to LIST
2004-05-26 Derk-Jan Hartman* misc/sap.c: check for packetsize attribute and increa...
2004-05-26 Sigmund Augdal Helbergmime multipart jpeg and jpeg series of images demuxer by
2004-05-26 Jean-Paul SamanUse *ScreenResolution() function iso of mixing them...
2004-05-26 Yoann PeronneauAdded Play and Pause OSD Icons for hotkeys.
2004-05-26 Christophe Massiot* modules/access/pvr: Added keyint= and bframes= options.
2004-05-26 Clément StenacCompile fix
2004-05-26 Andre Pang* CMML codec:
2004-05-26 Andre Pang* cmml: fix for loading non-file:// URLs on win32
2004-05-25 Laurent Aimar *livedotcom: added H263-2000 (untested).
2004-05-25 Laurent Aimar* mp4: fix for alaw/ulaw. Clever people that designed...
2004-05-25 Gildas Bazin* modules/video_output/directx/events.c: fixed deadlock...
2004-05-25 Yoann Peronneau* modules/control/hotkeys.c: check if there is a vout...
2004-05-24 Olivier Teulière * skins2: Open the file requester dialog when clicking...
2004-05-24 Jean-Paul SamanHD1000 video output
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: better fix.
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: corner case fix for...
2004-05-24 Jon Lech Johansen * drms.c: Fixed bug which caused the wrong ID to...
2004-05-24 Laurent Aimar * ts: fixed pts, and readding default gathering to...
2004-05-23 Jon Lech Johansen * drms.c: Preview endian fix.
2004-05-23 Derk-Jan Hartman* Remove the old info window from SVN.
2004-05-23 Yoann PeronneauOSD sliders are now used if the vout is not embedded...
2004-05-23 Yoann Peronneau* src/video_output/video_widgets.c: Added OSD sliders...
2004-05-23 Yoann Peronneau* added a search function for the playlist with ncurses...
2004-05-23 Laurent Aimar * raw demuxers: few fixes, add es only after first...
2004-05-23 Laurent Aimar * video; in hurry up mode 5 when scanning for width...
2004-05-23 Gildas Bazin* modules/gui/wxwindows/interface.cpp: update the check...
2004-05-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: small fix.
2004-05-23 Jon Lech Johansen * drms.c: Support for previews.
2004-05-21 Gildas Bazin* modules/codec/speex.c: fixed stupid bug in encoder.
next