]> git.sesse.net Git - vlc/shortlog
vlc
2006-02-19 Clément StenacBe consistant in naming
2006-02-19 Rémi Denis... Fix a bug whereby --disable-shared-libvlc would actuall...
2006-02-19 Rémi Denis... - Build libvlc from src/ rather than top
2006-02-19 Rémi Denis... Ensure src/misc exists in builddir
2006-02-19 Rémi Denis... LoadImage is a macro on Win32 API - you can't use as...
2006-02-19 Rémi Denis... Clean up backported from [12323]
2006-02-19 Rémi Denis... ooups
2006-02-19 Rémi Denis... - Seemingly fix linking of plugins with shared libvlc...
2006-02-18 Antoine Cellerierupdate video filter news (again :) )
2006-02-18 Antoine Cellerierrss.c: change module shortname
2006-02-18 Antoine Cellerierrss.c: add 'support' for Atom feeds.
2006-02-18 Antoine Cellerierrss.c: add suport for feed images (default enabled).
2006-02-18 Antoine CellerierComment lines now fit on a 80 char wide screen
2006-02-18 Rémi Denis... Remove ugly usage of vlc_symbols.h when building libvlc...
2006-02-18 Rémi Denis... All: missing #include "charset.h"
2006-02-18 Rémi Denis... Fix warnings
2006-02-18 Jean-Paul SamanRemove whitespace
2006-02-18 Jean-Paul SamanUse #include <vlc_vlm.h> instead of local include directive
2006-02-18 Jean-Paul SamanAdd with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg...
2006-02-18 Rémi Denis... Remove unused variable
2006-02-18 Rémi Denis... Remove unused variable
2006-02-18 Rémi Denis... Fix warning
2006-02-18 Sam Hocevar * modules/demux/mp4/drms.c: mostly cosmetic changes.
2006-02-18 Felix Paul... * forgot that one in [14365]
2006-02-18 Antoine Cellerierdo everything with the stream functions (no more fopen)
2006-02-18 Felix Paul... * added a note about the update-checker to the news...
2006-02-18 Felix Paul... * new CheckForUpdate panel (closes #310)
2006-02-18 Antoine Cellerierimage.c: ImageReadUrl now tries to open the image using...
2006-02-18 Antoine Cellerieruse EnsureUTF8 on output string
2006-02-18 Antoine CellerierRemove white characters at begining and end of element...
2006-02-18 Rémi Denis... Don't try to be more clever than gettext in detecting...
2006-02-18 Rémi Denis... Fix typo noticed by zorglub
2006-02-17 Christophe... Update the x264 patch.
2006-02-17 Antoine CellerierAdd bluescreen video filter
2006-02-17 Antoine CellerierShow current item number for each of the instances
2006-02-17 Antoine Cellerier* mosaic.c: Bluescreen/Greenscreen/Chromakey video...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: remove debug message
2006-02-17 Olivier Aubertvlcglue.c: same bug, specify malloc unit.
2006-02-17 Olivier Aubertmediacontrol_util.c: better safe than sorry, specify...
2006-02-17 Olivier Aubertsrc/control/mediacontrol_init.c: fix a malloc() error...
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: use VLC_FOURCC to define...
2006-02-17 Antoine Cellerierupdate NEWS file
2006-02-17 Antoine CellerierLogo filter(s) now takes a list of images, delays and...
2006-02-17 Derk-Jan Hartman* This change should be better then the one in [14346]
2006-02-17 Derk-Jan Hartman* stricter aout_BufferFree
2006-02-17 Rémi Denis... Minor change so that 50 is actually the number of items...
2006-02-17 Rémi Denis... Add /usr/local/... to CPPFLAGS and LDFLAGS automaticall...
2006-02-17 Clément StenacFix compilation when VLM is disabled
2006-02-17 Clément StenacDon't disable audio if V4L video dev does not have...
2006-02-17 Clément StenacFix some bugs
2006-02-16 Sam Hocevar * extras/contrib/README: keep track of what patches...
2006-02-16 Sam Hocevar * extras/contrib/src/Patches/x264.patch: removed...
2006-02-16 Christophe... ?
2006-02-16 Christophe... !
2006-02-16 Sigmund Augdal... real.c: fix some crashes
2006-02-16 Felix Paul... * added a button to create an empty node at the top...
2006-02-16 Antoine CellerierMove podcast meta info to "Podcast Info" category
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-16 Clément StenacFix a doxygen comment
2006-02-15 Clément StenacMore VLM API stuff
2006-02-15 Clément StenacTypo
2006-02-15 Rémi Denis... Fix warning
2006-02-15 Clément StenacFix a bunch of bugs in the MSN plugin (duplicated in...
2006-02-15 Jérome DecoodtStupid me... don't do twice hton*
2006-02-15 Olivier Aubertmediacontrol-python/setup.py: do not use PIC libraries...
2006-02-15 Olivier Aubertsrc/control/mediacontrol_init.c: check return values...
2006-02-15 Olivier Aubertmediacontrol-python/vlcglue.c: check the return value...
2006-02-15 Olivier Aubertmediacontrol-python: portability fix (for Mac OS X...
2006-02-15 Olivier Aubertmisc/svg.c: use char* instead of byte_t* to avoid warnings
2006-02-15 Jérome Decoodt-lws2_32 on win32...
2006-02-15 Jérome Decoodtconfigure.ac: try to fix beos build
2006-02-15 Jérome DecoodtAdd "send" (-lsocket) dependance to growl module to...
2006-02-15 Jérome DecoodtTakes default TTL (instead of 42...)
2006-02-14 Jérome DecoodtAdd a growl (http://growl.info/) notification plugin...
2006-02-14 Clément StenacMissing file
2006-02-14 Clément StenacFix some bugs
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-14 Rémi Denis... (Win32) Support stat() for file names outside ANSI...
2006-02-14 Rémi Denis... Safer Win32 code page translation
2006-02-14 Christophe... param_eq.c: eol style
2006-02-14 Eric PetitFFmpeg forgets to create include/postproc/
2006-02-14 Antoine Cellerierupdate vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32...
2006-02-14 Rémi Denis... - Partial fix for reading characters with multibyte...
2006-02-14 Rémi Denis... Use return value of EnsureUTF8() to specify whether...
2006-02-14 Christophe... param-eq.c: Svn keyword
2006-02-14 Clément StenacSimplify
2006-02-14 Jérome DecoodtAdd --macosx-black switch to black non video screens...
2006-02-13 Sigmund Augdal... all: parametric equalizer by Antti Huovilainen (adapte...
2006-02-13 Antoine Cellerierattempt to fix the winCE build
2006-02-13 Rémi Denis... - Unicode fixes for ncurses on non-UTF8 consoles (close...
2006-02-13 Rémi Denis... Undo erronously commited debug preprocessing directives
2006-02-13 Christophe... unicode.c: Fix WinCE build (well for this file only)
2006-02-13 Rémi Denis... Replace forbidden characters with underscores when...
2006-02-13 Rémi Denis... Fix typo
2006-02-13 Rémi Denis... - Use VidMode extension to determine the display dimens...
2006-02-13 Christophe... unicode.c: Fix logic to set use_iconv
2006-02-13 Christophe... ffmpeg-wince.patch: fix for the new ffmpeg makefile
2006-02-13 Sam Hocevar * modules/demux/mp4/drms.c: cosmetic changes to some...
2006-02-13 Rémi Denis... Fix windows build
next