]> git.sesse.net Git - vlc/history - modules
Add options to give a specific channel order in mosaic
[vlc] / modules /
2005-03-01 Antoine CellerierAdd options to give a specific channel order in mosaic
2005-03-01 Antoine Cellerier * change copyright date
2005-03-01 Rémi Denis-Courmont- fix is_mult call in case of Unicode build (c_str...
2005-03-01 Derk-Jan Hartman* Fix compile issue on lirc.c
2005-03-01 Christophe Massiot* modules/video_output/picture.c: Changed the order...
2005-03-01 Steve Lhommemkv.cpp: better handling of the seekpoint numbers
2005-03-01 Christophe Massiot* modules/stream_out/transcode.c: Fixed --sout-transcod...
2005-03-01 Steve Lhommemkv.cpp: update the current chapter during playback
2005-03-01 Antoine Cellerier * fix placement calculation when vborder or hborder...
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2005-03-01 Antoine Cellerier * add svn Id support and some copyright info in picture.h
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-03-01 Steve Lhommemkv.cpp: fix the chapter/edition ending time
2005-03-01 Clément StenacFix playlist export
2005-03-01 Derk-Jan Hartman* simplified the lirc code to listen for key-* strings...
2005-03-01 Gildas Bazin* modules/control/Modules.am, rtci.c: really delete...
2005-02-28 Mark MoriartyRemove rtci.c from modules/control (implementation...
2005-02-28 Gildas Bazin* modules/gui/wince: added a popup menu for the main...
2005-02-28 Gildas Bazin* modules/gui/wince: usual bunch of cleanup + updates.
2005-02-28 Antoine Cellerier * mosaic.c, rc.c, rtci.c : callbacks to change mosaic...
2005-02-28 Gildas Bazin* modules/gui/wince: some more cleanup.
2005-02-27 Steve LhommeMore ordered chapters code, still not functional
2005-02-27 Mark Moriartyfreetype.c -- set default font color (white)
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-27 Andre Pang* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla...
2005-02-26 Gildas Bazin* modules/gui/wince: some more code cleanup + fixes.
2005-02-26 Clément Stenac* Allow all MJPEG fourcc
2005-02-25 Laurent Aimar* ts: if no dts but there is a pts then dts == pts.
2005-02-25 Gildas Bazin* ../modules/gui/wince: new CreateMenuBar() which handl...
2005-02-24 Steve Lhommefill more data in the chapter classes
2005-02-24 Gildas Bazin* modules/gui/wince: cleanup + ported to win32 (but...
2005-02-24 Steve Lhommemkv.cpp: add more code to support ordered chapters
2005-02-24 Derk-Jan Hartman* start osx up in VIEW_SIMPLE and only switch to VIEW_C...
2005-02-23 Derk-Jan Hartman* freetype.c: fix for blurry subs? someone please confirm
2005-02-23 Derk-Jan Hartman* Fix setRepresentedFilename in case p_access not prese...
2005-02-23 Derk-Jan Hartman* Let's break the prefs again for OSX
2005-02-23 Derk-Jan Hartman* Update copyright to 2005 where appropriate.
2005-02-23 Steve Lhommemkv.cpp: I was wrong, the dirent export works
2005-02-23 Steve Lhommemkv.cpp: fix dirent issue with the recent "fixes"
2005-02-23 Sigmund Augdal Helbergwall.c: user-configurable aspect-ratio for the displays
2005-02-23 Sigmund Augdal Helbergwall.c: shut up two compiler warnings. Fix two (only...
2005-02-23 Sigmund Augdal Helbergwall.c: set the total output aspect ratio to the device...
2005-02-23 Mark Moriartyfreetype.c Correct color mapping, make color choice...
2005-02-22 Derk-Jan Hartman* renamed sap module from "SAP interface" to "SAP annou...
2005-02-22 Jérome DecoodtWe use setRepresentedFilename if access is File.
2005-02-22 Damien Fouilleul- changed dshow plugin to use common IID defined in...
2005-02-22 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: sanity check...
2005-02-21 Gildas Bazin* modules/demux/ogg.c: added support for new Ogg mappin...
2005-02-21 Gildas Bazin* modules/codec/vorbis.c: uninitialized variable.
2005-02-21 Gildas Bazin* modules/misc/network/ipv4.c: multicast support for...
2005-02-21 Gildas Bazin* src/misc/modules.c, modules/access/directory.c: Win32...
2005-02-21 Jérome DecoodtDo not use setTitleWithRepresentedFilename if input...
2005-02-21 Sigmund Augdal Helbergwall.c: handle some rounding error causing a integer...
2005-02-21 Antoine Cellerier * picture.c : slightly cleaner picture_t freeing
2005-02-21 Antoine Cellerier * update the copyright dates
2005-02-21 Gildas Bazin* configure.ac, modules/access/directory.c: enabled...
2005-02-21 Antoine CellerierBasic mosaic, video blending modules
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Sigmund Augdal Helbergwall.c: create properly sized (multiple of two each...
2005-02-21 Laurent Aimar * livedotcom: automatic TCP rollover when no data...
2005-02-21 Laurent Aimar * all: woops (debug messages left).
2005-02-21 Laurent Aimar * block: added
2005-02-21 Steve Lhommemkv.cpp: prepare code for multiple editions and ordered...
2005-02-21 Steve Lhommemkv.cpp: do not spread gcc problems to other compilers
2005-02-20 Gildas Bazin* modules/codec/mpeg_audio.c: let ffmpeg have the prior...
2005-02-20 Clément StenacAdd sdp meta-data to playlist
2005-02-20 Gildas Bazin* src/misc/httpd.c, modules/demux/subtitle.c, modules...
2005-02-20 Mark Moriartyfreetype.c Change opacity to 0...255, add --freetype...
2005-02-20 Gildas Bazin* modules/video_output/wingdi.c: major optimizations...
2005-02-20 Gildas Bazin* modules/gui/wince: misc small fixes.
2005-02-20 Eric Petit video_filter/marq.c: converted to unix file format
2005-02-20 Sigmund Augdal Helbergwall.c: try to make all windows in a given aspect ratio...
2005-02-20 Mark Moriartyfreetype.c add --freetype-opacity (0..100%), to contro...
2005-02-19 Mark Moriartymarq.c -- allow relative positioning, like logo, via...
2005-02-19 Eric Petit demux/mkv.cpp: be gcc 2.9x friendly:
2005-02-18 Sigmund Augdal Helbergwall.c: reverted previous commit, new proper fix
2005-02-18 Eric Petit opengl.c: higher priority on OS X
2005-02-18 Sigmund Augdal Helbergwall.c: do not assume all windows are equal width if...
2005-02-18 Eric Petit macosx/voutgl.m: fixed another crash (hopefully the...
2005-02-18 Steve Lhommemkv.cpp: handle seeking the way it's supposed to work...
2005-02-18 Eric Petit video_output/opengl.c: fixed a (OS X only) segfault
2005-02-18 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: Added an sout...
2005-02-17 Felix Paul Kühne* mirrored the 'services discovery' menu in the file...
2005-02-17 Steve Lhommemkv.cpp: fix the update of the timecode and position...
2005-02-17 Derk-Jan Hartman* playlist.m:
2005-02-17 Steve Lhommemkv.cpp: more debug and checks
2005-02-17 Steve Lhommemkv.cpp: finer granularity for seeking (useful for...
2005-02-17 Derk-Jan Hartman* Finally fixed the issue with resizing the controller...
2005-02-16 Steve Lhommeavoid \r\n problems
2005-02-16 Steve Lhommemkv.cpp: use time-based seeking whenever possible
2005-02-16 Gildas Bazin* modules/misc/network/ipv4.c: WinCE fix.
2005-02-16 Gildas Bazin* configure.ac, modules/video_output/wingdi.c: enable...
2005-02-16 Gildas Bazin* modules/gui/wince: compile the resource file as well.
2005-02-15 Gildas Bazin* modules/demux/ts.c: WinCE fix.
2005-02-15 Gildas Bazin* modules/gui/wince: WinCE build fixes.
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2005-02-15 Gildas Bazin* modules/gui/wxwindows/messages.cpp: fixed insertion...
2005-02-15 Derk-Jan Hartman* renamed --spu-track to --sub-track
2005-02-15 Derk-Jan Hartman* renamed audio-channel to audio-track so ppl don't...
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
next