]> git.sesse.net Git - vlc/shortlog
vlc
2005-09-22 Gildas Bazin* src/misc/getaddrinfo.c: WinCE implementation + ipv6...
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-22 Sam Hocevar * configure.ac: well well... until GCC is fixed,...
2005-09-22 Gildas Bazin* evc/vlc.vcw: plugin_id3 doesn't exist anymore.
2005-09-22 Gildas Bazin* include/vlc_common.h: why on earth was off_t not...
2005-09-22 Christophe... * INSTALL.win32: Added --with-sdl-config-path=/usr...
2005-09-21 Gildas Bazin* modules/codec/x264.c: renamed analyse "all" mode...
2005-09-21 Christophe... Don't use Hal elsewhere than Linux
2005-09-21 Sam Hocevar * configure.ac: fixed typo that prevented --disable...
2005-09-21 Sam Hocevar * src/libvlc.c: cosmetic fix.
2005-09-21 Rocky BernsteinIn libcdio < 0.76
2005-09-21 Derk-Jan Hartman* Autodetect the liveMedia on 10.2 special case. Note...
2005-09-20 Eric Petit visual/effects.c: compile fix
2005-09-20 Eric Petit Fixed ffmpeg BeOS cross compile on x86_64 (adapted...
2005-09-20 Eric Petit speex.patch: fix build with gcc < 3
2005-09-20 Sam Hocevar * configuer.ac: grmbl, fixed an old typo breaking...
2005-09-20 Sam Hocevar * New Debian upload. Uses newer x264 and faad snapshots.
2005-09-20 Sam Hocevar * modules/control/http/rpn.c: don’t crash if stripsla...
2005-09-20 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc...
2005-09-20 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: work around...
2005-09-19 Sam Hocevar * debian/copyright: fixed the FSF address and updated...
2005-09-19 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX...
2005-09-19 Gildas Bazin* modules/mux/ogg.c: fixed potential buffer overflow.
2005-09-19 Gildas Bazin* modules/demux/real.c: avoid using null pts + removed...
2005-09-19 Gildas Bazin* modules/access/rtsp: fixed problem in BlockRead().
2005-09-19 Gildas Bazin* modules/access/mms/mmstu.c: reverted broken commit.
2005-09-19 Gildas Bazin* modules/codec/realaudio.c: split the audio output...
2005-09-19 Felix Paul... * fixed some other signedness-issue (thanks to Trax!)
2005-09-19 Felix Paul... * fixed some 'comparison between signed and unsigned...
2005-09-19 Felix Paul... * fixed 2 minor compilation warnings
2005-09-19 Sam Hocevar * configure.ac: more robust check for MMX intrinsics...
2005-09-19 Christophe... * modules/demux/ts.c: PID 8191 is padding.
2005-09-19 Christophe... * modules/mux/mpeg/ts.c: Detect older versions of...
2005-09-18 Sam Hocevar * configure.ac: check for MMX intrinsics.
2005-09-18 Sam Hocevar * updated po/POTFILES.in.
2005-09-18 Gildas Bazin* modules/mux/mpeg/ts.c: disabled some broken code.
2005-09-18 Sam Hocevar * modules/access/rtsp/Modules.am: removed nonexistent...
2005-09-18 Felix Paul... * split up hostname and following path and insert the...
2005-09-18 Gildas Bazin* configure.ac: compile the realaudio plugin with ...
2005-09-18 Gildas Bazin* modules/access/rtsp/rtsp.c: win32 compilation fix.
2005-09-18 Gildas Bazin* modules/access/rtsp: real rtsp access module.
2005-09-18 Gildas Bazin* modules/codec/realaudio.c: real audio (cook) decoder...
2005-09-18 Gildas Bazin* modules/demux/livedotcom.cpp: fixed small leak.
2005-09-18 Gildas Bazin* modules/demux/livedotcom.cpp: do not modify p_demux...
2005-09-18 Gildas Bazin* modules/demux/real.c: cleanup + added support for...
2005-09-18 Sam Hocevar * UTF8ised files that get distributed with Debian.
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-09-18 Jean-Paul SamanDon't access unallocated memory
2005-09-18 Jean-Paul SamanFix compiler warning about signed and unsigned comparisons
2005-09-18 Jean-Paul SamanForward port of revision 12566: Ignore menu select...
2005-09-18 Steve Lhomme* wxwidgets: fix a memory leak (patch by Brian Robb)
2005-09-17 Rémi Denis... Win32 compile fix
2005-09-17 Rémi Denis... * print unreachable host as an error in net_OpenTCP...
2005-09-17 Clément StenacDon't crash on items with % in name (Closes:#312)
2005-09-17 Clément StenacSelect the correct input in #display (Closes:#343)
2005-09-17 Clément StenacDefault to disabling screensaver under X (Closes:#253)
2005-09-16 Benjamin Prachtadded bonjour service discovery and gnomevfs access
2005-09-16 Eric Petit contrib/src/Makefile: libvorbis now supports --host...
2005-09-16 Damien Fouilleuldshow.cpp: make sure driver name is properly NULL termi...
2005-09-16 Damien Fouilleulall: bug fixing, clean-up
2005-09-15 Sigmund Augdal... Coding style fixes and added comments
2005-09-15 Felix Paul... * added x264 and live to the linux target
2005-09-15 Clément StenacSort-by-album patch by Pierre Marc Dumuid
2005-09-15 Christophe... * modules/mux/mpeg/ts.c: Support for SDT and multiple...
2005-09-15 Derk-Jan Hartman* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
2005-09-15 Jean-Paul SamanForward port of revision 12559: Fix division by zero...
2005-09-15 Derk-Jan Hartman* Missing object release
2005-09-15 Clément StenacHopefully "The Right Fix" patch for M3U parsing, by...
2005-09-15 Clément StenacImprove random behaviour - Patch by Daniel Straenger...
2005-09-15 Derk-Jan Hartman* Fix yet another playlist corner case
2005-09-14 Christophe... * mudules/misc/network/ipv4.c: Expand output buffer...
2005-09-14 Christophe... * modules/access_output/udp.c: Check send() return...
2005-09-14 Derk-Jan Hartman* Better fix for [12521]. Previous fix resulted in...
2005-09-14 Derk-Jan Hartman* remove CDDB patch that is now applied upstream in...
2005-09-14 Rémi Denis... Check -mtune even when --with-tuning is used
2005-09-14 Rémi Denis... Clean up
2005-09-14 Yoann Peronneau* modules/gui/ncurses.c: Filebrowser enhancements:
2005-09-14 Derk-Jan Hartman* Fix memleaks
2005-09-13 Christophe... Fortuuuuune.
2005-09-13 Christophe... Fortuuuuune.
2005-09-13 Yoann Peronneau * modules/gui/ncurses.c: use <space> in the filebrowse...
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: small fix to annexe-b...
2005-09-13 Felix Paul... * whoops, fixed invalid path for MASH introduced in...
2005-09-13 Felix Paul... * updated libcddb to 1.2.1 from 0.9.6 (refs #292)
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: date SPS and PPS blocks...
2005-09-13 Benjamin Pracht* Support URIs with non ascii characters
2005-09-13 Christophe... Fortuuuune
2005-09-13 Benjamin PrachtCosmetics
2005-09-13 Benjamin PrachtHandle correctly the case when no access is explicitely...
2005-09-13 Benjamin Pracht* Try the gnomevfs plugin last if we didn't find any...
2005-09-13 Christophe... Properties + cosmetic
2005-09-12 Benjamin Pracht* New gnomevfs access module
2005-09-12 Derk-Jan Hartman* adding arguments to printFormat, without a format...
2005-09-12 Derk-Jan Hartman* Prevent the autoplay function from playing the Shoutc...
2005-09-12 Derk-Jan Hartman* Fix Mac autoplay behaviour for SD playlistitems....
2005-09-12 Felix Paul... * use the current copyright scheme in the about-box...
2005-09-12 Felix Paul... * added compilation information
2005-09-12 Antoine Cellerierupdate system :
2005-09-12 Antoine Cellerierfix daemon mode when HAVE_DAEMON is defined. fixes...
2005-09-12 Derk-Jan Hartman* Remove 10.3 only properties of the volumeSlider
next