]> git.sesse.net Git - vlc/shortlog
vlc
2003-12-05 Rocky BernsteinRemove interface thread. It was a crock anyway -- any...
2003-12-05 Rocky BernsteinOkay microseconds, then.
2003-12-05 Rocky BernsteinFix duration that input_AddInfo uses milliseconds.
2003-12-05 Rocky BernsteinSpelling.
2003-12-05 Gildas Bazin* modules/stream_out/transcode.c: proper order for...
2003-12-04 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/codec/speex...
2003-12-04 Anil Daoudregenerated from a clean tree
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-12-04 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: unicode fix.
2003-12-04 Gildas Bazin* modules/demux/livedotcom.cpp: compilation fix.
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-04 Sam Hocevar * include/vlc_common.h:
2003-12-04 Sam Hocevar * configure.ac: Fixed an old bug that caused vlc...
2003-12-04 Gildas Bazin* modules/video_output/wingdi.c: fixed gdi output for...
2003-12-04 Gildas Bazin* toolbox: use the "Output_Dir" property when generatin...
2003-12-04 Gildas Bazin* modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSE...
2003-12-04 Rocky BernsteinGuard against invalid p_vcd in dbg_print.
2003-12-03 Sigmund Augdal... all:
2003-12-03 Sigmund Augdal... src/input/input.c:
2003-12-03 Sigmund Augdal... all:
2003-12-03 Rocky BernsteinMake more like the French translation which is more...
2003-12-03 Sigmund Augdal... src/misc/mtime.c:
2003-12-03 Jean-Paul SamanSyncing with current CVS.
2003-12-03 Clément StenacUpdate of the french localization file
2003-12-03 Anil Daoudcompilation fix
2003-12-03 Rocky BernsteinFixed-width 2-column track number. Should help in sorti...
2003-12-03 Rocky BernsteinUpdate date. Remove boilerplate includes that I think...
2003-12-03 Rocky BernsteinReinstate Duration column - perhaps it's time to get...
2003-12-03 Rocky BernsteinAdd more uses of msecstotimestr. Remove OFFSETTOTIME_MA...
2003-12-03 Sam Hocevar include/vlc_help.h: Grammar and spelling fixes.
2003-12-03 Laurent Aimar * increase priority (the wrapper from ffmpeg is buggy).
2003-12-03 Rocky BernsteinFix bug in not updating playlist when hitting next...
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-12-03 Rocky Bernstein"File Info" renamed "Stream/Media Info"
2003-12-02 Gildas Bazin* modules/access/dshow/*: PVR support contributed by...
2003-12-02 Gildas Bazin* msvc/config.h.in: cleaned-up and updated.
2003-12-02 Jason Luka- Added fribidi support
2003-12-02 Gildas Bazin* ALL: more MSVC compilation fixes.
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-12-02 Gildas Bazin* modules/demux/mp4/mp4.c: find out aspect ratio from...
2003-12-02 Rocky BernsteinPopulate VCD info in "File Info" window.
2003-12-02 Rocky BernsteinChange some printf's to debugging-only output.
2003-12-02 Rocky BernsteinSeparate title format string into cases where CDDB...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-12-01 Laurent Aimar * video: display "more than 5 seconds of late video...
2003-12-01 Rocky BernsteinMake sure we distribute the CD-DA plugin info.
2003-12-01 Rocky BernsteinAdd a copyright.
2003-12-01 Rocky BernsteinAdd more verbiage.
2003-12-01 Jason Luka- Updated matroska/ebml fix
2003-12-01 Rocky BernsteinSome basic CDDA plugin documentation.
2003-12-01 Rocky BernsteinAnother typo.
2003-12-01 Rocky BernsteinBugs in calculating duration. Thanks Sigmund for fixing...
2003-12-01 Rocky BernsteinAdd CDDB CD Info in File Info section (via input_AddInf...
2003-11-30 Jean-Paul SamanPDA Interface:
2003-11-30 Rocky BernsteinForgot to add demux.c here.
2003-11-30 Gildas Bazin* modules/packetizer/mpeg4video.c: oops
2003-11-30 Gildas Bazin* include/input_ext-plugins.h: export input_DecodeBlock().
2003-11-30 Rocky BernsteinCustomizable playlist title.
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
2003-11-30 Jean-Paul SamanPDA Interface:
2003-11-30 Sigmund Augdal... modules/gui/gtk/playlist.c:
2003-11-30 Rocky BernsteinAdd CD-DA CDDB support via libcddb.
2003-11-30 Gildas Bazin* share/http/admin/browse.html: hmmm, the browse featur...
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-11-30 Laurent Aimar * all: added demux_t structure and some demux2_* funct...
2003-11-30 Laurent Aimar *all: added a --minimize-thread options to make all...
2003-11-30 Laurent Aimar * ninput: added 2 ES_OUT* command (do nothing for...
2003-11-30 Laurent Aimar * all: added a TCP access input module.
2003-11-30 Rocky BernsteinGo over options: Add hooks for internationalization...
2003-11-30 Jean-Paul SamanPDA Interface:
2003-11-30 Jean-Paul SamanBumped up version number to 0.7.0
2003-11-30 Jean-Paul SamanPDA Interface:
2003-11-30 Rocky BernsteinBreak out demux into its own thing.
2003-11-29 Christophe... * input: new cr-average option, allowing to configure the
2003-11-29 Laurent Aimar * all: - increased avcodec version needed to 4680...
2003-11-29 Laurent Aimar * mp4: another fix for another buggy file.
2003-11-29 Gildas Bazin* modules/gui/wxwindows/menus.cpp: moved audio/video...
2003-11-29 Gildas Bazin* modules/access/cdda.c: removed double ';'
2003-11-29 Gildas Bazin* modules/gui/wxwindows/*: got rid of the Misc menu...
2003-11-29 Laurent Aimar * all: - fixed non I420 input
2003-11-29 Laurent Aimar * encoder: added a memset.
2003-11-29 Laurent Aimar * all: better handling of multiple (video) tracks.
2003-11-29 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed compilation...
2003-11-28 Gildas Bazin* modules/codec/ffmpeg/*: fixed the code to disable...
2003-11-28 Laurent Aimar * mkv: fixed a buffer overflow.
2003-11-28 Gildas Bazin* modules/misc/dummy/input.c: use p_input->psz_demux...
2003-11-28 Jason Luka- Update to 0.7.0-test1
2003-11-28 Derk-Jan Hartman* Fix text subtitles which were missing their last...
2003-11-28 Laurent Aimar * input: avoid double free/release when InitStream...
2003-11-28 Laurent Aimar * ffmpeg: added h264 codec.
2003-11-28 Laurent Aimar * input_dec: does pass empty block to the decoder.
2003-11-28 Laurent Aimar * avi: fix end of file...
2003-11-28 Christophe... Forgot that yesterday...
2003-11-27 Christophe... * modules/stream_out/transcode.c: new options
2003-11-27 Laurent Aimar * item: lalalala... (remove a debug change -> psz_auth...
2003-11-27 Laurent Aimar * faad: drop packets with b_discontinuity set.
2003-11-27 Laurent Aimar * mp4: ported to stream_*
2003-11-27 Laurent Aimarcopy: set pts to dts if pts <= 0. (Needed to make div3...
next