]> git.sesse.net Git - vlc/shortlog
vlc
2005-08-06 Felix Paul... * added the IMG-file-type
2005-08-06 Antoine Cellerierfix compile on makensis versions < 2.07 (debian sid...
2005-08-06 Cyril Deguet * dialogs.cpp: fixed an assert failure in open skins...
2005-08-06 Felix Paul... * Updated
2005-08-06 Antoine Cellerier * add context menu item to open directories
2005-08-06 Cyril Deguet * vlc_common.c: forward declaration of dirent for...
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
2005-08-06 Christophe... * src/extras/libc.c: Fixed compilation on systems...
2005-08-06 Christophe... * include/vlc_common.h: VLC_EXPORT macros can't span...
2005-08-05 Felix Paul... * macosx/extended.*: finished the extended-controls...
2005-08-05 Christophe... * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe... * modules/control/http.c: Support for ~ in foreach...
2005-08-05 Christophe... * modules/control/http.c: Added two new RPN functions...
2005-08-05 Christophe... * modules/gui/skins2/src/skin_main.cpp: Unsubscribe...
2005-08-05 Rémi Denis... Fix compiler warnings
2005-08-05 Christophe... * ALL: a couple more vlc_object_release()...
2005-08-05 Christophe... * modules/stream_out/transcode.c: Fixed DTS madness...
2005-08-05 Christophe... * src/misc/httpd.c: Changed the encoding of mandatory...
2005-08-05 Christophe... * ALL: releasing a few unreleased objects.
2005-08-05 Christophe... * src/misc/objects.c: More verbosity to debug unreleas...
2005-08-05 Christophe... * src/input/input.c: msg_Warn->msg_Dbg
2005-08-05 Felix Paul... * fixed minor stuff
2005-08-05 Felix Paul... * added video filters and i18n support -- still ToDo...
2005-08-05 Felix Paul... * updated the po-files
2005-08-04 Felix Paul... * VLCExtended is no class needed there
2005-08-04 Felix Paul... * port of the WX-advanded-GUI to OSX (refs #268)
2005-08-04 Gildas Bazin* configure.ac: another fix for libavutil detection.
2005-08-04 Gildas Bazin* configure.ac: support for latest ffmpeg changes ...
2005-08-04 Christophe... Compile fix
2005-08-04 Christophe... * modules/control/http.c: New option --http-charset...
2005-08-04 Rémi Denis... Initialize iconv at The Right Times
2005-08-04 Christophe... * modules/access/directory.c: Call vlc_fix_readdir_cha...
2005-08-04 Christophe... * extras/contrib/src: Patched libiconv to handle UTF...
2005-08-04 Christophe... * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-08-04 Christophe... * include/network.h: Fixed vlc_UrlEncode with non...
2005-08-04 Christophe... * src/libvlc.c: Fixed segfault introduced in #12010...
2005-08-04 Rémi Denis... Fix question marks insertion
2005-08-04 Rémi Denis... Don't call vlc_current_charset and vlc_iconv_open at...
2005-08-04 Christophe... Compile fix
2005-08-04 Rémi Denis... Fix heap buffer overflow
2005-08-04 Rémi Denis... fix spelling of "unsupported"
2005-08-04 Rémi Denis... Speed up LocaleFree()
2005-08-04 Rémi Denis... * reimplement EnableUTF8 without iconv
2005-08-04 Rémi Denis... * modules/control/http.c : specify UTF-8 as charset...
2005-08-04 Rémi Denis... Add stub httpd_ServerIP when httpd is not compiled
2005-08-04 Felix Paul... * disable the compilation of ffplay (solves a SDL compi...
2005-08-04 Felix Paul... * really fix the patch....
2005-08-04 Felix Paul... * fix the patch file
2005-08-04 Felix Paul... * fix compilation of libopendaap on 10.2
2005-08-04 Felix Paul... * removed unneeded ifdef, which broke the compilation...
2005-08-03 Cyril Deguet* config.in: wxwindows -> wxwidgets. Added a HTTPD...
2005-08-03 Felix Paul... * implemented transcoding when streaming -- might need...
2005-08-03 Gildas Bazin* modules/gui/wxwidgets/interface.cpp: bring back text...
2005-08-03 Gildas Bazin* src/misc/modules.c: reverted 11984 which breaks the...
2005-08-03 Gildas Bazin* src/libvlc.c: compilation fix.
2005-08-03 Olivier Teulière * skins2/vars/playlist.cpp: compilation fix
2005-08-03 Rémi Denis... * M3U: make sure strings are UTF8
2005-08-03 Rémi Denis... Handle NULL pointer properly in Unicode conversion...
2005-08-03 Rémi Denis... Use UTF-8 internally (closes #16 and introduces lots...
2005-08-03 Gildas Bazin* modules/video_output/wingdi.c: compilation fix when...
2005-08-03 Christophe... Forgot to change a few variable names (refs #80)
2005-08-03 Rémi Denis... There is no "=~" operator in C (it simply means "=...
2005-08-03 Rémi Denis... Module bank memleak
2005-08-03 Rémi Denis... Fix the message queue memleak
2005-08-03 Christophe... Renaming of wxwidgets options. Close the renaming ...
2005-08-03 Christophe... wxWindows -> wxWidgets step 3 (refs #80)
2005-08-03 Christophe... * src/misc/image.c: Really fixed the segfault on unsup...
2005-08-03 Christophe... wxWindows -> wxWidgets in configure.ac and renaming...
2005-08-03 Felix Paul... * implemented MMS-support (refs #271)
2005-08-03 Christophe... * extras/contrib: Added libSDL and libSDL_image to...
2005-08-03 Christophe... * modules/codec/ffmpeg/encoder.c: Avoid a useless...
2005-08-02 Cyril Deguet* var_manager.cpp: explicit object destruction order...
2005-08-02 Cyril Deguet* rv32.c: new basic video filter to convert RV24 to...
2005-08-02 Rémi Denis... Use new network modules semantics (closes #283)
2005-08-02 Christophe... Add some sections
2005-08-02 Rémi Denis... Rename wxWindows to wxWidgets (refs #80)
2005-08-02 Christophe... * src/stream_output/sap.c: Fixed small memory leak.
2005-08-02 Rémi Denis... Minor bugfix and cleanup
2005-08-02 Felix Paul... * packages.mak: Updated the download server of libopend...
2005-08-02 Rémi Denis... - When both IPv4 and IPv6 plugins return a socket,...
2005-08-02 Rémi Denis... Fix typo in previous commit
2005-08-02 Christophe... * modules/codec/ffmpeg: More locking around avcodec_op...
2005-08-02 Derk-Jan Hartman* SDK shouldn't be enabled yet.
2005-08-02 Derk-Jan Hartman* Fix mpeg2dec download
2005-08-02 Damien Fouilleul- add libvlc.a at the end of the linking chain, so...
2005-08-01 Sigmund Augdal... some more suggestions by trax
2005-08-01 Antoine Cellerieradd François Seigner
2005-08-01 Sigmund Augdal... mux/asf.c: codec description fixes suggested by trax
2005-08-01 Antoine Cellerieradd TTL option in streamout dialog. Patch by seingier...
2005-08-01 Christophe... I'll have more commits than courmisch today ! One again
2005-08-01 Sigmund Augdal... access/http.c: fixed icy with metadata
2005-08-01 Olivier Teulière * wxwindows/bookmarks.cpp: cosmetics + removed a debug...
2005-08-01 Christophe... * src/input/input.c: Fixed segfault when using :progra...
2005-08-01 Rémi Denis... - Kludge to be able to use strerror() with Winsock
2005-08-01 Christophe... * modules/access/fake.c: New --fake-duration option...
2005-08-01 Rémi Denis... Don't reinvent strchr()
2005-08-01 Antoine Cellerierremove compile warning
2005-08-01 Rémi Denis... Don't attempt to listen to link-local scope SAP address...
2005-08-01 Antoine Cellerierfileinfo : patch by Jonas A. Larsen to remove empty...
next