]> git.sesse.net Git - vlc/shortlog
vlc
2005-03-13 Rémi Denis... Fix my email address
2005-03-13 Rémi Denis... - Fix getnameinfo detection on Win32
2005-03-13 Eric Petit dvdnav.patch: missed a couple of functions yesterday...
2005-03-12 Eric Petit Renamed the "contrast" variable used between dvdnav...
2005-03-12 Eric Petit dvdnav.patch: prefixed all non-static functions in...
2005-03-12 Rémi Denis... Fixed stupid bug (C) me, yesterday (variable name conflict)
2005-03-12 Christophe... fortuuuuune
2005-03-12 Steve Lhommemkv.cpp: know your parents better
2005-03-12 Steve Lhommemkv.cpp: better segment initialisation
2005-03-12 Steve Lhommemkv.cpp: don't keep segments already found elsewhere
2005-03-12 Steve Lhommemkv.cpp: more code reorganisation for segment preloading
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-11 Rémi Denis... - Fix bug #1854
2005-03-11 Rémi Denis... - Check for gai_strerror
2005-03-11 Rémi Denis... - Fix building axvlc from subdirectory
2005-03-11 Andre Pang* mozilla/vlcshell.cpp: handle Mozilla plugin output...
2005-03-11 Antoine Cellerier * change $Id thing ... r10300
2005-03-11 Steve Lhommemkv.cpp: preload linked segments too
2005-03-11 Steve Lhommemkv.cpp: remove an unused variable
2005-03-11 Sigmund Augdal... alsa.c: removed a printf, shut up a compiler warning
2005-03-11 Jean-Paul SamanRemoved unneeded VLC_OBJECT() cast and another segfault...
2005-03-11 Sigmund Augdal... wxwindows/preferences_widgets.cpp: Fix size of ModulesL...
2005-03-11 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2005-03-11 Rémi Denis... Tivo file demuxer
2005-03-11 Clément StenacReduce the global verbosity
2005-03-10 Clément StenacFix locking
2005-03-10 Clément StenacUpdate news
2005-03-10 Jean-Paul SamanSame mistake here: Pass real VLC_OBJECT's to msg_*
2005-03-10 Jean-Paul SamanAnother one. Use real VLC_OBJECT's in msg_*
2005-03-10 Jean-Paul SamanUse VLC_OBJECT's to pass to msg_* functions otherwise...
2005-03-10 Rémi Denis... - Require certificate from the client if one CA cert...
2005-03-10 Rémi Denis... - Release certificate creds after terminating session
2005-03-10 Gildas Bazin* configure.ac: only include stream_out_switcher if...
2005-03-10 Steve Lhommemkv.cpp: support preloading in the same family
2005-03-10 Christophe... * modules/stream_out/switcher.c: New module allowing...
2005-03-10 Steve Lhommemkv.cpp: move the segment metadata preloading in anothe...
2005-03-10 Steve Lhommemkv.cpp: parse the Segment Info properly
2005-03-10 Antoine Cellerier * mosaic alignment (works like --marq-position) and...
2005-03-10 Steve Lhommemkv.cpp: store the prev/next UID for later use
2005-03-10 Clément StenacFix refcount problems + fix a part of coding style...
2005-03-10 Gildas Bazin* modules/misc/freetype.c: better outlining algorithm...
2005-03-10 Clément StenacMore prefs fixes
2005-03-10 Rémi Denis... - Fix unitialized variable in demux control helper
2005-03-10 Rémi Denis... Support block type 2 (and some others as well)
2005-03-10 Rémi Denis... - include/network.h: new vlc_UrlEncode and vlc_UrlIsNot...
2005-03-10 Rémi Denis... gnutls.c: add shortname
2005-03-10 Clément StenacShould fix compile
2005-03-10 Rémi Denis... Missing properties
2005-03-10 Rémi Denis... - Fix GnuTLS version detection
2005-03-10 Clément StenacPreferences update :
2005-03-09 Steve Lhommemkv.cpp: cleaner handling of some tables (now vectors)
2005-03-09 Clément StenacPreferences icons
2005-03-09 Gildas Bazin* modules/codec/ffmpeg/video.c: take input rate into...
2005-03-09 Clément StenacDon't switch interfaces under linux
2005-03-09 Derk-Jan Hartman* added glib libIDL and mozilla sources (not built...
2005-03-09 Rémi Denis... string rationalization (yeah, I know the KDE interface...
2005-03-09 Sigmund Augdal... all: correctly align multiline strings when not left...
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: small cleanup.
2005-03-09 Gildas Bazin* modules/demux/ps.[c,h]: fixed PSM parsing bug.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: correct PSM size.
2005-03-09 Rémi Denis... Handle VOC files with multiple blocks properly
2005-03-09 Gildas Bazin* src/video_output/vout_subpictures.c: pass on video...
2005-03-09 Gildas Bazin* modules/misc/freetype.c: handle size change properly.
2005-03-09 Gildas Bazin* modules/video_filter/mosaic.c: compilation fix.
2005-03-09 Gildas Bazin* modules/misc/freetype.c: don't display only the last...
2005-03-09 Rémi Denis... - seeking in .VOC file
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: shut-up valgrind warning.
2005-03-09 Eric Petit vlc_common.h: define INT64_MIN/INT64_MAX if necessary
2005-03-09 Gildas Bazin* modules/demux/ps.h: support for mp4v/mp4a/h264 +...
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: Write a PSM + support for...
2005-03-09 Eric Petit video_filter/mosaic.c: compile fix (use INT_MAX since...
2005-03-08 Rocky BernsteinVCDX depends on libiso9660. Up libcdio version to 0.72.
2005-03-08 Derk-Jan Hartman* TEST: removing #include <jis.h> from the mozilla...
2005-03-08 Gildas Bazin* modules/packetizer/mpeg4video.c: fixed segfault
2005-03-08 Steve Lhommemkv.cpp: keep the interresting segments somewhere in...
2005-03-08 Gildas Bazin* modules/mux/mpeg/ps.c: use instant bitrate to calcula...
2005-03-08 Rémi Denis... Strings rationalization
2005-03-08 Rémi Denis... Fix max UDP port number
2005-03-08 Gildas Bazin* modules/video_output/x11/xcommon.c: don't abort on...
2005-03-08 Rémi Denis... Same fix for non-constant string.
2005-03-08 Rémi Denis... Fix conversion from locale to wxWidgets' Unicode
2005-03-08 Christophe... * modules/codec/ffmpeg/video_filter.c: Fixed a regressi...
2005-03-08 Rémi Denis... Fix UDP unicast access when both IPv6 and non-default...
2005-03-08 Rémi Denis... Enable voc demux
2005-03-08 Rémi Denis... Creative Voice File demux
2005-03-08 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: a few fixes...
2005-03-08 Gildas Bazin* modules/services_discovery/sap.c, modules/codec/x264...
2005-03-08 Gildas Bazin* modules/misc/freetype.c, modules/video_filter/marq...
2005-03-08 Gildas Bazin* configure.ac: packetizers are not only useful with...
2005-03-08 Steve Lhommeinput.c: allow "intelligent" previous-chapter behaviour...
2005-03-08 Gildas Bazin* modules/misc/dummy/renderer.c: forgot to commit this...
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 Derk-Jan Hartman* Fix udp->tcp rollover when using multicast in rtsp...
2005-03-07 Derk-Jan Hartman* dirty patch to tell vlc (on osx) that it needs -licon...
2005-03-07 Steve Lhommemkv.cpp: prepare the code to handle seemless segment...
2005-03-07 Antoine Cellerier * add a mutex so the callbacks don't change anything...
2005-03-07 Gildas Bazin* modules/misc/freetype.c: replaced pi_gamma with an...
next