]> git.sesse.net Git - vlc/history - modules/codec/cmml/intf.c
Use pl_Locked and pl_Unlocked.
[vlc] / modules / codec / cmml / intf.c
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-17 Rémi DuraffortThe playlist is not lock at this stage so let it lock...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rafaël CarréCheck properly if vout is dying - CID 7
2008-05-08 Rémi Denis-CourmontRemove E_()
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-27 Rémi Denis-CourmontCMML: use key-action
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-21 Rémi Denis-Courmont*Ahem*
2006-10-21 Jean-Paul SamanFix compiler warning: implicit declaration of function...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-01-12 Antoine CellerierFSF address change.
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-11 Andre Pang* cmml/intf.c: Fix refcount leak on main interface...
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-11-06 Clément StenacFixes + use new API for directory demuxer
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-10 Gildas Bazin* modules/codec/cmml/intf.c: compilation fix.
2004-06-22 Gildas Bazin ALL: a bunch of compilation fixes + disabled plugins...
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-05-26 Clément StenacCompile fix
2004-05-26 Andre Pang* CMML codec:
2004-05-20 Eric Petit gcc < 3 fix
2004-04-19 Andre Pang* Added Continuous Media Markup Language (CMML) codec