]> git.sesse.net Git - vlc/shortlog
vlc
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...
2003-06-17 Cyril Deguet* tooltips are now updated during scrolling
2003-06-17 Gildas Bazin* modules/*: got rid of empty module objects.
2003-06-17 Derk-Jan Hartmanmodules/codec/quicktime.c: Disabled all video codecs...
2003-06-17 Derk-Jan Hartman* modules/gui/macosx/output.m: Fixed a bug in the trans...
2003-06-16 Gildas Bazin* modules/gui/wxwindows/preferences.cpp: fixed the...
2003-06-16 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed the last direct...
2003-06-16 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*: a few direct...
2003-06-16 Clément Stenac* SAP can now handle SAP-announced IPv6 streams
2003-06-15 Derk-Jan Hartman* NEWS: small corrections
2003-06-15 Derk-Jan Hartman* Fixed applescript Fullscreen command.
2003-06-15 Sigmund Augdal... id3tag.c: Do not try to seek on network streams even...
2003-06-15 Derk-Jan Hartman* ./po/it.po: Fresh Italien translation, courtesy of...
2003-06-15 Christophe... * Removed the ugly dependancy on glibc in the ipv6...
2003-06-14 Derk-Jan Hartman* We should be compatible with older versions of faad...
2003-06-14 Gildas Bazin* configure.ac.in: old faad2 detection.
2003-06-14 Gildas Bazin* modules/gui/wxwindows/open.cpp: fixed a couple of...
2003-06-14 Derk-Jan Hartman* Dramatically improved the ebuild.
2003-06-14 Gildas Bazin* modules/gui/skins/x11/x11_window.cpp: small bugfix...
2003-06-14 Gildas Bazin* src/misc/configuration.c: in config_SaveConfigFile...
next