]> git.sesse.net Git - vlc/history - modules
get rid of windows style line breaks
[vlc] / modules /
2005-05-08 Antoine Celleriercheck if equalizer and equalizer-2pass are enabled...
2005-05-08 Antoine Cellerier* disable equalizer commands in the extended GUI if...
2005-05-07 Steve Lhommemkv.cpp: code cleaning
2005-05-07 Felix Paul Kühne* controls.m: added l10n of the volume-string shown...
2005-05-07 Steve Lhommemkv.cpp: improve the button logic and fix the LinkPGC...
2005-05-07 Steve Lhommemkv.cpp: better handling of quitting an ordered edition...
2005-05-07 Jérome DecoodtTypo
2005-05-07 Jérome DecoodtAdd a notice if advanced items are not shown
2005-05-07 Steve Lhommemkv.cpp: process the LinkPGCN DVD command correctly
2005-05-07 Steve Lhommemkv.cpp: make the DVD command interpretor global to...
2005-05-07 Jérome DecoodtFix a refcount error
2005-05-07 Jérome Decoodt*: fix alignment of widgets.
2005-05-06 Jérome Decoodt*: remove useless code
2005-05-06 Jérome Decoodt*: fix problems about advanced button
2005-05-06 Felix Paul Kühne* sorry, forgot to give svn the playlist.m from the...
2005-05-06 Felix Paul Kühne* playlist.m: use stringWithUTF8String instead of strin...
2005-05-06 Felix Paul Kühne* equalizer.m: use preset_list_text instead of preset_l...
2005-05-06 Steve Lhommemkv.cpp: minor enhancements/cleanings of the button...
2005-05-06 Steve Lhommemkv.cpp: support highlighting a button when clicked...
2005-05-05 Benjamin Pracht* playlist.* support for DnD from Finder
2005-05-05 Felix Paul Kühne* compilation fix
2005-05-05 Jérome Decoodt- added macosx version detection at runtime with /Syste...
2005-05-05 Jérome DecoodtAdded widget, fix save, etc.
2005-05-04 Cyril Deguet* skin.dtd: added an attribute "resize" in the "Image...
2005-05-03 Benjamin Pracht* Fixes a silly bug in the filling of the NSMutableDict...
2005-05-02 Rocky Bernsteingcc 3.4.3 gave this error:
2005-05-02 Laurent Aimar * playlist: fix Playlist::OnKeyDown (added event.Skip...
2005-05-01 Cyril Deguet* ft2_font.cpp: added a cache for glyphs rendered with...
2005-05-01 Rocky Bernsteinfix next/previous chapter in disc mode
2005-05-01 Cyril Deguet* os_graphics.hpp: added a parameter "blend" to drawBit...
2005-05-01 Rocky BernsteinWork on audio control access.
2005-05-01 Rocky BernsteinCorrect up audio-control stop command.
2005-05-01 Rocky BernsteinCompatability for different versions of libcdio from...
2005-05-01 Rocky BernsteinA couple more fixes. One to set meta information when...
2005-05-01 Rocky BernsteinFix some bugs when playlist not in disc but track mode:
2005-04-29 Christophe Massiot* ALL: We are now using libtwolame instead of libtoolam...
2005-04-29 Laurent Aimar * record: use add_directory (instead of add_string...
2005-04-28 Steve Lhommemkv.cpp: add preliminary code to support the UI hooks
2005-04-28 Damien Fouilleul- added dshow-fps option to configure capture framerate
2005-04-28 Damien Fouilleulvlc_common.h: Cygwin & Mingw32 compatibilty update...
2005-04-28 Gildas Bazin* modules/access_filter/record.c: compilation fix.
2005-04-28 Laurent Aimar * record: grrr, support for system that doesn't have...
2005-04-28 Laurent Aimar es_out*: added ES_OUT_DEL_GROUP
2005-04-27 Rémi Denis-CourmontFix errno undefined error
2005-04-26 Sam Hocevar * support for --esdserver. doesn't seem to work yet...
2005-04-26 Steve Lhommemkv.cpp: added the thread to support VOB buttons
2005-04-26 Benjamin PrachtAdd a checkbox to enable timeshifting in the open netwo...
2005-04-26 Steve Lhommemkv.cpp: do an EnterAndLeave before seeking in Matroska...
2005-04-26 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/video_out...
2005-04-26 Steve Lhommemkv.cpp: avoid leaving the same item in cascade
2005-04-26 Gildas Bazin* modules/codec/x264.c: relaxed the version requirement...
2005-04-26 Gildas Bazin* modules/stream_out/transcode.c: lowered the hurry...
2005-04-26 Gildas Bazin* modules/stream_out/transcode.c: new hurry-up option...
2005-04-26 Gildas Bazin* modules/codec/x264.c: use proper default value for...
2005-04-26 Gildas Bazin* modules/codec/x264.c: crop the video if its size...
2005-04-26 Gildas Bazin* modules/codec/x264.c: added bpyramid and subpel optio...
2005-04-26 Gildas Bazin* modules/gui/wxwindows/interface.cpp: sanitized the...
2005-04-26 Gildas Bazin* modules/gui/wxwindows/interface.cpp: shortcut for...
2005-04-26 Gildas Bazin* modules/demux/mkv.cpp: itoa -> sprintf.
2005-04-26 Laurent Aimar * all: added set_shortname.
2005-04-26 Laurent Aimar * wxwindows: added a cast to avoid a compiler error...
2005-04-26 Laurent Aimar * all: added a new access_filter module: record +...
2005-04-26 Laurent Aimar * timer: cosmetic (use VLC_META_NOW_PLAYING instead...
2005-04-26 Laurent Aimar * all: warning fixes.
2005-04-26 Laurent Aimar * asf, b4s: warning fixes.
2005-04-25 Steve Lhommemkv.cpp: add support for new DVD commands, add more...
2005-04-24 Clément StenacFix crash if we don't have freetype or subsdec
2005-04-24 Steve Lhommemkv.cpp: Fix a problem when entering a chapter after...
2005-04-24 Steve Lhommemkv.cpp: added support for the "GotoAndPlay()" Matroska...
2005-04-24 Clément StenacAlso delete nodes when deleting selection
2005-04-24 Steve Lhommemkv.cpp: support the CallSS VTSM DVD command and cleane...
2005-04-24 Clément StenacDon't forget to update the status bar on track change
2005-04-24 Sigmund Augdal Helbergsap.c: clean up playlist handling
2005-04-24 Steve Lhommemkv.cpp: clean the way chapters are presented/handled...
2005-04-23 Clément StenacRemove invert selection and select all (I simply can...
2005-04-23 Clément StenacDelete selection (either by menu or key)
2005-04-23 Sigmund Augdal Helbergpacketizer/h264.c: fix divition by zero for some streams
2005-04-23 Clément StenacFix disc buttons
2005-04-23 Clément StenacTake logger back to control modules
2005-04-23 Steve Lhommemkv.cpp: refine the way segments/chapters are presented...
2005-04-23 Steve Lhommemkv.cpp: only display the DVD title info in the Title...
2005-04-23 Steve Lhommemkv.cpp: use the title feature to display the segment...
2005-04-23 Clément StenacGive a fine name when playing audio CD
2005-04-23 Steve Lhommemkv.cpp: allow the chapter codecs to display chapter...
2005-04-23 Sigmund Augdal Helbergffmpeg.c: fixed build with older ffmpeg. Disables Indeo...
2005-04-23 Rémi Denis-Courmont- enable sap-ipv6 by default
2005-04-22 Olivier Teulière * skins2: Added support for multiple actions (separate...
2005-04-21 Steve Lhommemkv.cpp: Enter/Leave on subchapters too
2005-04-21 Steve Lhommemkv.cpp: add a notice about the gcc bug on Darwin
2005-04-21 Steve Lhommemkv.cpp: minor improvements
2005-04-21 Gildas Bazin* modules/gui/wxwindows/timer.cpp: fixed interface...
2005-04-21 Rémi Denis-CourmontApplied patch for support of the IP_MULTICAST_IF
2005-04-20 Steve Lhommemkv.cpp: the JumpTT command now works !!!!!!
2005-04-20 Steve Lhommemkv.cpp: finding the segment matching the Title for...
2005-04-20 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle...
2005-04-20 Gildas Bazin* modules/demux/avi: pass on video palette.
2005-04-20 Gildas Bazin* modules/codec/ffmpeg: added support for Apple QuickDr...
2005-04-20 Gildas Bazin* modules/demux/mp4: support for QuickDraw video tracks.
2005-04-19 Steve Lhommemkv.cpp: fix a gcc warning
2005-04-19 Steve Lhommemkv.cpp: preliminary support for the JumpTT command
next