]> git.sesse.net Git - vlc/shortlog
vlc
2004-01-15 Gildas Bazin* modules/access_output/http.c: fixed small mem leak...
2004-01-15 Laurent Aimar * network: fix for proto://host:port url syntax.
2004-01-15 Gildas Bazin* modules/demux/mpeg/ts.c: better auto-detection of...
2004-01-15 Sigmund Augdal... modules/gui/wxwindows/*:
2004-01-15 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
2004-01-15 Sigmund Augdal... src/playlist/item.c:
2004-01-15 Sigmund Augdal... modules/misc/sap.c:
2004-01-15 Gildas Bazin* modules/misc/network/ipv4.c: fixed breakage on win32.
2004-01-15 Laurent Aimar * ipv4: non blocking connection mode. Please test...
2004-01-15 Laurent Aimar * http: commented out a debug message.
2004-01-15 Laurent Aimar * do not try http 1.0 when we are going to die.
2004-01-15 Gildas Bazin* modules/gui/wxwindows/wxwindows.cpp: include locale...
2004-01-14 Benjamin Pracht* playlist sort.
2004-01-14 Laurent Aimar * http: fixed for url like http://host[:port] (ie...
2004-01-14 Rocky BernsteinDon't do compensation subtitle unscaling if the underly...
2004-01-14 Rocky BernsteinFirst OGT/CVD RenderV16 that shows some sort of readabl...
2004-01-13 Gildas Bazin* src/interface/interface.c: added the gestures interfa...
2004-01-13 Gildas Bazin* modules/mux/mp4.c: added support for mp4v and mp4a...
2004-01-13 Laurent Aimar * mp4: convert 3 bytes codes into language (track...
2004-01-13 Laurent Aimar * mp4: fixed playback for files that have 0 byte samples.
2004-01-12 Gildas Bazin* src/misc/configuration.c: fixed stupid bug in the...
2004-01-12 Derk-Jan Hartman* src/playlist/loadsave.c: doxygenization
2004-01-12 Gildas Bazin* configure.ac: added --with-caca-config-path.
2004-01-12 Derk-Jan Hartman* Fix caca building
2004-01-12 Gildas Bazin* modules/mux/mp4.c: improved mov support a bit.
2004-01-12 Gildas Bazin* modules/video_output/caca.c: ported to win32.
2004-01-12 Rocky BernsteinMore RenderYUY2 bug fixes. Is very usable. Remaining...
2004-01-12 Rocky BernsteinFirst attempt at YUY2. Sort of works.
2004-01-11 Simon Latapie * ncurses.c: let's be coherent: "big" forward/backward...
2004-01-11 Sigmund Augdal... modules/demux/playlist/playlist.c:
2004-01-11 Cyril Deguet* modules/gui/skins/*:
2004-01-11 Rocky BernsteinRemove debug output.
2004-01-11 Simon Latapie * ncurses.c : forgot to change help
2004-01-11 Simon Latapie * ncurses.c : 5% forward and backward are definitely...
2004-01-11 Clément StenacFixed modules.am file
2004-01-11 Rocky BernsteinFix bug in ScaleX routine which affected ratios that...
2004-01-11 Anil Daoud* missing or incomplete .cvsignores
2004-01-11 Anil Daoud* missing file
2004-01-11 Clément Stenac* configure.ac : Added new folders
2004-01-11 Cyril Deguet* src/vlc_proc.*: quick fix to handle the new playlist...
2004-01-11 Clément StenacUse playlist_current when going from one item to another
2004-01-11 Laurent Aimar * ncurses: better playlist handling.
2004-01-10 Sigmund Augdal... src/input/input.c:
2004-01-10 Derk-Jan Hartman* oops, bug
2004-01-10 Sigmund Augdal... modules/gui/ncurse/ncurses.c:
2004-01-10 Anil Daoud* fixed skins2 module loading when libtar is present...
2004-01-10 Derk-Jan Hartman* Fixed some doxygen comments.
2004-01-10 Rocky BernsteinAdd vout_AspectRatio routine to get retrieve a vout...
2004-01-10 Clément StenacAdd SAP to the list of additionnal interfaces
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
2004-01-09 Derk-Jan Hartman* extras/MacOSX/Resources/English.lproj/MainMenu.nib
2004-01-09 Derk-Jan Hartman* include/variables.h
2004-01-09 Jon Lech Johansen * ./src/misc/configuration.c: win32 UNICODE fixes.
2004-01-09 Gildas Bazin* src/extras/libc.c: return result in vlc_asprintf().
2004-01-09 Gildas Bazin* ALL: added vlc_asprintf() to our libc.
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: switched to dyn. linkin...
2004-01-09 Derk-Jan Hartman* configure --help aliging
2004-01-09 Derk-Jan Hartman* Gibalou you broke something again :)
2004-01-09 Derk-Jan Hartman* MAX_PATH is a windowism. Use PATH_MAX.
2004-01-09 Gildas Bazin* ALL: MSVC compilation fixes.
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: improved sci handling.
2004-01-09 Derk-Jan Hartman* video.c: gibalou: no palctrl in avcodec context in...
2004-01-09 Rocky BernsteinMinor grammatical changes.
2004-01-09 Gildas Bazin* modules/demux/mpeg/Modules.am: forgot to remove priva...
2004-01-09 Gildas Bazin* modules/demux/mpeg: fixed latest changes to mpeg...
2004-01-09 Gildas Bazin* modules/codec/ffmpeg/video.c: setup dummy palette...
2004-01-08 Sigmund Augdal... modules/codec/ffmpeg/ffmpeg.c:
2004-01-08 Derk-Jan Hartman* And AGAIN the caca fix
2004-01-08 Derk-Jan Hartman* thats what you get when you work in multiple directories
2004-01-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: compilation fix for...
2004-01-08 Derk-Jan Hartman* caca 0.6 doesn't work with 0.7.0 remember? :)
2004-01-08 Gildas Bazin* modules/codec/ffmpeg/demux.c: improvements.
2004-01-08 Derk-Jan Hartman* Updated with new libraries in vlc
2004-01-08 Sam Hocevar * modules/video_output/caca.c:
2004-01-08 Derk-Jan Hartman* Updated the ebuild for 0.7.0
2004-01-08 Laurent Aimar * ncurses: added and updated a lot of fonctionnalities...
2004-01-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: oops.
2004-01-08 Rémi Denis... Added .cvsignore
2004-01-08 Derk-Jan Hartman* ffmpeg 0.4.8 compilation fix
2004-01-08 Jon Lech Johansen * ./src/extras/libc.c: vasprintf bug fix.
2004-01-08 Laurent Aimar * vlc_common: mmh, use right prototype...
2004-01-08 Laurent Aimar * all: correct test for vasprintf.
2004-01-08 Sigmund Augdal... modules/gui/wxwindows/playlist.cpp:
2004-01-08 Laurent Aimar * modules/demux/mp4/libmp4.c: use vasprintf
2004-01-08 Gildas Bazin* configure.ac: detect if libavformat is present.
2004-01-07 Laurent Aimar * all: added own implementation of vasprintf. I hope...
2004-01-07 Gildas Bazin* src/playlist/*: fixed memory leaks.
2004-01-07 Laurent Aimar * input: fix to avoid forced subtitle not selected.
2004-01-07 Derk-Jan Hartman* Fix a memory leak when there is no p_vout, but when...
2004-01-07 Derk-Jan Hartman* Clarify some instructions.
2004-01-07 Laurent Aimar * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR...
2004-01-07 Laurent Aimar * http: complete rewrite (using net_Printf/net_Gets)
2004-01-07 Laurent Aimar * demux2: allow to force demuxer.
2004-01-07 Laurent Aimar * net: mem leak in net_Printf
2004-01-07 Rocky BernsteinBetter operator association in computing duration and...
2004-01-06 Laurent Aimar * network: vlc_UrlParse should now accept ipv6 ip...
2004-01-06 Laurent Aimar * src/misc/net.c: fixed net_Gets
2004-01-06 Sigmund Augdal... src/input/stream.c:
2004-01-06 Gildas Bazin* modules/video_output/directx/directx.c: move the...
2004-01-06 Derk-Jan Hartman* Something about microdvd fps and a huge bug in its...
next