]> git.sesse.net Git - vlc/shortlog
vlc
2008-09-21 Rémi Denis... lower case the module_* functions
2008-09-21 Rémi Denis... Fix signal number
2008-09-21 Ilkka Ollakkause items showflags, parentItem can be NULL
2008-09-21 Felix Paul... macosx: Fixed the appereance of playlist items in the...
2008-09-21 Lukas Durfinauniform naming of audio devices variable
2008-09-21 Rémi Denis... fix symbols list
2008-09-21 Rémi Denis... Merge module_release and module_Put
2008-09-21 Rémi Denis... Remove the vlc_list_find/module hack
2008-09-21 Rémi Denis... New type-safe API for modules listing
2008-09-21 Rémi Denis... module_t: use GC subsystem instead of objects
2008-09-21 Rémi Denis... GC: assert pf_destructor
2008-09-21 Rémi Denis... Minor simplification
2008-09-21 Jean-Baptiste... Qt4: Faster/Slower buttons for whiners.
2008-09-21 Jean-Baptiste... Qt4 win32 native open dialog.
2008-09-21 Jean-Baptiste... Qt4: D&D behaviour fix.
2008-09-21 Rémi Denis... remove pile of warnings and GCCism
2008-09-21 Jean-Baptiste... Qt4: Video Effects: Force puzzle to be in [2:16]x[2...
2008-09-21 Jean-Baptiste... Qt4: Fix windows FSC issue.
2008-09-21 Antoine CellerierFix a few bugs in update pgp code.
2008-09-21 Antoine CellerierSort options.
2008-09-20 Laurent AimarPrivatized nealy all spu_t fields.
2008-09-20 Laurent AimarUse block_Release in bandlimited resampler.
2008-09-20 Laurent AimarSimplify subpicture region allocation in fbosd.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarSmall warning fix.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Christophe... i18n fixes
2008-09-20 Christophe... delete leftover from menuconfig
2008-09-20 Pierre d'Herbemontmacosx: Don't abort() if the screen isn't GL accelerate...
2008-09-20 Pierre d'Herbemontservices_discovery: Useless hack.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Antoine CellerierSpelling.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis... remove useless if not harmful hack
2008-09-20 Pierre d'Herbemontmacosx: getVoutView is gone from here.
2008-09-20 Rémi Denis... typo
2008-09-20 Rémi Denis... simplify service discoveries
2008-09-20 Pierre d'Herbemontncurses: object_id is gone.
2008-09-20 Rémi Denis... One child is one reference
2008-09-20 Pierre d'Herbemontmacosx: No need to testcancel now.
2008-09-20 Pierre d'Herbemontmtime: Make nanosleep a bit more cancelable than what...
2008-09-20 Rémi Denis... RTP out: use a bitmap for dynamic payload book keeping
2008-09-20 Derk-Jan Hartmanvariables: don't use p_liblvc when we ARE p_libvlc
2008-09-20 Pierre d'Herbemontmacosx: typo s/pthread_test_cancel/pthread_testcancel/
2008-09-20 Pierre d'Herbemontmacosx: Blindly remove i_object_id from prefs.m.
2008-09-20 Pierre d'Herbemontmacosx: Don't use object_id in controls.
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the same object...
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Pierre d'Herbemontmacosx: nanosleep() is not a cancellation point in...
2008-09-20 Pierre d'Herbemontmacosx: Use pthread_cancellation in the manage thread.
2008-09-20 Pierre d'HerbemontMake sure vlc_release doesn't destroy a non existent...
2008-09-20 Laurent AimarFixed warnings.
2008-09-20 Laurent AimarUse the yuvp video filter to overlay YUVP.
2008-09-20 Laurent AimarAdded YUVP ro YUVA/RGBA witout scaling filter.
2008-09-20 Laurent AimarDestroy the subpicture cache only when needed.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-20 Laurent AimarRender subpictures in the right order to improve overla...
2008-09-20 Laurent AimarFixed audio/spu language selection when none specified...
2008-09-20 Rémi Denis... RTP: need one more bit for TTL -1 (default) value
2008-09-20 Rémi Denis... Remove the object ID field
2008-09-20 Rémi Denis... Finally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis... Use objet pointer as unique ID (plugins)
2008-09-20 Rémi Denis... Use object address for logging - fixes uniqueness problems
2008-09-20 Rémi Denis... Qt4: use objects directly
2008-09-20 Rémi Denis... Print object address - easier when debugging
2008-09-20 Rémi Denis... input_Read: fix return value (none of the callers check...
2008-09-20 Pierre d'Herbemontmacosx: Dont' forget to unlock.
2008-09-20 Felix Paul... macosx: check for updates only every seven days
2008-09-20 Felix Paul... We require text relocation to be supported by ld
2008-09-20 Derk-Jan HartmanDTS: fix the channelorder of DTS.
2008-09-20 Rémi Denis... Qt4: keep the vout thread, not its ID
2008-09-20 Rémi Denis... Qt4: disable the crashy embedded video(!)
2008-09-20 Rémi Denis... Remove broken/unsafe constructs
2008-09-20 Rémi Denis... Remove the unsafe input item array
2008-09-20 Jean-Paul Samanbframe_adaptive has been made an integer in new (X264_B...
2008-09-20 Pierre d'Herbemontopengl: Rewrite crazy code. (Should fix a crash reporte...
2008-09-20 Derk-Jan HartmanPOTFILES: add new mkv paths, remove old voutqt.m file...
2008-09-20 Derk-Jan Hartmanspatializer: don't translate empty strings. Someone...
2008-09-20 Pierre d'Herbemontvlc_gc: FixOSAtomic usage.
2008-09-20 Pierre d'HerbemontRevert "libvlc: Fix a typo in vlc_gc_object vlc_release...
2008-09-19 Derk-Jan Hartmancontrib: update gnutls to the new 2.4.2 stable
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-19 Pierre d'Herbemontlibvlc: Fix a typo in vlc_gc_object vlc_release()....
2008-09-19 Pierre d'HerbemontUse OSAtomic() as a fallback on Mac OS X.
2008-09-19 Jean-Baptiste... Contribs: Die if NO_RELOCATION
2008-09-19 Antoine CellerierFix misleading comment (it uses the 2007 key if you...
2008-09-19 Derk-Jan Hartmanvariables: Set void_ops by default.
2008-09-19 Derk-Jan HartmanRevert "variables: Inherit path is now parent->libvlc...
2008-09-19 Pierre d'Herbemontquicktime: Disable that decoder module.
2008-09-19 Derk-Jan Hartmanmmap: Use fnctl to set the READAHEAD flag when supporte...
2008-09-19 Derk-Jan Hartmanlibvlc: only use sync_ on GGCs that have it.
2008-09-19 Pierre d'HerbemontRevert "Compile FFmpeg on PowerPC-based machines withou...
2008-09-19 Jean-Baptiste... Ebml: remove version check, since we already force...
2008-09-19 Jean-Baptiste... Add more debug messages to track windows FS controller...
2008-09-19 Antoine CellerierOops. (Don't know what that's used for as it worked...
2008-09-19 Antoine CellerierAdd --enable-run-as-root option to configure.
2008-09-19 Antoine CellerierFail if avcodec, avformat or swscale couldn't be found...
next