]> git.sesse.net Git - vlc/history - src/video_output
Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font...
[vlc] / src / video_output /
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...
2007-08-06 Antoine CellerierCosmetics.
2007-07-31 Sam Hocevar * src/video_output/vout_pictures.c: support the GREY...
2007-07-20 Jean-Paul SamanDon't scale when original widht/height is zero.
2007-07-17 Olivier AubertFix locking issues in (embedded) snapshot code
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-18 Laurent AimarAdded missing return value in TitleCallback.
2007-06-14 Jean-Paul SamanFix potential memleak/crash
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-06-07 Jean-Paul SamanLet text fade away, that looks so much nicer.
2007-05-23 Damien Fouilleulvout: attach picture heap to temporary picture, so...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-04-19 Jean-Baptiste KempfCropping ratios: add 35mm Widescreen Eur and US.
2007-04-19 Jean-Baptiste KempfAdd 2.35 and 2.39 cropping ratios.
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-04-05 Jean-Paul SamanFix missing initializer compiler. Use memset to properl...
2007-04-01 Antoine CellerierAllow changing the subpicture filter chain at runtime...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2007-03-31 Antoine Celleriervout_subpictures.c: Do not call the scaling module...
2007-03-25 Antoine CellerierAdd 2 missing calls to config_ChainDestroy().
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-03-25 Antoine CellerierRemove double ;
2007-03-21 Antoine CellerierTrailing spaces, again.
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-02-26 Laurent AimarImproved vout_Request when using a vout attached to...
2007-02-22 Laurent AimarFixed subtitle/osd memory leaks (subpicture_region_t...
2007-02-07 Sigmund Augdal HelbergDon't crash on messed up aspect ratios.
2007-02-02 Antoine CellerierUse DIR_SEP instead of "/"
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-23 Antoine Cellerier * Enable format time/meta stuff in snapshot-prefix.
2007-01-16 Derk-Jan Hartman* Ehm, MAX, not MIN of course. And let's check both...
2007-01-16 Derk-Jan Hartman* Don't allow negative offsets when blending
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-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Rémi Denis-CourmontFix compilation
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-06 Rémi Denis-CourmontMinor code simplification
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-11 Damien Fouilleul- compile fix
2006-11-11 Rémi Denis-CourmontWin32 ANSI -> Unicode + UTF-8 wrappers
2006-11-06 Antoine CellerierAllow using format meta stuff in --snapshot-path when...
2006-11-01 Derk-Jan Hartman* Don't do intf-show after the last p_vout closes on...
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
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-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFilter handling helpers moved to core
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-10 Clément StenacRemove useless debug
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-26 Antoine CellerierUse 5 digits for snapshot numbering when in sequential...
2006-07-22 Antoine Cellerieradd --snapshot-prefix and --snapshot-sequential options...
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...
next