]> git.sesse.net Git - vlc/history - src/playlist/thread.c
Check the return value of malloc.
[vlc] / src / playlist / thread.c
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-02-26 Pierre d'Herbemontsrc/playlist: Fix a rare memleak that could happen...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-08 Jean-Baptiste KempfCorrect a typo in [22984], s/meta-fetch/fetch-meta :D
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-14 Damien Fouilleulplaylist.c: removed potential deadlock and duplicate...
2007-09-17 Rémi Denis-Courmont- Fix potential use after free
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-02-22 Jean-Paul SamanIndentation fix
2006-12-22 Clément StenacCleanup control and parser threads handling. Might...
2006-12-15 Clément StenacRework dicts as macros for type-independance
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Clément StenacPlaylist
2006-10-04 Clément StenacFix a few bugs
2006-10-01 Clément StenacLazy allocation of the stat structure
2006-09-29 Clément StenacDon't loop preparse threads when idle
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-17 Clément StenacReduce wakeup frequencies
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-20 Jean-Paul SamanAdd missing vlc_es.h
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.