]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
Join and unload vout safely
[vlc] / src / video_output / video_output.c
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-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-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-15 Antoine CellerierFix image resizing with non accelerated vouts. Still...
2008-06-14 Pierre d'Herbemontvout: Remove vlc_playlist.h from included header list.
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 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-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-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-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-03-30 Pierre d'Herbemontvideo_output: Don't keep the input around for a long...
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-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-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-10-21 Rafaël Carrévideo_output: fix 4 bytes too short memory allocation
2007-10-02 Jean-Paul Samanfix indentation
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
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...
2007-06-12 Jean-Paul SamanDisplay video title when video output is reused.
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
2007-06-09 Jean-Paul SamanDisplay media title for 15 seconds right at the start...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-15 Antoine Cellerier * Switch b_strict to true in module_Need calls (we...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-25 Antoine CellerierRemove last call to strchr( , ':' ) and fix a small...
2007-03-25 Antoine CellerierSmall fix.
2007-03-25 Antoine CellerierAllow using the config chain syntax for vout filters...
2007-02-26 Laurent AimarImproved vout_Request when using a vout attached to...
2006-12-25 Antoine CellerierAdd missing *
2006-12-25 Antoine Cellerier* add some locking the the video filter2 handling code...
2006-12-21 Sigmund Augdal Helbergsrc/video_output/video_output.c: Fixed double free...
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-01 Derk-Jan Hartman* Don't do intf-show after the last p_vout closes on...
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacOups
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-02 Antoine CellerierFix refcount issues and only vlc_object_find when needed
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-07-22 Antoine CellerierSome more vfilter2 stuff
2006-07-17 Felix Paul Kühne* adapted the extended panel to the latest video filter...
2006-07-16 Antoine CellerierMake "video filter2" filters selectable on the vout...
2006-07-02 Clément Stenacmake sure that we don't use deleted objects
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Gildas Bazin* src/video_output/video_output.c: avoid calling config...
2006-04-23 Sam Hocevar * src/video_output/video_output.c: 4th (and good...
2006-04-23 Sam Hocevar * src/video_output/video_output.c: Fixed RGB mask...
2006-03-25 Clément Stenac*EXPERIMENTAL* Default to disabling vout_synchro, but...
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
next