]> git.sesse.net Git - vlc/history - modules/video_output/fb.c
Fix Metacube header handling with multiple header blocks.
[vlc] / modules / video_output / fb.c
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2014-10-16 Rémi Denis-CourmontLinux FB: check that the vout is not windowed
2014-10-16 Rémi Denis-CourmontLinux FB: remove stub controls
2014-10-16 Rémi Denis-Courmontvout: remove no longer used display size event parameter
2014-03-14 Rémi Denis-CourmontLinux FB: reorient video
2014-01-19 Rémi Duraffortfb: fix palette size (4 channels and not 8)
2014-01-19 Rémi Duraffortfb: fix pointer arithmetic (cid #1048983)
2013-12-29 Rémi Denis-CourmontLinux FB: use vlc_strerror_c()
2013-12-27 Rafaël Carréfb vout: set i_visible_*
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-11-13 Jean-Baptiste KempfLGPL
2011-01-09 Laurent AimarRemoved useless empty vout_display_t::manage functions...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2010-10-30 Rémi DuraffortUse var_Inherit* when applicable.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-07-10 Rémi Denis-CourmontFramebuffer: don't register useless signal handler
2010-06-05 Rémi Denis-CourmontTypos
2010-05-20 Laurent AimarCalled vout_display_DeleteWindow(vd, NULL) for vout...
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-20 Rafaël Carréfb vout: use var_Inherit
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-15 Rafaël Carrévout_fb: cosmetics, else on the same line than closing }
2009-12-15 Rafaël Carrévout_fb: cosmetics, stick to orig coding style
2009-12-15 Rafaël Carréfix typo spotted by xtophe
2009-12-15 Rafaël Carrévout_fb: restore fb-chroma option
2009-12-15 Rafaël Carrévout_fb: only store the pitch in vout_display_sys_t
2009-12-15 Rafaël Carrévout_fb: get pitch from line_length field
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-10-17 Rémi Denis-CourmontFramebuffer: path from VLC config, need utf8_open
2009-09-26 Laurent AimarUpdated vou display module after vout_display_SendEvent...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-31 Laurent AimarCosmetic.
2009-08-30 Laurent AimarConverted fb to "vout display" API.
2009-08-30 Laurent AimarRemoved fb-aspect-ratio as it duplicates monitor-par.
2009-08-30 Laurent AimarRemoved useless fb-chroma option.
2009-08-30 Laurent AimarCosmetics (fb).
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
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-03-17 Rémi Duraffortvout_fb: fix a potential memleak and some cleanings.
2009-02-17 Jean-Paul Samanfb: initialize p_sys->p_video to MAP_FAILED.
2009-02-17 Jean-Paul Samanfb: do not segfault when OpenDisplay() fails in Create().
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-11 Rémi Denis-CourmontUse MAP_FAILED
2009-02-11 Rémi Denis-Courmontframebuffer: Remove pointless test
2009-02-11 Jean-Paul Samanfb: Cleanup properly after failing OpenDisplay.
2009-02-11 Jean-Paul Samanfb: unmap mmap'ed area when closing framebuffer display.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-27 Antoine CellerierShould fix compilation. Thanks to alienBob for reportin...
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-27 Jean-Paul Samanfix compiler warnings in modules/video_output/fb.c
2008-07-01 Antoine CellerierVideo outputs should not change the vout's render format.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-14 Jean-Paul SamanFix indentation in some of the structs defintions.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-28 Jean-Paul SamanFix small copy & paste mistake. It had no effect, but...
2008-02-07 Jean-Paul SamanDefine proper size of output.
2008-01-25 Jean-Paul SamanFix scaling of subpicture in fb video_output.
2008-01-25 Jean-Paul SamanIf the framebuffer hardware doesn't support double...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-09 Jean-Paul SamanRemove stray semicolon.
2007-12-20 Jean-Paul SamanRestore old functionality in video_output fb to use...
2007-12-15 Antoine CellerierHere too.
next