]> git.sesse.net Git - vlc/history - src
* po/de.po: small fix.
[vlc] / src /
2005-04-12 Felix Paul Kühne* src/libvlc.h: added Chinese Traditional to the list...
2005-04-12 Felix Paul Kühne* added Chinese Traditional translation by Frank Chao...
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-12 Gildas Bazin* src/video_output/vout_subpictures.c: fixed recent...
2005-04-11 Sigmund Augdal Helbergall: remove items from pp_all_items when needed. Hopefu...
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-04-10 Sigmund Augdal Helbergplaylist/item-ext.c: more elegant binary search in...
2005-04-10 Sigmund Augdal Helbergsrc/playlist/item-ext.c: fixed a recent bug in playlist...
2005-04-10 Sigmund Augdal Helbergplaylist: support for sorting a node based on numerical...
2005-04-10 Sigmund Augdal Helbergplaylist/item.c, include/vlc_playlist.h: introduced...
2005-04-09 Gildas Bazin* src/input/access.c: fixed segfaults.
2005-04-09 Sigmund Augdal Helbergplaylist.c: removed a stray mutex_unlock
2005-04-09 Sigmund Augdal Helbergplaylist: added a pp_all_items to playlist_t allowing...
2005-04-09 Rémi Denis-Courmont- optional SSL hostname verification
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-04-08 Rémi Denis-Courmont- Simplify check for getnameinfo
2005-04-08 Rémi Denis-CourmontFix invalid abusive pointer usage (heck, there was...
2005-04-08 Christophe Massiot * src/stream_output/stream_output.c : Print a debug...
2005-04-06 Clément StenacFix next/previous in skins2 playlist
2005-04-05 Gildas Bazin* src/misc/vlm.c: misc small fixes in config file savin...
2005-04-04 Clément StenacFix crash in subpictures rendering
2005-04-04 Clément StenacFix OSD (text & widgets) aspect ratio
2005-04-04 Sigmund Augdal Helberges_out.c: add frame rate to stream and media info dialo...
2005-04-04 Rocky BernsteinSubtitle (subpicture) aspect ratio had been ignored...
2005-04-03 Gildas Bazin* src/misc/vlm.c: config file written with CR+LF on...
2005-04-02 Sigmund Augdal Helbergaccess.c: fixed crash with preparse
2005-04-02 Gildas Bazin* src/misc/configuration.c: removed annoying debug...
2005-04-01 Sigmund Augdal Helbergstream.c: fixed stream_Delete() for streams opened...
2005-04-01 Sigmund Augdal Helbergfixed a few problems with stream_UrlNew
2005-04-01 Eric Petit vout_intf.c: write snapshots on Desktop on BeOS
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-04-01 Rémi Denis-CourmontMem leaks
2005-03-31 Sigmund Augdal Helberginput.c: fixed a possible locking problem in vlc_input_...
2005-03-30 Sigmund Augdal Helberginput.c: doxygenize vlc_input_item_GetInfo
2005-03-29 Laurent Aimar * access.* input/*: added access_filter architecture...
2005-03-29 Damien FouilleulVLC_TimeSet: fixed overflow conversion from seconds...
2005-03-28 Derk-Jan Hartman* Changed video-fiter to vout-filter, because video...
2005-03-25 Laurent Aimar * vlc_meta.h: added a few const
2005-03-25 Laurent Aimar input.c: - fixed bug in chapter prev/next. (INPUT_GET...
2005-03-22 Jean-Paul SamanVariable name consistency across the file
2005-03-20 Felix Paul Kühne* removed my ftime-replacement for OSX again
2005-03-20 Gildas Bazin* src/misc/vlm.c: only use ftime() on win32.
2005-03-20 Felix Paul Kühne* ftime does not exist on OSX, so we need to implement...
2005-03-17 Gildas Bazin* src/misc/image.c, src/video_output/vout_intf.c: handl...
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c: small cleanup.
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c, src/misc/image.c: prope...
2005-03-16 Gildas Bazin* src/libvlc.[c,h]: new --(no-)fpu option (mainly for...
2005-03-16 Gildas Bazin* src/misc/vlm.c: couple of fixes pointed out by johnluo.
2005-03-16 Gildas Bazin* src/playlist/*: shut up a couple of compiler warnings.
2005-03-15 Christophe Massiot* src/video_output/vout_synchro.c: New --quiet-synchro...
2005-03-15 Gildas Bazin* src/audio_output/intf.c: aout_VolumeGet() needs to...
2005-03-14 Derk-Jan Hartman* Renamed --filter to --video-filter for reasons of...
2005-03-14 Derk-Jan Hartman* More descriptions of the VLC commandline syntax when...
2005-03-14 Gildas Bazin* src/input/input.c: use a low priority input thread...
2005-03-13 Rémi Denis-CourmontFix my email address
2005-03-12 Eric Petit Renamed the "contrast" variable used between dvdnav...
2005-03-12 Rémi Denis-CourmontFixed stupid bug (C) me, yesterday (variable name conflict)
2005-03-11 Rémi Denis-Courmont- Fix bug #1854
2005-03-11 Clément StenacReduce the global verbosity
2005-03-10 Clément StenacMore prefs fixes
2005-03-10 Clément StenacPreferences update :
2005-03-09 Sigmund Augdal Helbergall: correctly align multiline strings when not left...
2005-03-09 Gildas Bazin* src/video_output/vout_subpictures.c: pass on video...
2005-03-08 Steve Lhommeinput.c: allow "intelligent" previous-chapter behaviour...
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed another small mem leak.
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed small mem leak.
2005-03-08 Gildas Bazin* include/vlc_filter.h, vlc_video.h, src/video_output...
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-03-07 Christophe Massiot* src/video_output/vout_subpictures.c: New function...
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_...
2005-03-06 Gildas Bazin* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
2005-03-06 Gildas Bazin* src/video_output/video_output.c: revert commit 10160...
2005-03-06 Steve Lhommevideo_output.c: use the visible dimensions and not...
2005-03-05 Gildas Bazin* src/input/stream.c: check return value of malloc...
2005-03-05 Rémi Denis-Courmont- TLS API cleanup
2005-03-05 Gildas Bazin* ALL: a few fixes.
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-05 Sigmund Augdal HelbergAll: change of text-renderer api. Now pf_render_text...
2005-03-05 Steve Lhommeinput.c, vlc_demux.h: allow seeking back in the same...
2005-03-04 Yoann Peronneau* update VLM help about inputdel
2005-03-03 Clément StenacHandle module variables in sout options parser
2005-03-03 Rémi Denis-CourmontFixes invalid memory access in case of TLS handshake...
2005-03-03 Gildas Bazin* src/input/stream.c: use less memory for the stream...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-02 Steve Lhommevideo.c: don't display pre-rolled pictures
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-03-01 Clément StenacFix playlist export
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-23 Gildas Bazin* src/misc/modules.c: MSVC compilation fix.
2005-02-22 Gildas Bazin* src/misc/threads.c: print thread timing statistics...
2005-02-21 Gildas Bazin* src/misc/modules.c, modules/access/directory.c: Win32...
2005-02-21 Gildas Bazin* src/extras/dirent.h: removed useless file.
2005-02-21 Yoann Peronneau* src/misc/vlm.c: added 'inputdeln <num>' to delete...
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Laurent Aimar * block: added
2005-02-20 Yoann Peronneau* src/misc/vlm.c: added 'inputdel all' to delete all...
2005-02-20 Yoann Peronneau* src/misc/vlm.c: addded 'inputdel' setup command
next