]> git.sesse.net Git - vlc/history - src
contrib: Fix change_prefix for .la.
[vlc] / src /
2008-09-27 Rémi Denis-CourmontString rationalization
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-27 Rémi Denis-CourmontAdd extensions for MIDI and Creative Voice
2008-09-26 Rémi DuraffortFix memleak when parsing VLC_VAR_LIST.
2008-09-26 Rémi Denis-CourmontFix memory leak
2008-09-26 Rémi Denis-Courmontmodule_need: fix broken logic
2008-09-25 Laurent AimarFixed forcing a demux while using access_demux for...
2008-09-25 Rémi Denis-CourmontProbe interface plugis strictly
2008-09-25 Rémi Denis-CourmontRemove GCCism
2008-09-25 Rémi Denis-CourmontFix cache save submodule recursion
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-24 Rémi Denis-CourmontSave submodules in the same order as we create/load...
2008-09-24 Rémi DuraffortAvoid potential memleak.
2008-09-24 Derk-Jan Hartmanhttpd: Fix keepalive/close of non-matching HTTP versions.
2008-09-23 Sebastien EscudierNullify p_httpd to avoid crashes
2008-09-23 Antoine CellerierOops.
2008-09-23 Antoine CellerierFurther optimize function
2008-09-23 Rémi Denis-CourmontSpare 236 relocations, mark data as constant.
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...
next