]> git.sesse.net Git - vlc/shortlog
vlc
2003-06-27 Sam Hocevar * m4/vlc.m4: CVS forgot to add this file. I swear.
2003-06-27 Sam Hocevar * bootstrap:
2003-06-27 Sam Hocevar * src/misc/configuration.c: minor fix in a comment.
2003-06-27 Clément Stenac* modules/demux/m3u.c :
2003-06-26 Gildas Bazin* modules/codec/mpeg_video/parser.c: fixed broken file.
2003-06-26 Sam Hocevar * modules/demux/util/sub.c,
2003-06-26 Laurent Aimar * mkv: more ebml element parsing.
2003-06-26 Gildas Bazin* src/stream_output/announce.c: msvc compilation fix.
2003-06-26 Clément Stenac* ./modules/demux/m3u.c: added support for Winamp 3...
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-25 Sam Hocevar * src/stream_output/announce.c:
2003-06-25 Laurent Aimar * transcode: fix a potential segfault.
2003-06-25 Cyril Deguet* modules/audio_output/esd: forced sample rate to ESD_D...
2003-06-25 Clément Stenac* ./include/announce.h
2003-06-25 Laurent Aimar * mkv: a little memory leak.
2003-06-25 Laurent Aimar * ts: set a fourcc for PAT/PMT to avoid garbage in...
2003-06-25 Laurent Aimar * httpd: fix a memory and thread leak.
2003-06-25 Sam Hocevar * Makefile.am: using C++ linkage for vlc under OS...
2003-06-25 Gildas Bazin* modules/demux/mkv.cpp: compile fix for systems not...
2003-06-25 Christophe... ++
2003-06-25 Sam Hocevar * toolbox:
2003-06-25 Laurent Aimar * mpeg_audio.c: fix segfault caused by free bitrate...
2003-06-24 Laurent Aimar * lalala ;)
2003-06-24 Laurent Aimar * mkv : spelling mistakes.
2003-06-24 Laurent Aimar * avi: for interleaved file (audio_pos - video_pos...
2003-06-24 Cyril Deguet* all: show/hide the interface with middle-click on...
2003-06-24 Laurent Aimar * mkv: remove unnecessary header.
2003-06-24 Laurent Aimar * mkv: when seeking, by default, try to reach the...
2003-06-24 Laurent Aimar * mkv: clean up, more input infos, begin to parse...
2003-06-24 Sam Hocevar * Makefile.am: changed interface.h to vlc_interface.h.
2003-06-24 Sam Hocevar * configure.ac: removed -lstdc++ LDFLAGS, and used...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-24 Gildas Bazin* src/stream_output/announce.c: inet_pton() isn't suppo...
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-24 Laurent Aimar * mkv: use b_mute and add meta informations.
2003-06-24 Laurent Aimar * avi : don't resynch on key frame for audio stream.
2003-06-24 Laurent Aimar * mkv: avoid seeking at the same place (was sooooo...
2003-06-24 Gildas Bazin* modules/demux/ogg.c: fix for ogg web streams.
2003-06-23 Gildas Bazin* modules/packetizer/vorbis.c: vorbis data packetizer...
2003-06-23 Cyril Deguet* src/playlist/playlist.c: set "intf-change" in SkipItem
2003-06-23 Benjamin PrachtCopy / paste of code so that the pvr input parse all...
2003-06-23 Gildas Bazin* src/misc/modules.c, modules/gui/wxwindows/timer.cpp...
2003-06-23 Clément StenacFixed a segfault that could happen if you have ipv6...
2003-06-23 Clément Stenac* Stream output now support IPv6 SAP announces
2003-06-23 Sam Hocevar * bootstrap: make errors less obscure when using...
2003-06-23 Laurent Aimar * mkv: fix for blocks using lacing. (Now vorbis plays...
2003-06-23 Derk-Jan Hartman* You check it three times and I still managed to miss...
2003-06-22 Laurent Aimar * mkv: fix vorbis track. But sound quality is horrible...
2003-06-22 Gildas Bazin* doc/Makefile.am: one more like this and I'll become...
2003-06-22 Gildas Bazin* doc/Makefile.am: fixed make dist
2003-06-22 Gildas Bazin* NEWS: added an entry for the experimental matroska...
2003-06-22 Gildas Bazin* configure.ac: removed -Winline which in fact was...
2003-06-22 Gildas Bazin* configure.ac: really removed -Wdisabled-optimization...
2003-06-22 Laurent Aimar * mkv: fix a double delete.
2003-06-22 Gildas Bazin* ALL: bumped version number to 0.6.0 (finally :),...
2003-06-22 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: disabled mp4...
2003-06-22 Derk-Jan Hartman* Removed mp4 muxer support (temporarily)
2003-06-22 Cyril Deguet* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
2003-06-22 Derk-Jan Hartman* NEWS: Checked the NEWS file. added some missing items...
2003-06-22 Laurent Aimar * mkv: better seeking support.
2003-06-22 Gildas Bazin* configure.ac: compile fix for sunos
2003-06-22 Gildas Bazin* configure.ac, modules/demux/Modules.am: matroska...
2003-06-22 Sigmund Augdal... turned a debug message into a comment
2003-06-22 Cyril Deguet* x11/x11_window.cpp: raise a window when clicking...
2003-06-22 Cyril Deguet* at least it compiles now ;)
2003-06-22 Cyril Deguet* reverted my previous commit: cannot work as expected
2003-06-22 Laurent Aimar * mkv: basic seek support (only with file with cues...
2003-06-22 Laurent Aimar * faad: can read stream with multiple frames per pes_p...
2003-06-22 Laurent Aimar * mkv.cpp : begin of a matroska demuxer
2003-06-22 Sam Hocevar * Makefile.dep: the file that would never die.
2003-06-22 Eric Petit beos/* : - cleaned the way to mute/unmute
2003-06-22 Cyril Deguet* src/theme.cpp, src/event.* : no more VLC_SHOW event
2003-06-21 Derk-Jan Hartman* added a new set of widgets for CONFIG_ITEM_FILE and...
2003-06-21 Sam Hocevar * src/libvlc.c: got rid of type-punning warnings.
2003-06-21 Sam Hocevar * THANKS: spelling fixes.
2003-06-21 Sigmund Augdal... removed a duplicate entry from the NEWS file
2003-06-21 Sam Hocevar * .cvsignore:
2003-06-21 Sam Hocevar * configure.ac.in is no more, we can now use configur...
2003-06-21 Sam Hocevar * debian/rules:
2003-06-21 Gildas Bazin* modules/access_output/file.c: make the output file...
2003-06-20 Derk-Jan Hartman* added missing support for CONFIG_ITEM_DIRECTORY to...
2003-06-20 Olivier Teulière * ./doc/skins/events-howto.txt: added some events
2003-06-20 Olivier Teulière * ./modules/gui/skins/src/vlcproc.cpp: added the ...
2003-06-20 Derk-Jan Hartman* Made the search path configuration options, directory...
2003-06-20 Alexis de Lattremodules/misc/sap.c: fix for the default scope of the...
2003-06-20 Derk-Jan Hartman* vlc.ebuild: added support for faad2 and skins. See...
2003-06-19 Gildas Bazin* modules/codec/ffmpeg/video.c: disabled direct renderi...
2003-06-19 Gildas Bazin* modules/access_output/udp.c: removed unnecessary...
2003-06-19 Eric Petit beos/VideoOutput.cpp : fixed a visual bug in fullscree...
2003-06-19 Gildas Bazin* modules/access_output/udp.c: implemented a caching...
2003-06-19 Sam Hocevar * ./modules/misc/screensaver.c: the screensaver was...
2003-06-19 Gildas Bazin* modules/gui/wxwindows/*: changed the preferences...
2003-06-19 Sam Hocevar * debian/rules:
2003-06-18 Clément StenacSAP can now listen for IPv6 announces
2003-06-17 Cyril Deguet* moved the ttl help in the right section
2003-06-17 Gildas Bazin* modules/codec/ffmpeg/video.h: forgot to remove a...
2003-06-17 Cyril Deguet* fixed another compilation issue of python module
2003-06-17 Cyril Deguet* fixed a very old bug preventing the whole thing from...
2003-06-17 Derk-Jan Hartman* Fixes to the german translation
2003-06-17 Derk-Jan Hartman* moved the capability definition up one line. the...
next