]> git.sesse.net Git - vlc/history - src/video_output/vout_intf.c
embedded snapshot: use condition variable
[vlc] / src / video_output / vout_intf.c
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-20 Rémi Denis-CourmontDocument vout_Re(quest|lease)Window
2009-01-14 Rémi Denis-Courmontsccanf supports %p, use it instead of hacky %ju
2009-01-08 Rémi Denis-CourmontRevert "* src/video_output/vout_intf.c: small kludge...
2009-01-05 Laurent AimarImproved osd title display in vout.
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-12-30 basOS GSnapshot naming: fix thread safety
2008-12-29 basOS GChanged snapshot naming format to be prefix-YYMMDD...
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-09 Rémi Denis-CourmontFix vout window capability name
2008-10-27 Olivier Aubertvout_intf: do not vlc_object_release() the cache object...
2008-10-23 Olivier Aubertembedded snapshot: properly lock/unlock the cache object
2008-10-01 Rémi DuraffortInit the variable (CID 239)
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
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: use vlc_object_signal_unlocked inste...
2008-08-30 Rémi Denis-CourmontUse stat rather than fopen+fclose to check if file...
2008-08-30 Rémi Denis-CourmontMemory leak
2008-08-30 Rémi Denis-CourmontPointer cast warning
2008-08-30 Rémi Denis-CourmontUnused parameter
2008-08-28 Laurent AimarFixed snapshot aspect ratio.
2008-08-28 Rémi Denis-Courmontsnapshost: avoid vlc_object_get (this is still a really...
2008-08-18 Rémi DuraffortFix warning.
2008-08-18 Olivier Aubertin-memory snapshot: use vlc_object_signal instead of...
2008-08-18 Olivier AubertRevert "snapshot: Don't use vlc_object_signal_maybe."
2008-08-13 Rémi Denis-CourmontFix format string non-sense
2008-08-12 Pierre d'Herbemontsnapshot: Don't use vlc_object_signal_maybe.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier AubertEmbedded snapshot: properly initialize snapshot-width...
2008-07-23 Pierre d'Herbemontvout: Fix a long standing typo 1.85:1 -> 185:100.
2008-07-23 Pierre d'Herbemontvout: Given that 16:10 is the most common display ratio...
2008-07-21 Laurent AimarFixed a memory leak in AspectCallback.
2008-06-28 Rémi Denis-CourmontAvoid dummy error
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-24 Rémi Denis-CourmontFix vout_ReleaseWindow invocation
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-18 Rémi Denis-CourmontRevert "Typo in pl_Release();"
2008-06-18 Jean-Paul SamanTypo in pl_Release();
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Pierre d'Herbemontvout: Create the drawable variable from the vout, not...
2008-06-12 Rémi Denis-CourmontDisable vout_RequestWindow. It has never worked properly
2008-05-31 Rémi Denis-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Antoine CellerierFix image handler leak. (CID 102)
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
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-04-02 Antoine CellerierRemove trailing space.
2008-04-02 Antoine CellerierWe can do integer math ... as long as sizes are smaller...
2008-04-02 Antoine CellerierFix snapshot with default video size. Please *test...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-12 Antoine Celleriervideo filter module - for thehomebrewAmbiLight (AtmoLig...
2008-01-28 Rafaël Carrévideo_output: removes warnings about unused parameters...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Antoine CellerierSome more vout_intf.c simplification and compile warnin...
2007-12-11 Antoine CellerierSimplify/factorize some of the vout_intf variables...
2007-12-11 Antoine CellerierRemove double return in the Aspect Ratio change callback.
2007-12-04 Jean-Paul SamanRemove obsolete comment.
2007-12-04 Rafaël Carrévout_Snapshot(): hability to specify width & height...
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-09-16 Rémi Denis-CourmontPartial memory error handling
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-08-23 Rémi Denis-CourmontWarning fixes
2007-08-21 Rafaël CarréCorrectly handle (avoid deadlocks) always on top when...
2007-07-17 Olivier AubertFix locking issues in (embedded) snapshot code
2007-06-18 Laurent AimarAdded missing return value in TitleCallback.
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
2007-04-19 Jean-Baptiste KempfCropping ratios: add 35mm Widescreen Eur and US.
2007-04-19 Jean-Baptiste KempfAdd 2.35 and 2.39 cropping ratios.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Jean-Paul SamanFix missing initializer compiler. Use memset to properl...
2007-02-07 Sigmund Augdal HelbergDon't crash on messed up aspect ratios.
2007-02-02 Antoine CellerierUse DIR_SEP instead of "/"
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-23 Antoine Cellerier * Enable format time/meta stuff in snapshot-prefix.
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Rémi Denis-CourmontFix compilation
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-06 Rémi Denis-CourmontMinor code simplification
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Damien Fouilleul- compile fix
2006-11-11 Rémi Denis-CourmontWin32 ANSI -> Unicode + UTF-8 wrappers
next