]> git.sesse.net Git - vlc/history - src/playlist/thread.c
core: set meaningful object type names
[vlc] / src / playlist / thread.c
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontplaylist: Fix a possible dead lock when the playlist...
2008-03-30 Pierre d'Herbemontplaylist: Use PL_LOCK and PL_UNLOCK.
2008-03-30 Pierre d'Herbemontplaylist: Use vlc_object_alive().
2008-03-30 Rafaël CarréCheck cond_wait() return value - Fix a deadlock
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
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.