]> git.sesse.net Git - vlc/shortlog
vlc
2003-08-30 Gildas Bazin* include/vlc_config.h: removed unused config stuff.
2003-08-30 Gildas Bazin* modules/access/v4l/v4l.c: fixed uninitialized variable.
2003-08-30 Laurent Aimar * libavi.c: fixed a dead loop when data are missing.
2003-08-29 Laurent Aimar * all: removed old encoding way.
2003-08-29 Laurent Aimar * asf: you can now add 'title', 'author', 'copyright...
2003-08-29 Laurent Aimar * v4l: removed encoder.h include.
2003-08-29 Laurent Aimar * all: fix some gcc warnings and removed all u8/u16...
2003-08-29 Clément Stenac* effects.c :
2003-08-29 Laurent Aimar * asf: added stream infos object and fix a bug in...
2003-08-28 Gildas Bazin* src/video_output/*, src/libvlc.h, include/video_outpu...
2003-08-28 Laurent Aimar * standard :
2003-08-28 Gildas Bazin* Makefile.am: zip files have a .zip extension ;)
2003-08-28 Gildas Bazin* Makefile.am: grrr, should have tested my last commit ;)
2003-08-28 Gildas Bazin* Makefile.am: added a "package-win32-exe" and "package...
2003-08-28 Sam Hocevar * src/misc/threads.c, include/vlc_threads.h: Removed...
2003-08-28 Gildas Bazin* modules/gui/wxwindows/*, src/playlist/playlist.c...
2003-08-27 Gildas Bazin* modules/access/dshow/dshow.cpp: fixed crash when...
2003-08-27 Sigmund Augdal... modules/misc/freetype.c:
2003-08-27 Gildas Bazin* modules/gui/wxwindows/*: small clean-up in included...
2003-08-27 Jean-Paul SamanUpdating a new PDA interface design.
2003-08-27 Simon Latapie * oups (forgot to erase a test line)
2003-08-27 Gildas Bazin* configure.ac, modules/mux/Modules.am: enable the...
2003-08-27 Gildas Bazin* modules/access/dshow/*: handle upside down pictures...
2003-08-27 Simon Latapie * Now the MacOS mozilla plugin is an independant bundl...
2003-08-26 Laurent Aimar * asf: fix waveformatex header for mp3 audio.
2003-08-26 Laurent Aimar * mpegaudio: set i_bitrate field. (won't work with...
2003-08-26 Derk-Jan Hartman* modules/demux/util/sub.c: fixed the subtitle autodete...
2003-08-26 Gildas Bazin* modules/access/dshow/*: bug fixes.
2003-08-26 Laurent Aimar * mkv : use stream_*
2003-08-26 Laurent Aimar * transcode: use mp1v/mpgv for mpeg1 and mp2v for...
2003-08-26 Laurent Aimar * ts: clean my last commit for SPU. Btw, report any...
2003-08-26 Laurent Aimar * ts: try to fix too much packets dropping with v4l.
2003-08-26 Laurent Aimar * mmsh: a little clean, and fixed 1/2 potential segfaults.
2003-08-26 Laurent Aimar * httpd: more mmsh stuff.
2003-08-25 Laurent Aimar asf: fixed some headers errors.
2003-08-25 Laurent Aimar * asf : fix display time.
2003-08-25 Gildas Bazin* modules/access/dshow/dshow.cpp: added an "adev" and...
2003-08-25 Gildas Bazin* modules/access/dshow/*: audio is now supported as...
2003-08-25 Laurent Aimar * mkv: handle Language name.
2003-08-25 Simon Latapie * put the beautiful "no picture" black screen.
2003-08-25 Laurent Aimar * http: added alias "mmsh" to output as mmsh (work...
2003-08-25 Laurent Aimar * httpd: when using "video/x-ms-asf-stream" we add...
2003-08-25 Laurent Aimar * asf: added an alias "asfh" : it creates special...
2003-08-24 Gildas Bazin* modules/codec/faad/decoder.c: for some reason my...
2003-08-24 Laurent Aimar * asf: more stuff (bitrate and time).
2003-08-24 Gildas Bazin* NEWS: keeping track of the new features.
2003-08-24 Derk-Jan Hartman* changed debug strings to diff between unsupported...
2003-08-24 Laurent Aimar * asf : asf muxer, not well tested yet.
2003-08-24 Laurent Aimar * http: added wma/wmv mime type.
2003-08-24 Laurent Aimar * asf: detect dump of broadcasted asf stream.
2003-08-24 Eric Petit modules/demux/util/sub.c : compile fix
2003-08-24 Gildas Bazin* configure.ac, modules/access/dshow/: brand new Direct...
2003-08-24 Derk-Jan Hartman* Large update to the ebuild.
2003-08-24 Laurent Aimar * sub.c : fixed a warning.
2003-08-24 Derk-Jan Hartman* backwards compatibilty with older faad2 lib
2003-08-24 Loïc Minier * Makefile.am:
2003-08-23 Laurent Aimar * configure.ac : added --enable-goom and --with-goom...
2003-08-23 Laurent Aimar * charset: compilation fix.
2003-08-23 Derk-Jan Hartman* modules/demux/util/sub.c: Fixed a crash when trying...
2003-08-23 Loïc Minier * was wrongly deleting the extras/ dir
2003-08-23 Derk-Jan Hartman* modules/codec/subsdec/subsdec.c: reordered the list...
2003-08-23 Laurent Aimar * goom: visual effects using goom. (Not yet enabled)
2003-08-23 Laurent Aimar * faad: fix SBR handling.
2003-08-23 Loïc Minier * Makefile.am: slight changes of the VLC.app target...
2003-08-23 Laurent Aimar * input: fixed buffer overflow, add sanity check and...
2003-08-23 Loïc Minier * src/misc/configuration.c: fix a couple of signed...
2003-08-23 Loïc Minier * missing top static declaration was giving a warning
2003-08-23 Laurent Aimar * ninput: fix a warning. (bad functions order)
2003-08-23 Derk-Jan Hartman* sorry :)
2003-08-23 Derk-Jan Hartman* added a vlc_current_charset function. This tries...
2003-08-23 Loïc Minier * added missing .cvsignore
2003-08-23 Loïc Minier * very light typo
2003-08-23 Laurent Aimar * avi : fixed a lock problem.
2003-08-22 Laurent Aimar *all : multi-pass clean up/cosmetics.
2003-08-22 Laurent Aimar * all: use stream_Seek/Size/Tell wrappers.
2003-08-22 Laurent Aimar * avi: use stream_*, some clean and reordering.
2003-08-22 Laurent Aimar * ninput: added wrappers to stream_Control.
2003-08-22 Mohammed Adnène... no v4l tab for win32
2003-08-22 Derk-Jan Hartman* A vflip should flip on the vertical axis and not...
2003-08-22 Cyril Deguet* interface.cpp: fixed a stack corruption which caused...
2003-08-21 Derk-Jan Hartman* Updated Brazilian translation
2003-08-21 Derk-Jan Hartman* Removed the xmga plugin since it was quote "a waste...
2003-08-20 Cyril Deguet* fixed an internal error with stupid gcc2.95
2003-08-20 Boris Dorès- anti-spam
2003-08-20 Mohammed Adnène... * Bitrate options for PVR
2003-08-20 Simon Latapie * had accidentally deleted the first line of vout.m
2003-08-20 Simon Latapie * mozilla plugin on MacOSX : scrollbar clipping proble...
2003-08-20 Simon Latapie * forgot an -I
2003-08-20 Laurent Aimar * stream: less warnings.
2003-08-20 Laurent Aimar * avi: fixed playback of others brokens stream.
2003-08-19 Mohammed Adnène... Oooooooops !
2003-08-19 Mohammed Adnène... SLP Announce :)
2003-08-19 Clément Stenac* src/audio_output/input.c: forgot to free something
2003-08-19 Mohammed Adnène... Video4Linux / PVR / KFIR unified panel
2003-08-19 Sigmund Augdal... modules/visualization/scope/scope.c:
2003-08-19 Simon Latapie * XPCOM implementation in mozilla plugin on MacOSX...
2003-08-19 Derk-Jan Hartman* deleted stray i char
2003-08-19 Derk-Jan Hartman* Updated brazilian portuguese translation by Andre...
2003-08-18 Laurent Aimar * asf: clean up + use stream_* (It's not yet well...
2003-08-18 Laurent Aimar * all: added stream_DataPacket
next