]> git.sesse.net Git - vlc/history - src/video_output
include: Update svn:ignore property, include cmake's autogenerated config.h file.
[vlc] / src / video_output /
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...
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.
next