]> git.sesse.net Git - vlc/history - src/video_output/vout_intf.c
Merge branch 1.0-bugfix
[vlc] / src / video_output / vout_intf.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-27 Dylan YudakenAdd bounds checking to crop
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-08 Laurent AimarRemoved libvlc "object:" snapshot hack.
2009-03-08 Laurent AimarAdded a vout_GetSnapshot to retreive snapshot from...
2009-03-08 Laurent AimarClean up snapshot code (vout).
2009-03-08 Laurent AimarFirst pass to clean up snapshot code (vout).
2009-03-08 Laurent AimarUse picture_Export in vout_Snapshot.
2009-02-15 Rémi Denis-CourmontMinor cleanup
2009-02-15 Rémi Denis-CourmontStay polite
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontVOUT_SET_STAY_ON_TOP: call vout_Control in a thread...
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-02 Rémi Denis-CourmontRemove old core drawable support
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-26 Laurent AimarFixed compilation warning (missing return value).
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
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...
next