]> git.sesse.net Git - vlc/history - src/control/mediacontrol_audio_video.c
embedded snapshot: use condition variable
[vlc] / src / control / mediacontrol_audio_video.c
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
2009-01-24 Rémi Denis-CourmontRemove bogus vlc_object_wait (no condition to wait on)
2009-01-14 Rémi Denis-Courmontsccanf supports %p, use it instead of hacky %ju
2009-01-14 Rémi Denis-Courmontsnapshot: release the input ASAP
2008-12-15 Rémi Duraffortcontrol/media_control: fix a memleak (we don't need...
2008-10-24 Olivier Aubertembedded snapshot: unlock the cache object
2008-10-23 Olivier Aubertembedded snapshot: properly lock/unlock the cache object
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-08 Olivier Aubertembedded snapshot: guard against spurious vlc_object_wa...
2008-09-08 Olivier Aubertembedded snapshot: guard against spurious vlc_object_wa...
2008-09-08 Olivier Aubertembedded snapshot: avoid an unnecessary double malloc
2008-08-28 Rémi Denis-Courmontsnapshost: avoid vlc_object_get (this is still a really...
2008-08-12 Pierre d'Herbemontmediacontrol: Fix warnings about unused args.
2008-06-30 Olivier Aubertsrc/control/mediacontrol_audio_video.c: to create a...
2008-06-01 Rémi Denis-Courmontmediacontrol: include vlc_common and fix ABI (= avoid...
2008-05-30 Jean-Baptiste KempfSet style in mediacontrol_showtext()
2008-05-30 Jean-Baptiste KempfFix a warning.
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
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'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
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-09-16 Rémi Denis-CourmontUse new API too
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-17 Olivier AubertFix locking issues in (embedded) snapshot code
2007-07-13 Olivier Aubertmediacontrol: prefix unit conversion functions with...
2007-07-12 Olivier Aubertmediacontrol:
2007-06-23 Pierre d'HerbemontLibvlc: replace media_instance_destroy_and_detach by...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
2007-05-03 Olivier Aubertmediacontrol API: split old mediacontrol_exception_init...
2006-12-14 Olivier Aubertsrc/controler/mediacontrol_audio_video.c: make mediacon...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-25 Olivier Aubertsrc/control/mediacontrol_audio_video.c: use RAISE_NULL...
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-07-19 Olivier Aubertinclude/vlc/mediacontrol.h, src/control/mediacontrol_au...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-02-23 Olivier Aubertmediacontrol_audio_video.c: release vout in mediacontro...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: remove debug message
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: use VLC_FOURCC to define...
2006-01-16 Jean-Paul SamanIndentation and coding style fixes
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Olivier Aubertmediacontrol_audio_video.c: use the new snapshot-path...
2006-01-08 Clément StenacMerge 0.8.5-api changes