summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-183-19/+24
* -zoom will be handled by -vop scalearpi2002-09-171-0/+2
* It prevents mode change when Hsync out of range.arpi2002-09-101-5/+18
* obsolete, use mencoder...arpi2002-09-091-286/+0
* obsolete, old code. use dga with swscaler (-vo dga -zoom)arpi2002-09-091-476/+0
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
* obsoleted by font_load_ft.carpi2002-09-091-714/+0
* extensible blinkenlights driver, can currently be used for the Arcade http://...rik2002-09-082-0/+424
* config() parameters changezdar2002-09-041-2/+3
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()jkeil2002-09-033-62/+57
* 10l fix by Mark <CompGuy284@attbi.com>alex2002-09-031-2/+2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-0/+23
* 2*100l, extern fv() {} is nonsense, you have to decide if it is extern orarpi2002-08-301-12/+3
* libavcodec syncrik2002-08-301-13/+22
* - fix window handling with dxr3pontscho2002-08-291-0/+4
* libgen.h is glibc specific, and not used at all -> removedarpi2002-08-291-2/+2
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-293-81/+124
* - add freetype support for guipontscho2002-08-291-13/+5
* Fixed some breakages of single-buffer rendering of tdfxmark2002-08-291-24/+21
* fixes a segfault which was introduced in this file by the new ratecontrol coderik2002-08-291-0/+3
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-2835-154/+50
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-285-3/+1704
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedarpi2002-08-282-54/+159
* fixed possible 'DoS' bugalex2002-08-281-3/+3
* clear screen and tiny image bug patch by Burton Samograd <kruhft@kruhft.dyndn...alex2002-08-281-11/+28
* removed old input codealex2002-08-285-48/+5
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemai...pontscho2002-08-271-7/+10
* removed nonsense 'inline'arpi2002-08-222-4/+4
* General Timing Formula algorithm from a scratch.arpi2002-08-227-75/+525
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-222-16/+66
* this piece of code should prevent major fullscreen screwups, which canarpi2002-08-211-0/+5
* added forced window clearing for Xv, because on my setup (sawfish,arpi2002-08-211-0/+6
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasarpi2002-08-161-0/+7
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>arpi2002-08-161-1/+1
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-142-0/+6
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>arpi2002-08-141-0/+2
* Put/get_image fixed. Deleted forgotten development commentszdar2002-08-131-38/+10
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-098-8/+37
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czarpi2002-08-092-1/+1225
* 0.1lrik2002-08-051-2/+2
* cinerama support in -vo zr for people with more than one zoran card, document...rik2002-08-051-365/+468
* updates, using DIRECTFBVERSION and video EQ support by Jiri.Svoboda@seznam.czarpi2002-08-051-68/+135
* initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club...arpi2002-07-311-1/+1
* fix silly shorthand that could cause trouble portingrfelker2002-07-312-7/+7
* - fixed size/aspect for -fsarpi2002-07-301-18/+16
* 1l :)arpi2002-07-302-2/+2
* Disable OSD outside movie, because it's not redrawn currently, user can use -...atmos42002-07-271-1/+1
* removed query_vaaalex2002-07-263-36/+0
* 10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut d...albeu2002-07-261-31/+30
* 10l bug fixed (info.cap |= -> = )arpi2002-07-251-6/+8
* eq fixed, based on patch by .soarpi2002-07-251-59/+66
* more eq cleanuparpi2002-07-251-71/+34
* eq synced to new way, not tested, but the old one isn't working yetalex2002-07-251-35/+40
* eq reworkedalex2002-07-253-96/+192
* eq reworkedalex2002-07-243-173/+59
* fix hue bug with nvidia's shit. i teszted with g400,radeon7500,tnt2ultra,gefo...pontscho2002-07-211-11/+27
* DR1 with IPB fixedarpi2002-07-201-0/+12
* DR1 IP/IPB supoprt (I/P only with -double) -- OSD *must be* disabled! :)arpi2002-07-201-8/+33
* 10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot cvut...albeu2002-07-201-1/+1
* - fix audio equalizerpontscho2002-07-197-32/+45
* fixing swscaler bug ;)michael2002-07-181-3/+4
* Disabled spuenc, it still doesn't work well with the em8300mswitch2002-07-181-4/+9
* 1000000lmichael2002-07-171-3/+2
* check if the available buffers are big enough in get_imagemichael2002-07-171-0/+3
* checking num_buffers for IMGTYPE_IPmichael2002-07-161-0/+1
* xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>alex2002-07-121-1/+1
* Patch by Jiri Svoboda:atmos42002-07-121-72/+336
* Silly me, vo_x11 doesn't use my aspect code!atmos42002-07-111-1/+0
* adapting to the 'adding fff prefix to avoid global name conflicts' changes in...rik2002-07-111-2/+2
* 1000l, back out hack-n-slay 8bpp code from my local tree.atmos42002-07-101-7/+4
* Markus Rechberger <revenger at shell.dnload.com>:atmos42002-07-101-0/+1
* -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).atmos42002-07-101-5/+14
* interlacing support - Klaus Stengel <ks1@inter-ject.de>arpi2002-07-061-50/+287
* fixed mga resize-to-0x0 bugalex2002-07-051-1/+0
* removed fame and lavc encoder, enabled spu encoder, added equaliuzer supportalex2002-07-051-365/+110
* fix compile bug with driver 0.9+pontscho2002-07-021-2/+10
* fixed vidix terminating if init error occured, bug found by KotHalex2002-06-291-4/+2
* IMGFMT_{RGB,BGR}{1,4}michael2002-06-271-1/+10
* fixed uninit (it got never called before)alex2002-06-251-1/+1
* added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OS...alex2002-06-242-58/+38
* yvu9,if09,y8,y800 support and multifile fixalex2002-06-232-2/+12
* Use the new Y8 support in place of YV12.albeu2002-06-231-6/+3
* YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxpalex2002-06-211-5/+84
* 1bpp supportmichael2002-06-171-8/+28
* 8bpp bugfixes (brightness, contrast ...)michael2002-06-171-4/+65
* 8bpp support (no dithering yet, use -vop noise for now)michael2002-06-161-7/+52
* wtf..10l to dunno..only use x11_common.c when x11 is detectedatmos42002-06-161-1/+1
* Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IY...atmos42002-06-161-4/+7
* 100l accidently removed a line too much (Shmem_Flag)atmos42002-06-131-0/+1
* Allow building vo_xv without SHM supportatmos42002-06-131-7/+16
* Aii 10l forgot to commit with my last x11_common.c commitatmos42002-06-131-1/+1
* Michele Balistreri <brain87@gmx.net>:atmos42002-06-121-0/+4
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchpontscho2002-06-105-20/+37
* -wid fix by "Markus J.R." <random@shell.dnload.com>atmos42002-06-091-0/+1
* xinerama fullscreen switching fix by Joachim Breitner <mail@joachim-breitner.de>attila2002-06-081-0/+3
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-1/+4
* -vm pan&scan fixes by Jesper Svennevid <mplayer@svennevid.ne>arpi2002-06-071-7/+15
* fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in ...rik2002-06-071-1/+1
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-064-5/+9
* 100l to .soarpi2002-06-051-3/+2
* added panscan support for xmga/xvidixpontscho2002-06-057-31/+111
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-044-2/+26
* Activating/Deactivating of XScreenSaverarpi2002-06-041-0/+6
* set_window() fixing detection of changement of the window positionattila2002-06-041-1/+5
* msg/i18n fixes and some printf->mp_msgarpi2002-06-032-32/+30
* use offsets/pitches for OSD tooarpi2002-06-031-3/+9
* re-enabled a-v sync, fixes 25fps playback problemsarpi2002-06-021-1/+1
* -updates vo_directfb (+configure&makefile) according to planned changesarpi2002-06-012-14/+79
* message wording fix by Diego B.arpi2002-05-311-1/+1
* warning fix (write()/close() require unistd.h)pl2002-05-301-2/+2
* 10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>arpi2002-05-301-1/+1
* - some cleanup, removed unused codearpi2002-05-301-108/+69
* Raise the colorkey tolerencealbeu2002-05-281-1/+1
* revised query_formatalex2002-05-272-3/+4
* query_format revisedalex2002-05-275-13/+14
* revised query_formatalex2002-05-273-14/+17
* it uses swscaleralex2002-05-271-1/+1
* revised query_formatalex2002-05-271-1/+2
* revised query_format. added support for native/conversion detectionalex2002-05-271-32/+27
* revised query_formatalex2002-05-271-1/+5
* removed screenshot thingie - it will be moved to video filter layeralex2002-05-272-107/+0
* new layer handling code under icewm from Attilapontscho2002-05-271-9/+12
* Bounding box and partial update patch for vob/dvdsub by Hephooey.atmos42002-05-251-2/+20
* Overlay in a window (only with x11 subdriver)albeu2002-05-241-86/+307
* Destroy the old win when config is called multiple timesalbeu2002-05-241-1/+6
* Let X destroy the windowalbeu2002-05-241-0/+2
* different message for busy Xv ports and missing Xv portsarpi2002-05-241-2/+11
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-232-5/+6
* 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>arpi2002-05-201-1/+2
* swscale and 32->24bpp conversion removedarpi2002-05-201-49/+5
* -vm -fs fix by Tobias Diedrich <ranma@gmx.at>arpi2002-05-191-0/+1
* Workaround the bug in x11 vo's (if it's one) wich let a window in the wayalbeu2002-05-172-6/+73
* Improvment for spu subtitles.albeu2002-05-173-12/+2
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-148-76/+72
* small fixespontscho2002-05-141-1/+2
* Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling...atmos42002-05-142-3/+55
* disable bgr8alex2002-05-131-0/+2
* cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>arpi2002-05-131-53/+30
* fixed vo_uninitalex2002-05-131-2/+7
* Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume settingalbeu2002-05-131-21/+6
* 10L Crash if no subdriver given and overlay enabledalbeu2002-05-131-3/+3
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-133-1/+756
* small cleanup, new flag in -fsmode to avoid unmapping window for unknown wmarpi2002-05-121-8/+2
* bad fix removedarpi2002-05-121-2/+0
* fix Arpi's bugspontscho2002-05-123-7/+7
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...arpi2002-05-121-0/+1
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-122-0/+343
* getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg>arpi2002-05-121-0/+1
* remove base size from vo_x11_sizehintpontscho2002-05-111-29/+21
* fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)pontscho2002-05-111-20/+10
* fix some small bug and -rootwinpontscho2002-05-115-172/+176
* fullscreen -- round three -- icewm fullscreen fixedpontscho2002-05-091-7/+17
* some reorderarpi2002-05-091-7/+7
* multifile fixedarpi2002-05-081-0/+1
* partial fixarpi2002-05-081-4/+0
* -zoom, -fs with x[11|mga|v] fix -- round twopontscho2002-05-085-26/+33
* some bugfix, x[11|mga|v] ( fullscreen with more files )pontscho2002-05-083-22/+41
* wm detection -- round twopontscho2002-05-075-34/+91
* fix -fs and 'f'pontscho2002-05-063-18/+21
* upsz, 10lpontscho2002-05-062-7/+5
* add WM detection, and wm specific fullscreen code. (???)pontscho2002-05-062-19/+114
* fullscreen toggle for vo_mgarfelker2002-05-052-4/+35
* the Right Fix for gui window setuparpi2002-05-052-10/+11
* - the "black bars" in xv bug fixed (drwX=drwY=0)arpi2002-05-052-6/+6
* small patch that fixes the purple window when the f key is pressed - by Attil...arpi2002-05-041-1/+1
* missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu>arpi2002-05-042-2/+2
* fix xmga fs, resize to movie size and mouse auto hide + dgapontscho2002-05-035-20/+30
* fix aspect ratio handlingpontscho2002-05-033-98/+33
* printf to mp_msgalbeu2002-05-023-49/+47
* .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>arpi2002-05-022-1/+3
* some bug fixpontscho2002-05-011-5/+2
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-291-6/+11
* Use new style query_formats flags. Fixes bug with flip.ksorim2002-04-291-2/+4
* DFB 0.9.10 update patch by Jiri.atmos42002-04-281-2/+10
* open w/O_CREAT requires a third argument, mode!rfelker2002-04-281-1/+1
* libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, h...arpi2002-04-281-210/+18