summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+2
* fixed mode switching on Machenry2002-11-111-0/+16
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-1136-274/+103
* reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm'shenry2002-11-111-24/+25
* This patch adds direct rendering to vo_dfbmga.arpi2002-11-101-234/+243
* Switch containing options for DirectFB library was renamed to dfbopts.arpi2002-11-101-4/+49
* fixed order of includes.arpi2002-11-101-1/+1
* On non-x86 platforms, memcpy was re-implemented in mplayer and was calledjkeil2002-11-071-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0615-25/+32
* - cleanup equalizer stuff (removed vidix dependency)arpi2002-11-061-80/+48
* libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)rik2002-11-061-11/+13
* 10L found by Mark <CompGuy284 at attbi dot com>albeu2002-11-051-4/+9
* yet another screensaver fixhenry2002-11-041-5/+10
* Made new overlay functions static so they won't interfere with the restmswitch2002-11-031-30/+33
* At least I can honestly say that I didn't add the equalizer support, somswitch2002-11-031-4/+0
* Suddenly I needed vidix.h for vidix_video_eq_tmswitch2002-11-031-0/+1
* Updated docs with DXR3 overlay infomswitch2002-11-031-52/+64
* fix by Pontschonexus2002-11-031-0/+1
* arpi add direct render supportpontscho2002-11-031-0/+28
* do NOT include vidix header - nonsensearpi2002-11-031-1/+1
* disabled vidix dependencyarpi2002-11-031-1/+4
* - cleanuppontscho2002-11-031-99/+93
* Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extandedalbeu2002-11-021-5/+10
* fix for fs modes on widescreen displayshenry2002-11-021-4/+13
* Missed some gui ifdefsmswitch2002-11-021-0/+8
* Minor cleanupsmswitch2002-11-021-10/+15
* Huge update, added native overlay support (no more need for dxr3view).mswitch2002-11-021-1/+743
* verbose can be negativearpi2002-11-012-4/+0
* panscan support in -vo mga (actually moved common code to mga_common.c)arpi2002-11-012-79/+91
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-312-1/+990
* Removed debugging outputmswitch2002-10-301-4/+0
* Some little bugfixsalbeu2002-10-301-13/+42
* 10Lalbeu2002-10-301-2/+4
* Fixed the overlay, some opts to adjust the overlayalbeu2002-10-291-21/+87
* here is a somewhat generic equalizer implementation for the X11 vo driversarpi2002-10-294-5/+224
* some card/mobo combos can't handle buffers larger than 128kB, we change the d...rik2002-10-291-7/+22
* Prebuffering is no longer the default option.mswitch2002-10-291-47/+81
* Fixed stupid bug relating to multiple cards on athlonsmswitch2002-10-281-2/+5
* 10larpi2002-10-271-1/+1
* vo_init() moved to/fixed in preinit()arpi2002-10-273-4/+3
* mode detection && vo_init() moved to preinit()arpi2002-10-271-81/+67
* - removed YV12 support (builtin yv12->rgb conversion)arpi2002-10-261-106/+15
* spelling: paramerters -> parametersrik2002-10-241-1/+1
* sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD d...rik2002-10-242-4/+4
* 1larpi2002-10-232-2/+2
* 10larpi2002-10-232-4/+2
* Geometry updatemark2002-10-231-0/+2
* cleanup config option handling in libmpdemux.arpi2002-10-232-20/+1
* Added the -geometry option (supports fbdev and tdfxfb drivers)mark2002-10-235-17/+104
* If movie height is odd, the picture is placed badly, due to wrong rouding.arpi2002-10-231-1/+1
* re-enabled a-v syncarpi2002-10-231-1/+1
* MPlayer being unable to display video properly on many nVidia graphics cards.arpi2002-10-231-0/+13
* compiler warning fixes by Dominikarpi2002-10-221-2/+2
* 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>faust32002-10-171-4/+5
* -fixed-vo supportpontscho2002-10-174-105/+65
* fix memleak againpontscho2002-10-162-0/+2
* fix memleakpontscho2002-10-162-3/+7
* -fixed-vo supportpontscho2002-10-161-19/+18
* -fixed-vo supportpontscho2002-10-161-9/+14
* fix fullscreenpontscho2002-10-161-1/+2
* -fixed-vo support, based on patch by .so :)arpi2002-10-161-17/+11
* 10l to Dominik - casting at wrong placearpi2002-10-161-3/+3
* compiler warning fixesarpi2002-10-131-1/+1
* more correct flagsfaust32002-10-111-2/+2
* Use the common aspect codealbeu2002-10-101-42/+61
* compiler warning found by Dominikarpi2002-10-101-1/+1
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-104-5/+5
* draw_image()arpi2002-10-101-3/+14
* for() -> memcpy_pic()arpi2002-10-091-38/+12
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
* draw_slice() seems to support all csparpi2002-10-091-1/+1
* since draw_slice() supports RGB/BGR, we don't need draw_image() for stridearpi2002-10-091-12/+3
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
* draw_image, get_image fixarpi2002-10-091-35/+19
* draw_image()arpi2002-10-091-85/+35
* - implemented draw_image()arpi2002-10-091-23/+16
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
* draw_image() implementation (new libvo API)arpi2002-10-091-20/+23
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-093-38/+20
* some cleanuparpi2002-10-093-123/+69
* preinit() has an arg... use it.arpi2002-10-092-3/+3
* mode check at preinit()arpi2002-10-091-6/+6
* - fixed a 10l bug: setting PTS flag even if no PTS storedarpi2002-10-081-8/+15
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>arpi2002-10-071-1/+1
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.arpi2002-10-071-2/+1
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-062-3/+5
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-061-39/+60
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>arpi2002-10-011-14/+8
* _NET_WM_FULLSCREEN supportpontscho2002-10-011-2/+7
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals i...rik2002-09-301-7/+8
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-292-0/+52
* warning fix - hope it don't break itarpi2002-09-291-1/+1
* Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.atmos42002-09-291-2/+2
* fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>arpi2002-09-281-2/+4
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-285-0/+6
* argh i forgot to add new file..arpi2002-09-281-0/+1244
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+6
* another dga v1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-281-1/+1
* - fix new afm/vfm supportpontscho2002-09-281-1/+1
* DGA1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-271-9/+16
* fixes problem with video image alignment.arpi2002-09-251-3/+3
* cosmetics...arpi2002-09-251-213/+56
* Attached patch improves the vertical retrace synchronisation (vsync)arpi2002-09-251-66/+92
* Modern versions of OpenSSH listen on localhost to forward the X11 connectionarpi2002-09-231-1/+1
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-222-12/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-228-28/+10
* 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