]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
s/vlc_object_yield/vlc_object_release/
[vlc] / src / video_output / video_output.c
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-17 Laurent AimarFixed subtitle pausing.
2008-09-13 Laurent AimarDo not display title on video filter (close #1755).
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-10 Laurent AimarDo not destroy vout on aspect ratio change only.
2008-09-10 Rémi Denis-CourmontTypo
2008-09-08 Laurent AimarFixed RGB colors when only RGB masks differ.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Laurent AimarDo not filter the same picture multiple times (close...
2008-09-02 Laurent AimarCosmetics + clean up.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Laurent AimarFixed segfault with invalid vout input aspect ratio.
2008-08-20 Laurent AimarUse video_format_FixRgb.
2008-08-20 Laurent AimarFactorize and correctly set rgb shifts.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi DuraffortFix compilation warning (a void* function might return...
2008-08-03 Rémi DuraffortFix a memleak and threaded function definition.
2008-07-25 Laurent AimarCosmetics (factorize code).
2008-07-22 Pierre d'Herbemontvideo_output: Forgotten Close.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Jean-Paul SamanFix ticket #1700: Disable video title showing when...
2008-07-17 Pierre d'Herbemontvout: Make sure vout_Close() has been called before...
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarRevived vout_Destroy from the dead.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
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-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...
next