]> git.sesse.net Git - vlc/history - src/video_output
Update test HTML page.
[vlc] / src / video_output /
2008-06-12 Rémi Denis-CourmontDisable vout_RequestWindow. It has never worked properly
2008-06-10 Antoine CellerierUnregister a "sub filter"'s private SPU channel when...
2008-06-10 Antoine CellerierPartially fix sub picture filter chain handling. Still...
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 CellerierAdd "Y800" and "Y8 " as aliases for the "GREY" fourcc...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-04 Antoine CellerierUse filter chain in subpicture core.
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-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Rémi Denis-CourmontWhen checking for filters overflow, actually handle...
2008-05-30 Antoine CellerierFix image handler leak. (CID 102)
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rafaël CarréRevert "Avoid using vlc_object_find() when not needed"
2008-05-28 Pierre d'Herbemontvideo_output: Make sure we check p_vout->b_die inside...
2008-05-27 Pierre d'Herbemontvideo_output: Don't use vlc_object_find to look for...
2008-05-27 Rafaël CarréAvoid using vlc_object_find() when not needed
2008-05-26 Rafaël CarréAdds missing assert.h header
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-08 Rafaël CarréDon't use the playlist if it has been destroyed
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontNIH desyndromization
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-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanFix compilation.
2008-04-09 Jean-Paul SamanPatch by Soren Bog <avacore@videolan.org> from GSoC...
2008-04-02 Antoine CellerierRemove trailing space.
2008-04-02 Antoine CellerierWe can do integer math ... as long as sizes are smaller...
2008-04-02 Antoine CellerierFix snapshot with default video size. Please *test...
2008-03-30 Pierre d'Herbemontvideo_output: Don't keep the input around for a long...
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rafaël CarréDo not crash in vout destruction when exiting
2008-03-29 Pierre d'Herbemontinput: DestroyThread()'s content should happen in the...
2008-03-26 Pierre d'Herbemontvideo_output.c: Don't rely on the playlist to store...
2008-03-26 Pierre d'Herbemontvout: Proper vout destruction via the object destructor.
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-15 Rafaël CarréAdd assert()ions to help fighting a bug
2008-03-15 Rafaël CarréDo not hide bugs
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-01 Mark MoriartyPermit counter stat update per frame (appears to have...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-12 Antoine Celleriervideo filter module - for thehomebrewAmbiLight (AtmoLig...
2008-01-31 Rémi Denis-CourmontTypo
2008-01-31 Rémi Denis-CourmontFix [24726]
2008-01-31 Rémi Denis-Courmont - Use posix_memalign when available.
2008-01-28 Rafaël Carrévideo_output: removes warnings about unused parameters...
2008-01-25 Sigmund Augdal HelbergCore changes needed to add asa support. By equinox...
2008-01-25 Rémi Denis-CourmontPrivatize the memalign replacement
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-06 Antoine CellerierUse module_Need in strict mode if loading a "video...
2007-12-20 Jean-Paul SamanRemove excess/trailing whitespace
2007-12-16 Antoine CellerierSlight cleanup and simplification.
2007-12-16 Antoine CellerierSome more vout_intf.c simplification and compile warnin...
2007-12-11 Antoine CellerierSimplify/factorize some of the vout_intf variables...
2007-12-11 Antoine CellerierRemove double return in the Aspect Ratio change callback.
2007-12-04 Jean-Paul SamanRemove obsolete comment.
2007-12-04 Rafaël Carrévout_Snapshot(): hability to specify width & height...
2007-11-29 Jean-Paul SamanFix devision by zero in spu_RenderSubpictures.
2007-11-15 Jean-Paul SamanRemove excess whitespace.
2007-10-26 Jean-Paul SamanFix potential memleaks in src/video_output/vout_subpict...
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-10-21 Rafaël Carrépicture_t->i_refcount is unsigned, so never < 0
2007-10-21 Rafaël Carrévideo_output: fix 4 bytes too short memory allocation
2007-10-20 Laurent AimarFixed subtitle blend module loading.
2007-10-18 Jean-Paul SamanSupport blending of RGBA and YUVA subpicture in additio...
2007-10-10 Bernie PurcellAttempt to stop subtitles going off screen in some...
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-10-02 Laurent AimarHide private vout_synchro_t.
2007-10-02 Jean-Paul Samanfix indentation
2007-09-23 Jean-Paul SamanFix spu_RenderSubpictures() rendering of TEXT subtitles...
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-16 Rémi Denis-CourmontPartial memory error handling
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-09 Rafaël CarréFixes segfault
2007-09-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-08-24 Bernie PurcellPatch to vout_subpictures intended to resolve problems...
2007-08-23 Rémi Denis-CourmontWarning fixes
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréCorrectly handle (avoid deadlocks) always on top when...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
next