summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo.atmos42001-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multiple window bug in multifile mode.atmos42001-09-183-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1910 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections to OSD mark positionatlka2001-09-101-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1879 b3059339-0415-0410-9bf9-f77b7e298cf2
* PS multiplexing fixedarpi2001-09-091-24/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1877 b3059339-0415-0410-9bf9-f77b7e298cf2
* file writer implementedarpi2001-09-081-2/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mpeg PES addedarpi2001-09-084-1/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1872 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix skin changing, xv fullscreen redraw bug, etc.pontscho2001-09-051-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1859 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xshape, mixer, fullscreen, etcpontscho2001-09-044-32/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes, and Y check put back to avoid sig11arpi2001-09-011-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1825 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed signal 8 bugarpi2001-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1823 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreen bug fixedpontscho2001-09-011-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1819 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix size ?pontscho2001-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1812 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv2rgb_fun typedef uses int parameters, not uint32_t (fixes some compilerjkeil2001-08-311-11/+8
| | | | | | | warnings) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1807 b3059339-0415-0410-9bf9-f77b7e298cf2
* add dealloc funcpontscho2001-08-311-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1795 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix gui supportpontscho2001-08-301-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1784 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix gui supportpontscho2001-08-301-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1776 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix vo_window againpontscho2001-08-291-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1759 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_window bug fixedpontscho2001-08-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1753 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half gui supportpontscho2001-08-293-59/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle X11 displays with multiple depths.jkeil2001-08-281-16/+106
| | | | | | | | | On such an X11 display with multiple depths, the root window might use something like 8-bit pseudocolor, but there may be other 15/16/24/32 bit truecolor visuals available for MPlayer's video display. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous 'const' parameter attributes to fix some compiler warningsjkeil2001-08-281-15/+15
| | | | | | | when compiling with mediaLib. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1729 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to OSD calculationsatlka2001-08-281-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1728 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections to OSD progbar position calculationsatlka2001-08-281-3/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1727 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI stuff. now seeking works, and xmga renders to video windowarpi2001-08-273-19/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied quit via windowbutton patch.atmos42001-08-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mediaLib support for Solaris on UltraSPARC CPUsjkeil2001-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1681 b3059339-0415-0410-9bf9-f77b7e298cf2
* added draw_alpha_XXXX functions, draw_alpha_func<=correct one in initatlka2001-08-232-44/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1648 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mga uninitarpi2001-08-223-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1638 b3059339-0415-0410-9bf9-f77b7e298cf2
* exit->returnarpi2001-08-222-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1634 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor changes according to OSDatlka2001-08-211-18/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1603 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw speedups, cut text if too many linesatlka2001-08-201-56/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1592 b3059339-0415-0410-9bf9-f77b7e298cf2
* aalib 1.4.X incombatibility fixedfolke2001-08-171-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1578 b3059339-0415-0410-9bf9-f77b7e298cf2
* now linux/curses detection worksfolke2001-08-171-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1577 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd problem with YV12 fixedfolke2001-08-171-7/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1576 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor changes according to subtitle positioningatlka2001-08-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1575 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to max of vo_font->pic_a[font]->h for the last line of subsatlka2001-08-171-10/+15
| | | | | | | changes for skiping subtitle lines which y pos is negative git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1574 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_font SEGFAULT fixedarpi2001-08-171-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1573 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip lines with negative y position if there is too many lines to displayatlka2001-08-171-17/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1570 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbose videomode selectionszabi2001-08-161-30/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1562 b3059339-0415-0410-9bf9-f77b7e298cf2
* define USE_OSD / USE_SUB fixesfolke2001-08-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1555 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, ↵folke2001-08-161-1/+2
| | | | | | +consoleblanking disabled, +/dev/vcsa checking +header change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1554 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes made for vo_aafolke2001-08-162-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1553 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, ↵folke2001-08-161-106/+201
| | | | | | +consoleblanking disabled, +/dev/vcsa checking git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1552 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor changes in sub.catlka2001-08-161-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1550 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to proper subfont bar positioning and char spaceing - sub.catlka2001-08-161-7/+12
| | | | | | | changes to scale from 0.100 to 0..255 for proper OSD displaying - mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1549 b3059339-0415-0410-9bf9-f77b7e298cf2
* All aalib options can be passed to aalib (-aaXXX), also -aahelp is new. ↵folke2001-08-151-21/+1
| | | | | | fixed wrong char git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1539 b3059339-0415-0410-9bf9-f77b7e298cf2
* All aalib options can be passed to aalib (-aaXXX), also -aahelp is newfolke2001-08-151-17/+133
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1538 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix OSD, small misspelling.atmos42001-08-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1528 b3059339-0415-0410-9bf9-f77b7e298cf2
* segfault fixedarpi2001-08-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1525 b3059339-0415-0410-9bf9-f77b7e298cf2
* write fault error fixedfolke2001-08-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1521 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_aa: configurable nowfolke2001-08-141-9/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1519 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes to erase only needed place (rectangles doesn't overlap)atlka2001-08-141-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added cool aalib vo driver.atmos42001-08-142-0/+519
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed D key for doublesize, already clobbered by framedrop.atmos42001-08-141-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1510 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1505 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo/sub.c correctionsatlka2001-08-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1504 b3059339-0415-0410-9bf9-f77b7e298cf2
* atlka@pg.gda.pl:atlka2001-08-134-29/+9
| | | | | | | | | | utf8 opion corrected added draw_osd() funcion to libvo/vo_*.c files corrected indicators (brightness, sound etc.) to be in 0..100 range if we have Name.utf file it automatically switches to utf8 mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1503 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-1320-129/+232
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1457 b3059339-0415-0410-9bf9-f77b7e298cf2
* better local display connection patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1448 b3059339-0415-0410-9bf9-f77b7e298cf2
* DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1447 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -fsmode flag: 0x8 enables XSetTransientForHintarpi2001-07-291-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>atmos42001-07-281-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1397 b3059339-0415-0410-9bf9-f77b7e298cf2
* fontpath fixed again...arpi2001-07-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1360 b3059339-0415-0410-9bf9-f77b7e298cf2
* crash fixed if no [fontpath] in .descarpi2001-07-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1358 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-202-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1354 b3059339-0415-0410-9bf9-f77b7e298cf2
* x11_common does not compile, when the XDPMS extension is not available on thejkeil2001-07-191-2/+9
| | | | | | | target system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1346 b3059339-0415-0410-9bf9-f77b7e298cf2
* svga driver didn't compile on linux/ppcjkeil2001-07-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1340 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.jkeil2001-07-161-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1337 b3059339-0415-0410-9bf9-f77b7e298cf2
* added prototype of vo_init()arpi2001-07-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that havejkeil2001-07-121-85/+59
| | | | | | | | | | | | | | | | | | | a frame width that is not an exact multiple of 8. Testcase: 405.avi (356x240). Playing on an MMX capable x86 system using the x11 video-out driver results in a segfault. The MMX routines convert image data in quantities of 8 pixels in each loop, and the inner loop was not terminated in case there are only 1-7 pixels left, producing too much RGB output. For now, just ignore the last few pixels on each row, to avoid the segfaults. (Gives a black vertical border on the right, if you play a video with width%8 != 0) A possible future enhancement would be, to add a second loop to convert the last width%8 pixels to RGB using a byte loop. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
* no segfault if no glx presentalex2001-07-071-6/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore generated config.mak files in CVSjkeil2001-07-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1282 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_fsmodearpi2001-07-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1270 b3059339-0415-0410-9bf9-f77b7e298cf2
* extern vo_doublebuffering cleanuparpi2001-07-032-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1269 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch fullscreen method with -fsmodearpi2001-07-031-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1267 b3059339-0415-0410-9bf9-f77b7e298cf2
* switching double buffering at runtime with -doublearpi2001-07-031-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected SDL include path.atmos42001-06-271-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
* icewm basz bug fixpontscho2001-06-271-12/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1237 b3059339-0415-0410-9bf9-f77b7e298cf2
* fsdga disabled (obsolote)arpi2001-06-261-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1236 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
*