]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / src / video_output / video_output.c
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"
2008-06-30 Rémi Denis-CourmontRemove the suxor thread
2008-06-30 Rémi Denis-CourmontSuxor thread: cleanup
2008-06-30 Laurent AimarClean up spu/filters when a vout module cannot be loaded.
2008-06-30 Laurent AimarClean up vout error path.
2008-06-30 Laurent AimarRemoved an invalid lock.
2008-06-29 Laurent AimarCosmetics (moved down filter2 update)
2008-06-29 Laurent AimarUse ChromaCreate/Destroy when applicable.
2008-06-29 Laurent AimarAdded ChromaCreate/Destroy (cosmetic)
2008-06-29 Laurent AimarDo not take/release change_lock inside InitThread/EndTh...
2008-06-29 Laurent AimarPartially fix data leaks when vout creation fails.
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-Courmontvout: use vlc_custom_create
2008-06-23 Antoine CellerierWe don't need to detach. Since we're in the parent...
2008-06-22 Antoine CellerierFix release of chroma module in vout core. I still...
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-15 Antoine CellerierFix image resizing with non accelerated vouts. Still...
2008-06-14 Pierre d'Herbemontvout: Remove vlc_playlist.h from included header list.
2008-06-07 Rémi Denis-CourmontUntriplicate vout release code - fix #1593
2008-06-04 Antoine CellerierRemove debug (tip: put debug messages in spanish, they...
2008-06-04 Antoine CellerierOnly try creating the filter chain once.
2008-06-04 Antoine CellerierUse filter chain in video output core.
2008-06-02 Antoine CellerierChroma modules now exactly implement the "video filter2...
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-28 Pierre d'Herbemontvideo_output: Make sure we check p_vout->b_die inside...
next