]> git.sesse.net Git - vlc/history - src/video_output
Remove window size parameter.
[vlc] / src / video_output /
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...
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-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-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Derk-Jan Hartman* Fix subtitle alignment if we don't have styles....
2006-04-10 Derk-Jan Hartman* Fix 16:9 vs. 16:10 AR and cropping switching on the...
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-04-06 Antoine CellerierFix OSD display when vout crop is used (so that every...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-25 Derk-Jan Hartman* In case we do scaling on SSA subs, we also need to...
2006-03-25 Clément Stenac*EXPERIMENTAL* Default to disabling vout_synchro, but...
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-22 Derk-Jan Hartman* Scale SSA subs if necessarry.
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
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 Rémi Denis-CourmontUniformize source files encoding
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...
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-02 Sam Hocevar * src/video_output/video_output.c: do not drop late...
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-31 Derk-Jan Hartman* changed default value of sub-margin to 0
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-30 Gildas Bazin* src/video_output/video_output.c, src/input/decoder...
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 Marian Durkoviccall vlc_ureduce to simplify sar
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...
2005-10-26 Gildas Bazin* src/video_output/vout_intf.c: small fix for cropping.
2005-10-25 Gildas Bazin* src/video_output/vout_intf.c: added support for on...
2005-10-23 Gildas Bazin* src/video_output/vout_pictures.c: avoid overflow...
2005-10-23 Gildas Bazin* src/video_output/video_output.c: get rid of hack...
2005-10-23 Gildas Bazin* src/video_output/vout_pictures.c: use fmt_in.i_visibl...
2005-10-22 Gildas Bazin* src/video_output/video_output.c: revert #12904 which...
2005-10-20 Derk-Jan Hartman* I think this should fix the width & height params...
2005-10-18 Marian Durkovicuse display dimensions when creating vouts - solves...
next