]> git.sesse.net Git - vlc/shortlog
vlc
2007-07-17 Damien Fouilleulvlc-config: fixed optimizations by splitting CFLAGS_OPT...
2007-07-17 Pavlov KonstantinAdd myself.
2007-07-17 Damien Fouilleul- contribs: cleanup pthreads for win32 target
2007-07-17 Damien Fouilleulcontribs: fix lua compile on cygwin/mingw/win32
2007-07-16 Laurent AimarFixed access to (potentially) uninitialized data (close...
2007-07-16 Pierre d'Herbemontinput/input_internal.h: Provide a more discouraging...
2007-07-15 Pierre d'Herbemontinput/input_internal.h: Be more polite in the warning...
2007-07-15 Philippe MorinAdd libvlc_media_instance_release(input) call to correc...
2007-07-15 Bernie PurcellRecognise subsdec-formatted variable when rendering...
2007-07-14 Pierre d'Herbemontcontrol/media_instance.c: Work around a missing playlis...
2007-07-13 Ken SelfBDA - minor bug fix in graph destructor
2007-07-13 Pierre d'Herbemontcontrol/media_instance.c: Make sure we initialize every...
2007-07-13 Olivier Aubertmediacontrol: prefix unit conversion functions with...
2007-07-12 Olivier Aubertmediacontrol:
2007-07-12 Christophe... Refresh patch.
2007-07-12 Olivier Aubertvlc_common.h: fix typo in define variable name
2007-07-12 Olivier AubertRevert part of r20746, which indeed broke the build...
2007-07-11 Jean-Baptiste... Contribs: gnutls 1.6.2 => 1.6.3
2007-07-11 Pierre d'Herbemontcontrol/media_instance: More lock sanitization. (oops).
2007-07-11 Jean-Baptiste... Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445...
2007-07-11 Jean-Baptiste... Contribs: Freetype 2.3.4 => 2.3.5
2007-07-11 Jean-Baptiste... Contrib: Xml2 => 2.6.29
2007-07-11 Pavlov KonstantinAllow playback of in24 little-endian or big-endian...
2007-07-11 Pavlov KonstantinQT4: Force need_update on creation so we could view...
2007-07-11 Pavlov KonstantinQT4: Set advanced checkbox to checked.
2007-07-11 Pavlov KonstantinQT4: Jump to current item on itemchange. Patch by Ilkka...
2007-07-10 Jean-Baptiste... * Adds a raster animation to text tagged with <karaoke...
2007-07-10 Pierre d'Herbemontextras/contrib: Fix dirac patch which was reverted.
2007-07-10 Pierre d'Herbemontcontrol/media_instance.c: Fix a warning on missing...
2007-07-10 Pierre d'Herbemontcontrol/media_instance.c: Fix the dead lock reported...
2007-07-09 Pierre d'Herbemontcontrol/media_descriptor.c: Use vlc_gc_* function to...
2007-07-09 Pierre d'Herbemontcontrol/media_descriptor.c: Don't destroy the input_ite...
2007-07-09 Christophe... fix [20770]
2007-07-09 Pierre d'Herbemontcontrol/event.c: Make sure the callback list is initial...
2007-07-09 Christophe... Oups
2007-07-08 Felix Paul... * replaced a couple of to-be-deprecated cStrings by...
2007-07-08 Felix Paul... * updated the live patch and added a sanity check for...
2007-07-08 Christophe... Ressucitate the telx module and make it to conflict...
2007-07-08 Jean-Baptiste... Qt4 - Menus and new icons. Remove the isCheckable optio...
2007-07-08 Pierre d'HerbemontLibvlc: Make medi_instance thread safe and implement...
2007-07-07 Jean-Paul SamanUse libvlc_media_instance_t instead of libvlc_input_t.
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-07-07 Pierre d'HerbemontMac OS X gui: Work around an automake/libtool bug with...
2007-07-06 Christophe... telx.c was removed
2007-07-06 Jean-Paul SamanRemove telx decoder from configure.ac
2007-07-06 Jean-Paul SamanRemoved telx Teletext decoder in favor of zvbi based...
2007-07-06 Jean-Paul SamanSmall cleanup
2007-07-06 Jean-Paul SamanRemove whitespace.
2007-07-06 Jean-Paul SamanFree zvbi resources on error in Open() function.
2007-07-06 Jean-Paul SamanCompile fix.
2007-07-06 Jean-Paul SamanRemoved -fnested-functions for other platforms except...
2007-07-06 Jean-Paul SamanJavaScript API to change the selected teletext page...
2007-07-06 Jean-Paul SamanAdded transparency to vbi pages and added a callback...
2007-07-06 Jean-Paul SamanCoding style cleanup.
2007-07-06 Jean-Paul SamanPatch from thedj to recognize the vbi header in the...
2007-07-06 Jean-Paul SamanFix up indentation
2007-07-06 Jean-Paul SamanMake zvbi build on Fedora Core, debian, darwin and...
2007-07-06 Jean-Paul SamanThis patch is a hack to force usage of zvbi teletext...
2007-07-06 Jean-Paul SamanTeletext decoder module based on libzvbi. This is the...
2007-07-06 Jean-Paul SamanCopy modules/codec/telx.c to modules/codec/zvbi.c
2007-07-06 Pierre d'Herbemontcontrib: Make sure we don't have any warning in libdira...
2007-07-06 Jérome DecoodtTry to fix libtool on macos
2007-07-06 Sam Hocevar * configure.ac: add missing [] in the eyetv check.
2007-07-06 Sam Hocevar * Support unaware OS X libtool by sending -framework...
2007-07-06 Jérome DecoodtTry to optimize a bit the antialiasing thing
2007-07-05 Christophe... Slovenian l10n update by Matej Urbančič
2007-07-05 Jérome DecoodtBetter blending for top and left borders
2007-07-04 Jérome DecoodtAdd blending for borders in rotate
2007-07-04 Jérome DecoodtAdd some antialiasing to rotate
2007-07-04 Felix Paul... * "%i objekt i spellistan" as translation for "No items...
2007-07-04 Olivier Aubertpython bindings: setup.py, workaround vlc-config 'pecul...
2007-07-04 Olivier AubertUpdate live555 version number in live-starttime.patch
2007-07-04 Filippo Caronemissing \ added
2007-07-03 Jean-Baptiste... Qt4 - Fix the non-updating MediaInfo bug, introduced...
2007-07-03 Jean-Baptiste... Add 2Vuy FourCC case flavour to rawvideo.
2007-07-03 Rémi Denis... Invoke the clock once rather than 2/3 times...
2007-07-03 Pavlov KonstantinUpdate trunk ALT Linux spec file for trunk.
2007-07-02 Jean-Baptiste... Freetype:
2007-07-02 Jean-Baptiste... D-Bus: The MPRIS uses a new services behavior to allow...
2007-07-01 Christophe... Arabic and Slovak translation updates by Fouzia Bourai...
2007-07-01 Antoine CellerierAdd option to format strings to prevent displaying...
2007-07-01 Ken SelfAdd BDA shortcuts dvbt, dvbc, dvbs (without hyphens...
2007-06-30 Antoine CellerierHopefully fix compilation.
2007-06-30 Antoine CellerierAttempt to allow using meta information in the MSN...
2007-06-30 Jean-Baptiste... Qt4 - display the buttons... :)
2007-06-30 Filippo Caronehelper define added
2007-06-30 Filippo Caronevolume callback name updated
2007-06-30 Christophe... Activate the polish translation
2007-06-29 Laurent AimarA small malloc check.
2007-06-29 Laurent AimarFixed GET_ATTACHMENTS return value (Reported by Bernie...
2007-06-29 Laurent AimarFixed potential sscanf buffer overflow in :
2007-06-29 Laurent AimarDo not display invalid fourcc for meta data atom.
2007-06-28 Antoine CellerierAdd flash.html to dist
2007-06-28 Antoine CellerierFix "Seg fault when changing mosaic 'offsets' option...
2007-06-28 Jean-Baptiste... Qt4 - Dialogs. String Changes, reviewed by tonsofpcs
2007-06-28 Jean-Baptiste... Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
2007-06-28 Jean-Baptiste... Qt4 - Make GNOME/KDE fanboys happy.
2007-06-28 Jean-Baptiste... Qt4.3 compatibility.
2007-06-28 Jean-Baptiste... Add MYOB to thanks file...
2007-06-28 Jean-Baptiste... Attempt to repair distcheck. Qt4-res.
next