]> git.sesse.net Git - vlc/history - src
mms: Fix uninitialized vlc_cond in mms KeepAlive thread
[vlc] / src /
2008-09-22 Antoine CellerierUndef a few local macros.
2008-09-22 Antoine CellerierAdd comment to make sure people don't mess up.
2008-09-22 Antoine CellerierClean up and speed up resolve_xml_special_chars().
2008-09-22 Rémi Denis-CourmontFix module_exists
2008-09-22 Rémi Denis-Courmontmodule_need: use qsort, simplify
2008-09-22 Rémi Denis-CourmontDeleteModule: remove useless parameter
2008-09-22 Rémi Denis-CourmontRemove some useful stuff / misleading comments
2008-09-22 Rémi Denis-CourmontFix a2e0eaa1708f05680d0c6bc1ba25873e6d2b6b3f on legacy...
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-22 Geoffroy Couprieno vlc_spin_destroy in GC for Win32
2008-09-22 Geoffroy Coupriedon't try to free a non existing string
2008-09-21 Rémi Denis-CourmontUse OP then fetch, more straight forward with most...
2008-09-21 Derk-Jan Hartmancommandline parsing: Fix the macfreetv crash
2008-09-21 Rémi Denis-CourmontUse GCC predefines for atomic builtins
2008-09-21 Rémi Denis-CourmontAtomic builtins are from in GCC 4.1.0 onward.
2008-09-21 Jean-Paul SamanFix GCC error message: undefined reference to `__sync_f...
2008-09-21 Rémi Denis-CourmontMingw support for garbage collection
2008-09-21 Laurent AimarCosmetics.
2008-09-21 Laurent AimarFixed overlap support with overlap length smaller than...
2008-09-21 Rémi Denis-CourmontFix symbols again
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarCorrectly set order per subtitle decoder.
2008-09-21 Laurent AimarNo functionnal changes.
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-Courmontfix symbols list
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-21 Rémi Denis-CourmontRemove the vlc_list_find/module hack
2008-09-21 Rémi Denis-CourmontNew type-safe API for modules listing
2008-09-21 Rémi Denis-Courmontmodule_t: use GC subsystem instead of objects
2008-09-21 Rémi Denis-CourmontGC: assert pf_destructor
2008-09-21 Rémi Denis-CourmontMinor simplification
2008-09-21 Antoine CellerierFix a few bugs in update pgp code.
2008-09-20 Laurent AimarPrivatized nealy all spu_t fields.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
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-Courmontremove useless if not harmful hack
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-20 Rémi Denis-CourmontOne child is one reference
2008-09-20 Pierre d'Herbemontmtime: Make nanosleep a bit more cancelable than what...
2008-09-20 Derk-Jan Hartmanvariables: don't use p_liblvc when we ARE p_libvlc
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
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 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 Rémi Denis-CourmontRemove the object ID field
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-20 Rémi Denis-CourmontPrint object address - easier when debugging
2008-09-20 Rémi Denis-Courmontinput_Read: fix return value (none of the callers check...
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
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 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 Derk-Jan Hartmanvariables: Set void_ops by default.
2008-09-19 Derk-Jan HartmanRevert "variables: Inherit path is now parent->libvlc...
2008-09-19 Derk-Jan Hartmanlibvlc: only use sync_ on GGCs that have it.
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Justus Piatercorrectly handle realloc() failure
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-19 Rémi Denis-CourmontUse GCC atomics
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-19 Rémi Denis-CourmontFix error message
2008-09-19 Derk-Jan Hartmanvariables: VAR_CLASS != VAR_TYPE
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
2008-09-18 Rémi Denis-Courmontvlc_object_internals_t is internal
2008-09-18 Rémi Denis-CourmontUse stat properly (you don't want to open directories...
2008-09-18 Laurent AimarFixed broken input_AddSubtitles.
2008-09-18 Laurent AimarFlush subtitle on seek.
2008-09-18 Laurent AimarReset input slave eof flag on seek.
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-09-18 Derk-Jan Hartmanaudiofilters: Do not try to insert user audio-filters...
2008-09-18 Jean-Baptiste KempfConfigDir mess up on windows.
2008-09-17 Laurent AimarSupport for overlapped subtitle part 2.
2008-09-17 Laurent AimarSupport for overlapped subtitle part 1.
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-17 Laurent AimarCosmetics.
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-17 Laurent AimarFixed subtitle pausing.
2008-09-17 Laurent AimarSet minimum scale in spu core for text renderer.
2008-09-17 Laurent AimarFixed spu margin and more subtitle clean up.
2008-09-17 Laurent AimarSpuRegionPlace now works in rendered unit.
2008-09-17 Laurent AimarRemoved a little hack in subpicture cache code.
2008-09-17 Laurent AimarClean up a bit subpicture release code.
2008-09-17 Laurent AimarFixed picture cache creation.
next