]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
macosx: fix wrong ref counting in media info
[vlc] / src / video_output / video_output.c
2015-02-07 Hannes Domanivout: fix memory leak in ThreadReinit() in case of...
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2014-11-01 Rémi Denis-Courmontvout: print error if the decoder leaked pictures
2014-11-01 Rémi Denis-Courmontvout: remove vout_ReleasePicture()
2014-11-01 Rémi Denis-Courmontvout: remove the picture lock (fixes #11669)
2014-11-01 Rémi Denis-Courmontvout: destroy the private pool while resetting the...
2014-11-01 Rémi Denis-Courmontvout: remove vout_HoldPicture()
2014-11-01 Rémi Denis-Courmontvout: remove unncessary lock in vout_HoldPicture()
2014-11-01 Rémi Denis-Courmontvout: remove unnecessary lock around the picture FIFO
2014-11-01 Rémi Denis-Courmontvout_ReleasePicture: do not wake up the video output...
2014-10-30 Rémi Denis-Courmontfilter: remove filter_DeletePicture()
2014-10-29 Rémi Denis-Courmontpicture_pool: split picture_pool_NonEmpty and picture_p...
2014-10-26 Rémi Denis-Courmontvout: simplify vout_display_NewWindow() parameters
2014-10-23 Rémi Denis-Courmontvout: remove the "scale" option
2014-10-16 Rémi Denis-Courmontvout: set fullscreen mode window straight away
2014-10-16 Rémi Denis-Courmontvout: set fullscreen directly on window rather than...
2014-10-16 Rémi Denis-Courmontvout: remove duplicated on-top and wallpaper variables...
2014-10-16 Rémi Denis-Courmontvout: remove display-level window state except on Windo...
2014-10-16 Rémi Denis-Courmontvout: pass window state control directly to the window
2014-10-16 Rémi Denis-Courmontvout: initialize window state (above or below) straight...
2014-10-16 Rémi Denis-Courmontvout: request resize directly from the window rather...
2014-10-16 Rémi Denis-Courmontvout: dispatch window events to the display events...
2014-10-16 Rémi Denis-Courmontvout: add window owner structure and resize event
2014-10-16 Rémi Denis-Courmontvout: create the window just once at startup
2014-10-16 Rémi Denis-Courmontvout: remove a tautology and simplify
2014-10-16 Rémi Denis-Courmontvout: remove unused and incomplete support for multiple...
2014-10-16 Rémi Denis-Courmontvout: simplify window allocation following splitter...
2014-10-16 Rémi Denis-Courmontvout: remove unused parameters in vout_*DisplayWindow()
2014-10-11 Rémi Denis-Courmontvout: reset A.R. and zoom to sane defaults if unset...
2014-09-12 Felix Abecassisvout: fix a deadlock with the picture pool lock
2014-09-01 Hannes Domanivout: fix memory leaks
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-03-14 Rémi Denis-CourmontReverse parameters order of video_format_ApplyRotation()
2014-03-13 Rémi Denis-Courmontvideo output: fix offsets and visible dimensions of...
2014-03-13 Matthias Keiservideo output: support rotated movies (SPU)
2014-01-17 Rafaël Carrévout_Request: cosmetics
2014-01-05 Rémi Denis-Courmontvout: add proper core-managed object variable for wall...
2014-01-05 Rémi Denis-Courmontvout: pass enum for window state instead of boolean...
2013-12-30 Francois Cartegnieapi: allow to change A/R on the fly.
2013-08-19 Rafaël CarréThreadDisplayPreparePicture: simplify
2013-08-19 Rafaël CarréThreadDisplayPreparePicture: simplify
2013-08-19 Rafaël Carrévout thread: inline ThreadManage
2013-08-19 Rafaël Carrévout thread: split out command processing function
2013-08-19 Rafaël CarréThreadDisplayPicture: simplify prototype
2013-08-14 Rémi Denis-Courmontvout: fix use-after-free of SPU
2013-07-07 Rémi Denis-Courmontvout: keep the original picture if "early" SPU blending...
2013-07-07 Rémi Denis-Courmontvout: robustify "early" SPU blending
2013-07-02 Rémi Denis-Courmontvout: avoid picture copy when decoder and output format...
2013-07-02 Rémi Denis-Courmontvout: remove tautology
2013-05-01 Rémi Denis-Courmontvout: trigger callbacks also when reinitializing (fixes...
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2013-03-09 Rémi Denis-CourmontRemove picture qtype support code
2012-12-19 Rémi Denis-Courmontvout: do not set "fullscreen" variable again (fixes...
2012-11-08 Rémi Denis-Courmontvout: use atomic variables for stats instead of spin...
2012-08-22 Rémi Denis-Courmontvout: inherit variables from configuration (fixes ...
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-14 Laurent AimarImproved subtitiles/OSD quality when the rendering...
2011-03-05 Laurent AimarDo not allow direct rendering when the pictures provide...
2011-03-05 Laurent AimarUse the correct picture pool to render subtitles.
2011-02-12 Laurent AimarFixed an invalid test when rendering subtitles.
2011-02-12 Laurent AimarConsider too large width/height as invalid.
2011-02-12 Laurent AimarHandle errors when no filter can be found to adapt...
2011-02-12 Laurent AimarAllowed rendering OSD at display resolution when possib...
2011-01-09 Laurent AimarReworked the code doing the blending in vout.
2011-01-09 Laurent AimarMerged vout_RenderWrapper/vout_DisplayWrapper directly...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2011-01-09 Laurent AimarExtended spu_Render to accept a list of supported chrom...
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
2011-01-09 Laurent AimarRevert "Fix render picture out-of-memory handling"
2011-01-09 Laurent AimarProperly reset pictures created for vout filters.
2011-01-09 Laurent AimarChanged picture_fifo_Pop/picture_pool_Get to set pictur...
2011-01-05 Rémi Denis-CourmontFix render picture out-of-memory handling
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarCosmetics (vout).
2010-11-07 Laurent AimarFixed crop parameters when the decoded video has crop...
2010-11-07 Laurent AimarModified vout_SetDisplayAspect() to take a DAR instead...
2010-11-04 Rémi Duraffortvout: remove dead assignement (and one mdate).
2010-11-02 Laurent AimarRemoved uneeded hack (vout).
2010-11-01 Laurent AimarCosmetic (vout).
2010-11-01 Laurent AimarAllowed using filter changing their output formats...
2010-11-01 Laurent AimarCosmetics (vout).
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarMoved "vout-filter" change support from vout to playlist.
2010-10-25 Laurent AimarCosmetics (vout).
2010-10-25 Laurent AimarMoved vout_GetSnapshot() to video_output.c
2010-10-25 Laurent AimarFixed and simplify --monitor-par support.
2010-10-25 Laurent AimarRemoved non thread safe callbacks on video-title-show...
2010-10-25 Laurent AimarMerged vout_pictures.c with video_output.c.
2010-08-18 Laurent AimarFixed a regression in vout when stepping or seeking...
2010-08-18 Laurent AimarReworked the way the vout select the pictures to be...
2010-08-18 Laurent AimarSeparated vout filter chain into static/interactive...
2010-08-11 Laurent AimarFixed invalid pointer usage after free (vout).
2010-08-11 Laurent AimarNo functionnal changes (vout).
next