]> git.sesse.net Git - vlc/history - src/video_output
macosx: The menu title should be Information... not Information.
[vlc] / src / video_output /
2008-07-11 Laurent AimarFixed resize of subtitle with original size specified...
2008-07-11 Laurent AimarClean up.
2008-07-11 Laurent AimarMore clean up...
2008-07-11 Laurent AimarMore clean up on subtitle.
2008-07-11 Laurent AimarMore clean up (it has 1 minor side effect but in a...
2008-07-11 Laurent AimarMore vout spu split up.
2008-07-11 Laurent AimarSplit up spu_RenderSubpictures to make it more readable...
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-09 Laurent AimarFix video format passed to pf_update_regions. (Fix...
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-28 Rémi Denis-CourmontAvoid dummy error
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-24 Rémi Denis-CourmontFix vout_ReleaseWindow invocation
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-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-18 Rémi Denis-CourmontRevert "Typo in pl_Release();"
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-18 Jean-Paul SamanTypo in pl_Release();
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Antoine CellerierFix image resizing with non accelerated vouts. Still...
2008-06-15 Pierre d'Herbemontvout: Create the drawable variable from the vout, not...
2008-06-14 Pierre d'Herbemontvout: Remove vlc_playlist.h from included header list.
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...
next