]> git.sesse.net Git - vlc/history - src/video_output
macosx: remove unused variable.
[vlc] / src / video_output /
2009-03-11 Rémi Denis-CourmontAlmost wait-free snapshot handling in the vout thread
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-03-08 Laurent AimarAdded picture_Export (internal) helper.
2009-03-08 Laurent AimarFixed 2 compilation warnings (vout).
2009-03-06 Rémi Denis-CourmontFix the same vout leak when vlc_clone fails
2009-03-06 Rémi Denis-CourmontFix massive leak when --vout-filter or --vout module_Ne...
2009-03-06 basos gVOUT Add debug messages
2009-02-17 Laurent AimarAdded a "postprocess" vout variable.
2009-02-17 Laurent AimarAdded QTYPE_NONE to easily detect if qp are present...
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-15 Laurent AimarFixed missing vout_Snapshot internal function prototype.
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Jean-Baptiste KempfRemove trailing space.
2009-02-14 Joseph TulouCosmetic about i_zoom limitation (patch 3/3)
2009-02-14 Joseph TulouCorrects a Windows limitation (zooming cannot exceed...
2009-02-14 Laurent AimarCosmetics.
2009-02-14 Joseph TulouCorrects original width/height calculations to be consi...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-13 Laurent AimarFlush all subtitles when recycling a vout.
2009-02-02 Laurent AimarSub filter deadlock fixes.
2009-02-02 Laurent AimarDelete sub-filter callback before destroying p_spu...
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-23 Rémi Denis-CourmontOptimize vout_PlacePicture prototype
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-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-14 Rémi Denis-Courmontsccanf supports %p, use it instead of hacky %ju
2009-01-12 Rémi Denis-Courmontvout: trivial code factorization
2009-01-12 Rémi Denis-Courmontvout: stop using the object lock, we have the change_lo...
2009-01-08 Rémi Denis-CourmontRevert "* src/video_output/vout_intf.c: small kludge...
2009-01-05 Laurent AimarFixed vout_FixLeaks logic.
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-12 Rémi DuraffortUse calloc when needed.
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-09 Rémi Denis-CourmontFix vout window capability name
2008-12-08 Joseph TulouRemove useless parameter
2008-12-08 Joseph TulouChange lock status from true to false in SubFilterAlloc...
2008-12-04 Laurent AimarFixed vout leak.
2008-12-02 Pierre YnardFix typo in comment
2008-11-29 Laurent AimarFixed an unlikely segfault (subtitles).
2008-11-29 Laurent AimarProtect against bogus time in vout while paused.
2008-11-15 Laurent AimarFixed snapshot while video is paused.
2008-11-11 Laurent AimarRevert "Increased VOUT_IDLE_SLEEP as a proper wait...
2008-11-11 Laurent AimarIncreased VOUT_IDLE_SLEEP as a proper wait/lock is...
2008-11-02 Laurent AimarMoved VOUT_MIN_DIRECT_PICTURES to src/video_output.
2008-11-02 Laurent AimarRemoved check on OPTIMIZE_MEMORY in installed headers.
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
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-22 Laurent AimarImplemented vout_NextPicture.
2008-10-22 Laurent AimarClean up vout picture destruction.
2008-10-22 Laurent AimarSimplify picture selection in vout.
2008-10-22 Laurent AimarStore the last displayed picture pointer in vout privat...
2008-10-22 Laurent AimarSplit vout_internal.h to hide vout_thread_t definition...
2008-10-22 Rémi DuraffortFix potential NULL dereference (CID 27).
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarFactorized forced vout picture releases.
2008-10-15 Laurent AimarImproved vout picture locking scheme.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-10-10 Laurent AimarPrefer new frames over flushed one (vout).
2008-10-09 Laurent AimarAdded vout_Flush .
2008-10-09 Laurent AimarFixed spu destruction order.
2008-10-09 Laurent AimarRemoved dead code in spu core (CID 249).
2008-10-05 Rémi Denis-CourmontUnneeded #include
2008-10-01 Rémi DuraffortInit the variable (CID 239)
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
2008-09-30 Laurent AimarProtect against broken subpicture size.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Laurent AimarFixed a too restrictive assert on vout pause.
2008-09-28 Laurent AimarPause vout on decoder pause.
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-28 Laurent AimarAdded vout_internal.h.
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-21 Laurent AimarCosmetics.
2008-09-21 Laurent AimarFixed overlap support with overlap length smaller than...
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarNo functionnal changes.
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarPrivatized nealy all spu_t fields.
next