]> git.sesse.net Git - vlc/history - src/video_output
contrib: preserve symlinks while installing Growl and BGHUDAppkit frameworks
[vlc] / src / video_output /
2014-08-28 Rémi Denis-Courmontwindow: define Wayland surface type
2014-08-05 Felix Abecassisvideo_output: add missing include
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontspu: fix ugly cast in filter chain (and unexport function)
2014-07-28 Rémi Denis-Courmontspu: use filter_chain_ForEach() and simplify
2014-07-28 Rémi Denis-Courmontspu: avoid pointless alloc and indirection
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmontspu: remove bogus VLC_UNUSED
2014-07-28 Rémi Denis-Courmontvout: remove useless callback
2014-05-12 Jean-Paul Samanvout_subpictures.c: Fix Dereference after null check...
2014-05-11 Jean-Paul Samanvideo_output/vout_subpictures.c: Fix filters appearing...
2014-05-07 Jean-Baptiste KempfReorder crop and aspect ratio order by commonality
2014-03-16 Rémi Denis-Courmontvideo output: failing to resize is fine if forced
2014-03-14 Rémi Denis-CourmontReverse parameters order of video_format_ApplyRotation()
2014-03-13 Matthias Keiservideo output: support rotated movies
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-02-20 Felix Abecassisvout: refactor deadline computation for cond_timedwait...
2014-02-20 Felix Abecassisvout: check the can_sleep flag when a deadline is provided
2014-02-20 Felix Abecassisvout: remove flag is_sleeping from vout_control_t
2014-02-19 Felix Abecassisvout: fix typos in comment
2014-02-13 Rémi Denis-Courmontvout: fix signedness warnings
2014-02-13 Jean-Baptiste KempfRevert "vout: assume aspect ratio is 1:1 if information...
2014-02-08 Felix Abecassisvout: reduce zoom ratio in order to avoid signalling...
2014-02-08 Felix Abecassisvout: assume aspect ratio is 1:1 if information is...
2014-02-08 Felix Abecassisvout: remove commented code (moved to vlc_vout_wrapper.h)
2014-01-17 Rafaël Carrévout_Request: cosmetics
2014-01-16 Rafaël CarréUse str_format_meta for snapshots
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-12-08 Felix Abecassisvout: set visible resolution of input/output video...
2013-12-08 Vittorio Giovaracore: use same source name in DisplayNew
2013-12-08 Vittorio Giovaracore: do not overwrite visible size
2013-11-30 Francois Cartegnievout: missing initializer (cid #1049030)
2013-11-08 Adrien MagloVout: add a new vout_window type for android native...
2013-11-07 Rémi Denis-Courmontvout: allow ARGB for SPU
2013-11-07 Rémi Denis-Courmontvout: fix intermediate chroma when converting from...
2013-11-03 Rémi Denis-Courmontwindow: add window type
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-23 Rafaël Carrévout_ManageWrapper: reset display pool after we reset...
2013-07-21 Rémi Denis-Courmontsnapshot: add true subsecond timestamp and pad with...
2013-07-19 Rémi DuraffortFix memory leak (cid #1049576)
2013-07-16 Vittorio Giovaradraw OSD widgets taking into-account visible display...
2013-07-16 Vittorio Giovaradraw text taking into-account visible display size
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: remove the dummy display pool
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-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-25 Rémi Denis-Courmontvout: separate scale and autoscale callbacks
2013-05-25 Rémi Denis-Courmontvout: unused parameter
2013-05-01 Rémi Denis-Courmontvout: trigger callbacks also when reinitializing (fixes...
2013-05-01 Rémi Denis-Courmontvout: trigger zoom callback at startup (fixes #4027)
2013-05-01 Rémi Denis-Courmontvout: initialize "scale" before "zoom" (refs #4027)
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2013-04-26 Christoph MiebachString removal
2013-03-09 Rémi Denis-CourmontRemove picture qtype support code
2013-02-10 Rémi Denis-CourmontRevert "Emit a fullscreen toggle action on double click"
2013-01-31 Rémi Denis-Courmontvout: remove dead OSD code
2013-01-31 Rémi Denis-Courmontosd: privatize osd_ShowText(Absolute|Relative)
2012-12-19 Rémi Denis-Courmontvout: do not set "fullscreen" variable again (fixes...
2012-11-30 Rémi Denis-Courmontinhibit: add separate flags for audio and video
2012-11-30 Rémi Denis-Courmontinhibit: remove the window ID
2012-11-26 Rémi Denis-Courmontvout: remove wrong use of pl_Get()
2012-11-24 Rémi Denis-Courmontvout: fix segmentation fault if initialization fails
2012-11-10 Rémi Denis-CourmontMove osd_text.c to src/video_output/
2012-11-08 Rémi Denis-Courmontvout: use atomic variables for stats instead of spin...
2012-09-10 Rafaël CarréAvoid a few relocations
2012-08-22 Rémi Denis-Courmontvout: inherit variables from configuration (fixes ...
2012-08-21 Rémi Denis-CourmontUse str_format_time() instead of str_format() in outputs
2012-08-21 Rémi Denis-Courmontvout: add a warning
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-07-25 Rémi Denis-Courmontvout: improve splitter event error message
2012-06-28 Rémi Denis-Courmontvideo output: remove a bunch of relocations
2012-06-28 Rémi Denis-Courmontvideo output: use ARRAY_SIZE()
2012-03-02 Francois CartegnieRevert "vlc_keys: define mouse's middle, 4 & 5 buttons...
2012-03-02 Francois Cartegnievlc_keys: define mouse's middle, 4 & 5 buttons.
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2012-01-05 Laurent AimarScale subpictures without AR to fill up the whole display.
2011-12-15 Pere Orgafix filename self-references
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-27 Rémi Denis-CourmontCorrect debug message
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-20 KO Myung-HunAdd vout window support for OS/2
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-18 Can Wuvo: don't call strlen() on same string once again in...
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
next