summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* This patch enables the compilation and linking of vo_md5sum to libvo.ivo2004-09-202-1/+3
* This patch enables the compilation and linking of vo_pnm (the portableivo2004-09-202-1/+3
* New MD5 sum video output driver. For every frame, it calculates the MD5 sumivo2004-09-203-0/+1062
* New generic 'portable anymap' video output driver. It supports portableivo2004-09-201-0/+666
* center the image when screenw & height are setfaust32004-09-171-2/+7
* Changed the default again so that the initial video position is infaust32004-09-161-1/+1
* mingw compile fixfaust32004-09-151-0/+4
* fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin...faust32004-09-151-3/+2
* This time is a patch to improve subtitle alignment management. Itfaust32004-09-151-5/+12
* Added one more error check. Forgot it last time (grrr :) ).ivo2004-09-121-0/+1
* Fixed typo.ivo2004-09-111-1/+1
* * Changed malloc and strncpy to strdup. Less code.ivo2004-09-111-20/+38
* Removed unused variable (leftover of having two instances of directory creationivo2004-09-101-3/+2
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canivo2004-09-081-23/+23
* This patch moves the directory creation code to a separate function. I haveivo2004-09-081-61/+43
* Some minor vo_jpeg fixes:ivo2004-09-051-2/+7
* Removal of -jpeg commandline option.ivo2004-09-041-0/+188
* We don't need to support the old nvidia binary driver bug any longer.al2004-09-031-2/+2
* improved suboption parsing, fixes also compiler warningsreimar2004-09-031-13/+27
* One-time cosmetics update.ivo2004-09-011-154/+236
* Using updated colorspace specifications from colorspaces.txt.reimar2004-08-301-9/+9
* small gcc warning fixesrathann2004-08-281-1/+1
* Added output to multiple directories for vo_jpeg.ivo2004-08-261-5/+106
* added "xbutton" support for 4-5 button micejoey2004-08-261-0/+16
* add rgb32 csp supportnplourde2004-08-241-19/+95
* fix crash when using close buttonnplourde2004-08-241-0/+1
* vm window handling fixesfaust32004-08-241-3/+3
* prevent XFree execution on wrong conditioniive2004-08-231-2/+4
* added runtime toggle of root window playbackjoey2004-08-222-0/+13
* added -rootwin support to vo_directxjoey2004-08-221-4/+15
* Removed fb_dev_name handling.syrjala2004-08-201-13/+0
* Removed superfluous XFlush calls before XSync.al2004-08-208-10/+0
* user can select dvb card number to use (V3 api only)nicodvb2004-08-191-14/+27
* Removed useless SetOpacity() calls.syrjala2004-08-151-11/+0
* Fixed BES aspect ratio.syrjala2004-08-151-2/+2
* Reorganized init/unint so that fixed-vo works.syrjala2004-08-151-78/+80
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2004-08-111-32/+74
* Don't use flicker filtering.syrjala2004-08-091-1/+1
* now use vo_rootwin var to check for -rootwin switchnplourde2004-08-082-0/+4
* applied old patch that was missing an include...reimar2004-08-021-0/+1
* support for passing mouse events on to MPlayerreimar2004-08-011-0/+21
* 10l query format at least when used with vidix, disable colorkeying with vidi...faust32004-08-011-0/+5
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-293-3/+4
* removed saver_on, saver_off calls, they are already in x11_common.creimar2004-07-258-21/+0
* removed ref to extern WinIDnplourde2004-07-231-1/+0
* add support for -rootwin commandnplourde2004-07-231-0/+11
* listen for key repeats, patch by Dan Christiansennplourde2004-07-221-59/+66
* fix for people experimenting with GUI under windowsreimar2004-07-221-1/+1
* name changediego2004-07-192-2/+2
* embarassing typo and new namediego2004-07-192-2/+2
* embarassing typodiego2004-07-192-2/+2
* changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFO...reimar2004-07-171-3/+3
* use RGB32 textures on OS Xreimar2004-07-171-2/+2
* 1, killed some 100l's (no error checking). 2, added subotion for output filen...alex2004-07-171-9/+23
* Fixed typonplourde2004-07-161-1/+1
* Add Window Level Key, Can switch mode with T keynplourde2004-07-151-10/+39
* Indentation fix from previous patch, as discussed on IRC.rtognimp2004-07-111-25/+25
* This fixes the problems that originated from my ewmhrtognimp2004-07-111-6/+15
* don't use uninitialized font descriptionsfaust32004-07-111-1/+1
* avoid using corrupted font descriptions patch by Daniel von Dincklage <daniel...faust32004-07-111-0/+9
* fix for xscreensaver disablingreimar2004-07-091-17/+6
* make mplayer capable of being in the foreground by Dan Christiansennplourde2004-07-091-3/+22
* output wordingdiego2004-07-092-2/+2
* default is now to center the imagefaust32004-07-061-1/+1
* 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)reimar2004-07-061-2/+2
* removed XFlush() before XSync(), made config_glx return-type signed, force 32...reimar2004-07-021-8/+15
* removed XFlush() before XSync()reimar2004-07-021-1/+0
* avoid visuals with low color-depth.reimar2004-06-271-0/+12
* asyncblit slows down on UP systems, regarding to the SDL docs, noticed by Joh...alex2004-06-261-4/+6
* SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philipalex2004-06-261-2/+2
* 10ldiego2004-06-251-1/+1
* neomagic tv out support throught vesa vbe, patch by Rudolf Marekalex2004-06-251-0/+17
* Unify the config.h #include, use "config.h" instead of "../config.h"diego2004-06-254-4/+4
* string handling security fixesdiego2004-06-251-11/+13
* ranlib cleanupalex2004-06-241-0/+1
* added more key to keyboard eventnplourde2004-06-231-24/+25
* removed buggy rgb32 supportnplourde2004-06-231-103/+31
* array initialization fix by SungKwanKang <ksquarekr at yahoo.com>faust32004-06-181-2/+2
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
* major reindentation of x11 code try #2attila2004-06-146-3335/+4262
* Fix for big endian systemsrtognimp2004-06-121-4/+9
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,diego2004-06-022-0/+54
* choose fullscreen device with suboption device_id=#nplourde2004-06-021-22/+52
* uyvy osd supportnplourde2004-05-311-1/+1
* draw alpha for uyvynplourde2004-05-313-4/+59
* vo_quartz now default vo on OSXnplourde2004-05-301-3/+3
* fix crash due to fast_memcpy calling itself instead of libc memcpyreimar2004-05-201-0/+1
* re-use same window when playing multiple filesnplourde2004-05-181-102/+146
* more sane order for overlay workarounds, fixed a bug where the mouse would st...faust32004-05-181-18/+19
* Event Handling Makeovernplourde2004-05-121-167/+158
* removing useless code, improving readabilityreimar2004-05-081-39/+14
* fixed memory leak and removed unnecessary static variablereimar2004-05-081-9/+12
* changes to get manyfmts nearer to working and fixed memory leakreimar2004-05-081-20/+16
* More code cleanupnplourde2004-05-071-59/+55
* Switch rgb32 from QD to QTnplourde2004-05-071-289/+206
* Disable live resize for yuv - HW accel bugnplourde2004-05-051-6/+15
* Cosmetic change std ident stylenplourde2004-05-051-304/+339
* Removed unused debug code.nplourde2004-05-051-62/+0
* Add yuv csp supportnplourde2004-05-041-19/+513
* clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering bordersreimar2004-05-021-0/+3
* keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYV...faust32004-05-011-105/+69
* GUI supportreimar2004-05-011-0/+44
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-013-3/+3
* Copyright notice added back.diego2004-04-271-0/+23
* Add Fullscreen, Ontop and OSD supportnplourde2004-04-261-447/+461
* attribute_used for gcc3.4alex2004-04-261-1/+1
* Fixed CRTC2 surface size message.syrjala2004-04-251-1/+1
* fixed suboption parsing, added help for suboptionsreimar2004-04-151-12/+36
* ignore mouseclicks when activating the windowfaust32004-04-131-1/+3
* vo_gl supporting more color formats for testingreimar2004-04-081-6/+79
* print at least the error number when there is no text for itfaust32004-04-071-0/+4
* libcaca video output driver by Howell Tamalex2004-04-062-0/+335
* full screen flipping synchronization corrections (by Adam Tla/lka)rathann2004-04-051-1/+4
* Unmap window before change in decor and size while flipping full screen mode ...rathann2004-04-051-3/+4
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-053-0/+664
* move window decor changes after setting Withdrawn state so we have no additio...rathann2004-04-031-3/+4
* - win_gravity memorizing and restoring while switching fullscreen mode (by Ad...rathann2004-04-031-0/+14
* ALSA syc is not so good as OSS - small correctionsatlka2004-04-011-11/+21
* corrected problems with switching to and from fullscreen mode esp. with fixed-voreimar2004-03-171-19/+16
* Don't mess with the window position in xinerama when -geometry changes it.diego2004-03-161-1/+2
* Use system clock for xscreensaver pings (Tobias Diedrich).diego2004-03-161-3/+5
* Cygwin provides setenv. Fixes compilation on Cygwin.diego2004-03-151-1/+1
* move refreshrate and adapter_num variables to video_out because they might be...faust32004-03-133-8/+10
* mouse support by Nehal Mistry <nehalmistry at gmx.net>faust32004-03-131-0/+30
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-2/+2
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im...faust32004-02-291-181/+234
* replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ...faust32004-02-291-1/+1
* dont mess with the window position in xinerama when -geometry changes it.attila2004-02-242-0/+4
* set min width/heightattila2004-02-241-0/+6
* printf -> mp_msgattila2004-02-222-39/+30
* fieldparity verbosity and tvnorm patchattila2004-02-221-0/+60
* cut and paste typo fixedzdar2004-02-211-1/+1
* removed usage of fb_dev_name, imported field parity reporting from dfbmga, fi...zdar2004-02-171-10/+29
* fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_co...rik2004-02-161-0/+3
* get_bit_count -> put_bits_countrik2004-02-061-1/+1
* support for latest CVS, patch by Ville Syrjalaalex2004-01-281-0/+4
* removed unused headeer dependenciesalex2004-01-283-3/+0
* Support binding F11 and F12 keys to commands.diego2004-01-163-0/+6
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>attila2004-01-104-1/+4
* MPlayer is now GPL, URL updated.diego2004-01-051-3/+1
* just the same include reordering as in vo_xv (codemetics :)alex2003-12-271-15/+15
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
* message fixrik2003-12-191-1/+1
* 100lalex2003-12-081-0/+1
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-0/+33
* prevent possible segfault when vidmodes is freed and config() calls vo_vm_switchattila2003-12-081-0/+1
* Remove unused defineattila2003-12-081-4/+0
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin...alex2003-12-072-0/+62
* vidix_get_image() fixmichael2003-12-031-4/+4
* runtime 'stay-on-top' functionalityjoey2003-11-3018-10/+102
* Added a patch from Anders Rune Jensen to support the latest em8300 CVS changesmswitch2003-11-281-2/+4
* send quit command instead of key 'q'.joey2003-11-231-3/+3
* freetype build fixhenry2003-11-202-3/+5
* change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doe...faust32003-11-161-2/+3
* message expanded with hint to use -v optiongabucino2003-11-153-3/+3
* specification of video norm should not be mandatoryrik2003-11-081-2/+3
* added subdevice options, SECAM support (for what's it worth...), added \n to ...rik2003-11-081-22/+119
* verbosity changes, zero the whole surface_render[]iive2003-11-081-3/+4
* Warning fixes (approved by A'rpi).rathann2003-11-082-0/+3
* Change conflicting function declaration between .c and .h file, causing adiego2003-11-071-1/+1
* new zoran driver as discussed on the CVS list. Hardware passthrough isrik2003-11-042-0/+370
* proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr usedrik2003-11-031-35/+28
* function convert_matrix() is fixed (off-by-one error) and it is now called wi...rik2003-10-311-2/+2
* prevent lockups on words which do not fit on the screen - temporary fixhenry2003-10-271-2/+2
* -vop ---> -vfdiego2003-10-251-1/+1
* ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31...rik2003-10-241-10/+8
* mingw portfaust32003-10-221-0/+8
* added aspect && geometry supportfaust32003-10-221-17/+54
* fixed -nocolorkeyalex2003-10-225-6/+6
* adapting to init_put_bits prototype changerik2003-10-211-1/+1
* Get rid of the annoying and useless "Subtitles requested but not found" message.mosu2003-10-211-2/+0
* DOCS/en/ ---> DOCS/HTML/en/diego2003-10-192-2/+2
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-176-6/+69
* backward compatibility patch by Villealex2003-10-171-0/+4
* Updates by Ville Syrjälä <syrjala@sci.fi>alex2003-10-161-55/+82
* I found that the tdfxfb video output driver doesn't work when compiled withattila2003-10-151-6/+1
* fix aspect hackattila2003-10-153-9