]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
Merge branch 1.0-bugfix
[vlc] / src / video_output / video_output.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
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-05-13 Laurent AimarUsed vlc_fourcc_GetCodec in vout core.
2009-05-01 Laurent AimarCheck against invalid i_title_timeout value.
2009-04-26 Laurent AimarReplaced ReduceHeight by GCD (vout).
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-08 Laurent AimarFixed spu_t attach/detach sequence.
2009-04-02 Rémi DuraffortFix memleak and use var_Get(Integer|String|...) when...
2009-03-31 Rémi Denis-CourmontUnused parameters
2009-03-17 Laurent AimarTry to use video-filter instead of vout-filter for...
2009-03-17 Laurent AimarCosmetics (vout, deinterlace).
2009-03-11 Rémi Denis-CourmontAlmost wait-free snapshot handling in the vout thread
2009-03-08 Laurent AimarFirst pass to clean up snapshot code (vout).
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-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 DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
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-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
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-05 Laurent AimarFixed vout_FixLeaks logic.
2009-01-05 Laurent AimarImproved osd title display in vout.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-04 Laurent AimarFixed vout leak.
2008-12-02 Pierre YnardFix typo in comment
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-01 Laurent AimarMoved out a few defines from vlc_config.h
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 Rémi DuraffortFix potential NULL dereference (CID 27).
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-05 Rémi Denis-CourmontUnneeded #include
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
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 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-17 Laurent AimarFixed subtitle pausing.
2008-09-13 Laurent AimarDo not display title on video filter (close #1755).
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-10 Laurent AimarDo not destroy vout on aspect ratio change only.
2008-09-10 Rémi Denis-CourmontTypo
2008-09-08 Laurent AimarFixed RGB colors when only RGB masks differ.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Laurent AimarDo not filter the same picture multiple times (close...
2008-09-02 Laurent AimarCosmetics + clean up.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Laurent AimarFixed segfault with invalid vout input aspect ratio.
2008-08-20 Laurent AimarUse video_format_FixRgb.
2008-08-20 Laurent AimarFactorize and correctly set rgb shifts.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi DuraffortFix compilation warning (a void* function might return...
2008-08-03 Rémi DuraffortFix a memleak and threaded function definition.
2008-07-25 Laurent AimarCosmetics (factorize code).
2008-07-22 Pierre d'Herbemontvideo_output: Forgotten Close.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Jean-Paul SamanFix ticket #1700: Disable video title showing when...
2008-07-17 Pierre d'Herbemontvout: Make sure vout_Close() has been called before...
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarRevived vout_Destroy from the dead.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-05 Rémi Denis-CourmontJoin and unload vout safely
2008-07-05 Rémi Denis-CourmontFix return type
2008-07-02 Antoine CellerierPropagate rgb mask/shift values on render format/heap...
2008-07-01 Rémi Denis-CourmontDo not recycle video outputs - fixes #1651
2008-07-01 Rémi Denis-CourmontRevert "Remove the suxor thread"
next