]> git.sesse.net Git - vlc/history - src/video_output/vout_intf.c
A bit of headers cleanup
[vlc] / src / video_output / vout_intf.c
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...
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-08-11 Antoine Cellerierchange name to --monitor-aspect-ratio so its consistent...
2005-08-11 Antoine Cellerieradd --screen-aspect-ratio option (user support at its...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-01 Eric Petit vout_intf.c: write snapshots on Desktop on BeOS
2005-03-17 Gildas Bazin* src/misc/image.c, src/video_output/vout_intf.c: handl...
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c: small cleanup.
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c, src/misc/image.c: prope...
2005-01-24 Antoine Cellerier * remove unused home_dir from fprintf style function
2005-01-24 Antoine Cellerier * under windows, default directory to save snapshots...
2004-12-23 Derk-Jan Hartman* src/libvlc.h: Added a "snapshot-format" option to...
2004-12-21 Gildas Bazin* src/video_output/vout_intf.c: added a video-snapshot...
2004-12-21 Gildas Bazin* src/video_output/vout_intf.c: implemented vout_Contro...
2004-12-02 Gildas Bazin* modules/video_output/directx: no window decoration...
2004-09-08 Gildas Bazin* src/video_output/vout_intf.c, modules/video_output...
2004-09-06 Eric Petit Fixed OpenGL mouse events
2004-09-02 Gildas Bazin* src/video_output/vout_intf.c: fixed mouse events...
2004-08-26 Eric Petit + input/decoder.c: detach decoder after vout_Request...
2004-08-13 Gildas Bazin* modules/video_output/opengl.c: forward mouse events...
2004-07-23 Gildas Bazin* src/video_output/vout_intf.c: small kludge for opengl...
2004-06-05 Gildas Bazin* src/video_output/vout_intf.c: only embed the video...
2004-05-16 Gildas Bazin* interface/interface.c: fixed a bug with embedded...
2004-05-16 Gildas Bazin* src/video_output/vout_intf.c, include/video_output.h:
2004-04-30 Derk-Jan Hartman * src/video_output/vout_intf.c: remember video-on...
2004-04-29 Derk-Jan Hartman* Set "fullscreen" var on p_playlist instead of p_input
2004-04-29 Gildas Bazin* src/video_output/*: moved fullscreen object var handl...
2004-04-16 Felix Paul Kühne * fixed a typo
2004-04-08 Gildas Bazin* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON...
2004-04-02 Gildas Bazin* src/video_output/vout_intf.c: new vout_ControlWindow...
2004-03-24 Gildas Bazin* src/video_output/vout_intf.c: vout_IntfInit() for...
2004-03-23 Gildas Bazin* src/input/*: