]> git.sesse.net Git - vlc/history - src/video_output/vout_intf.c
vout: Given that 16:10 is the most common display ratio, put it first.
[vlc] / src / video_output / vout_intf.c
2008-07-23 Pierre d'Herbemontvout: Given that 16:10 is the most common display ratio...
2008-07-21 Laurent AimarFixed a memory leak in AspectCallback.
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-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-18 Rémi Denis-CourmontRevert "Typo in pl_Release();"
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 Pierre d'Herbemontvout: Create the drawable variable from the vout, not...
2008-06-12 Rémi Denis-CourmontDisable vout_RequestWindow. It has never worked properly
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 Antoine CellerierFix image handler leak. (CID 102)
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
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-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-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-12 Antoine Celleriervideo filter module - for thehomebrewAmbiLight (AtmoLig...
2008-01-28 Rafaël Carrévideo_output: removes warnings about unused parameters...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
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-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-08-23 Rémi Denis-CourmontWarning fixes
2007-08-21 Rafaël CarréCorrectly handle (avoid deadlocks) always on top when...
2007-07-17 Olivier AubertFix locking issues in (embedded) snapshot code
2007-06-18 Laurent AimarAdded missing return value in TitleCallback.
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
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-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Jean-Paul SamanFix missing initializer compiler. Use memset to properl...
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.
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-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-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-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-06-10 Filippo CaroneNew snapshot behaviour.
2006-05-20 Jean-Paul SamanCompiler warnings
2006-05-18 Damien Fouilleul- using strcmp with a NULL string isn't really a good...
2006-05-15 Felix Paul Kühne* a plain %s can't be localised IMHO ;)
2006-05-13 Antoine CellerierAllow on the fly cropping size change with top, left...
2006-05-13 Antoine CellerierAdd <left>+<top>+<right>+<bottom> syntax for cropping.
2006-05-13 Antoine CellerierAllow the <width>x<height>+<left>+<top> syntax in video...
2006-05-13 Antoine CellerierAdd the --custom-aspect-ratios and --custom-crop-ratios...
2006-05-13 Antoine CellerierDisplay snapshot file name on video when taking snapsho...
2006-05-09 Boris Dorès- monitor aspect ratio, source aspect ratio and crop...
2006-04-10 Derk-Jan Hartman* Fix 16:9 vs. 16:10 AR and cropping switching on the...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-28 Marian Durkovic* changed the order of offered aspect/crop values so...
2006-02-28 Marian Durkovicmake ZoomCallback work with extended GUI or deinterlace...
2006-02-23 Olivier Aubertsrc/vout_intf.c: move the snapshot-path == object:objec...
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-29 Antoine Cellerieradd boolean option "snapshot-preview" to enable/disable...
2006-01-16 Jean-Paul SamanFix identation
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Olivier Aubertvout_intf.c: special snapshot-path (object:NNNN) will...
2006-01-10 Derk-Jan Hartman* Add 16:10 AR to the list of aspect-ratios. (In use...
2005-11-02 Gildas Bazin* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and...
2005-10-31 Marian Durkovicfixed untranslatable strings
2005-10-31 Marian Durkovicwe need 16:10 cropping as well, there are monitors...
2005-10-31 Marian DurkovicVOUT_SET_ZOOM can't be relative, since it doesn't work...
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-28 Gildas Bazin* modules/misc/freetype.c, src/video_output/vout_intf...
2005-10-28 Gildas Bazin* src/video_output/*: re-implemented InitWindowSize...
2005-10-28 Gildas Bazin* src/libvlc.h, src/video_output/vout_intf.c: added...
2005-10-28 Marian Durkovicfix for HDTV-1080 format: window size now correct ...
2005-10-28 Gildas Bazin* src/video_output/*, include/video_output.h: support...
next