]> git.sesse.net Git - vlc/shortlog
vlc
2007-05-19 Filippo CaroneInitial callback support in libvlc + example on how...
2007-05-19 Christophe... Fix previous commit
2007-05-19 Christophe... Lua configuration: Add a test for system with no .pc
2007-05-19 Christophe... Compile lua.
2007-05-19 Antoine Cellerier* deinterlace.c: compile fix by ILEoo.
2007-05-19 Rémi Denis... Forgot this file
2007-05-19 Rémi Denis... Same as previous commit
2007-05-19 Rémi Denis... Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Christophe... This has been fixed in VLC's FFMpeg demuxer module...
2007-05-19 Rémi Denis... Windows compile fix
2007-05-19 Jean-Baptiste... Qt4 - Interaction: Password are hidden.
2007-05-19 Filippo Caroneid svn keyword set
2007-05-19 Rémi Denis... Use static storage rather than libvlc_global for stuff...
2007-05-19 Rémi Denis... Move OSD and TLS to instance.
2007-05-19 Rémi Denis... Make saved-volume variable a per-libvlc instance rather...
2007-05-19 Rémi Denis... Forgot this file
2007-05-19 Rémi Denis... Use vlc_object_kill(). Needs triple checking.
2007-05-19 Rémi Denis... Remove unneeded old kludge
2007-05-19 Rémi Denis... Do not unload plugins in debug builds. Not sure if...
2007-05-19 Jean-Baptiste... Contrib; lua for win32. Start of fixing...
2007-05-19 Rémi Denis... Fix line breaks
2007-05-19 Rémi Denis... Following vlc_object_kill(), add vlc_object_dying()
2007-05-19 Filippo Caronefree callbacks on libvlc destruction
2007-05-19 Filippo Caroneuser data pointer added to callback structure
2007-05-19 Filippo CaroneSet callback list to null on instance init
2007-05-19 Filippo Caroneinitial structures for libvlc callbacks (code adapted...
2007-05-19 Rémi Denis... - Remove unneeded "." kludge (libvlc is now built from...
2007-05-19 Pierre d'Herbemontconfigure.ac: Make sure lua is enabled when --enable...
2007-05-19 Ken SelfMore BDA DVB-S and DVB-T parameters bring it closer...
2007-05-19 Jean-Paul SamanRestored Makefile.am and added a test for cross-compili...
2007-05-19 Antoine Cellerier* youtube_homepage.lua: get the stream's duration.
2007-05-19 Antoine Cellerier* luaplaylist.c: make sure that the Lua stack is big...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add .duration option for...
2007-05-19 Pierre d'Herbemontextras/contrib/bootstrap: Use space to ident rather...
2007-05-19 Pierre d'HerbemontContrib: Include lua as a contrib lib. (Please review...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add support for VLC options.
2007-05-19 Antoine Cellerier* m3u.c: remove unneeded comment. ppsz_options is freed...
2007-05-19 Rémi Denis... Missing const
2007-05-19 Antoine Cellerier* share/luaplaylist/youtube_homepage.lua: New lua parse...
2007-05-19 Christophe... oups, better put the prototype before using the function
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: update copyright date.
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags...
2007-05-19 Christophe... vlc_url.h: Username and password passed in the URL...
2007-05-18 Antoine Cellerier* ffmpeg/video_filter.c: remove a bunch of trailing...
2007-05-18 Antoine Cellerier* luaplaylist.c: Look for Lua scripts in the user's...
2007-05-18 Antoine Cellerier* include/main.h: remove trailing spaces.
2007-05-18 Pierre d'HerbemontContrib: Make sure curl follow "Location:". (Fix Mac...
2007-05-18 Damien Fouilleulvlc.h: move VLC_PUBLIC_API definition when building...
2007-05-18 Jean-Baptiste... Qt4 - MediaKeys support, patch by Ilkka Ollakka
2007-05-18 Antoine Cellerier* src/text/strings.c: Add a lot of entities to the...
2007-05-18 Antoine Cellerier* luaplaylist/README.txt: propset svn:keywords Id
2007-05-18 Antoine Cellerier* modules/access/http.c: When redirecting, don't includ...
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-18 Jean-Paul Samanoops me being stupid, forgot this part
2007-05-18 Jean-Paul SamanDon't build srtp when gcrypt isn't available.
2007-05-17 Antoine Cellerier* dailymotion.lua: fix.
2007-05-17 Antoine Cellerier* luaplaylist.c: initialize p_sys->psz_filename to...
2007-05-17 Antoine Cellerier* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}()...
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2007-05-17 Antoine Cellerier* googlevideo.lua: add small comment to explain why...
2007-05-17 Antoine Cellerier* metacafe.lua: Remove "Metacafe -" from name, get...
2007-05-17 Antoine Cellerier* youtube.lua: fetch artist and description.
2007-05-17 Antoine Cellerier* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
2007-05-17 Antoine Cellerier* luaplaylist.c: add support for meta data info. Playli...
2007-05-17 Antoine Cellerier* asx.c: remove tab
2007-05-17 Antoine Cellerier* luaplaylist.c: should now look in the appropriate...
2007-05-17 Rémi Denis... Undo [20161]
2007-05-17 Rémi Denis... Fix linking on gcc, breaks everything else
2007-05-17 Rémi Denis... remove hidden visibility stuff from libvlc.
2007-05-17 Rémi Denis... Add real SRTP unit test (85% coverage let alone SRTCP)
2007-05-17 Rémi Denis... Fix hashing when using RFC4711
2007-05-17 Antoine Cellerier* src/vlc.c: remove tabs.
2007-05-17 Rémi Denis... Fix incorrect hash size limit
2007-05-17 Rémi Denis... Fix initialization
2007-05-17 Rémi Denis... Typo
2007-05-17 Rémi Denis... Add --enable-coverage
2007-05-17 Damien Fouilleul- direct3d: behave correctly when changing desktop...
2007-05-17 Rémi Denis... include/vlc/* cannot depend on config.h, hence cannot...
2007-05-17 Jean-Baptiste... Qt4 - Tabs Order. Nick Vercammen's patch on open_networ...
2007-05-17 Rémi Denis... Revert unintended part of [20148]
2007-05-17 Rémi Denis... Fixes
2007-05-17 Rémi Denis... - Revert [20137]
2007-05-16 Christophe... Fix i18n building
2007-05-16 Ken SelfBDA - additional DVB-S parameters added
2007-05-16 Christophe... qt4: fix the popup menu updating
2007-05-16 Olivier Aubertbindings/python/vlc_instance.c: fix audio_set_volume...
2007-05-16 Christophe... oups
2007-05-16 Christophe... Remove some GNUism
2007-05-16 Filippo Caronedestroy logic cleaned up
2007-05-16 Jean-Baptiste... Should fix another bunch of: (near initialization for...
2007-05-16 Jean-Paul SamanFix include: libvlc.h, is in vlc/libvlc.h now.
2007-05-16 Jean-Paul SamanDon't build libs/srtp when --disable-gnutls is given.
2007-05-16 Jean-Paul SamanPatch config.sub to recognize uclibc system.
2007-05-16 Jean-Paul SamanCast interface pointer to VLC_OBJECT().
2007-05-16 Jean-Paul SamanFix one warning for vlc_iconv() here (4th argument...
2007-05-16 Jean-Paul SamanCorrect csa_New() prototype by adding void argument.
2007-05-16 Jean-Paul SamanUse proper datatype.
2007-05-16 Jean-Paul SamanRemove unused variable pw.
2007-05-16 Jean-Paul SamanRenamed function E_(I420_RGB16_dithering) to match...
2007-05-16 Jean-Paul SamanRemove unused variable.
next