summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot ↵albeu2002-07-202-2/+3
| | | | | | cvuti dot cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add direct rendering method 2albeu2002-07-202-3/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6757 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix audio equalizerpontscho2002-07-1925-219/+251
| | | | | | | | | - rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix ) - fix some small gtk bug - i dunno, i don't remember ... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6756 b3059339-0415-0410-9bf9-f77b7e298cf2
* playlist addedjaf2002-07-191-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).diego2002-07-191-18/+45
| | | | | | | | | These are the "real changes" from Jonas' patch. It should be OK, please doublecheck anyway. Plus -rawaudio reformatted, slipped through the cracks the first time around. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).diego2002-07-191-529/+585
| | | | | | | | | | I extracted all the cosmetic parts from the patch, removed the bitrot and added quite a few (also cosmetic) consistency, spelling and appearance changes. Columns are not broken at random anymore and should be readable now. We now have a good looking man page :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6753 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing swscaler bug ;)michael2002-07-181-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put back the ordering of the if as requested by Arpi.kmkaplan2002-07-181-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6751 b3059339-0415-0410-9bf9-f77b7e298cf2
* added real mmap supportjoyping2002-07-182-52/+468
| | | | | | | support for -abs opt, 4 different modes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disabled spuenc, it still doesn't work well with the em8300mswitch2002-07-181-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Alban Bedel <albeu@free.fr>.diego2002-07-181-1/+35
| | | | | | | | http://mplayerhq.hu/pipermail/mplayer-dev-eng/2002-June/008873.html Documents -dxr2 and -rawaudio options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Round height or width to valid values when doing automatic calculation.kmkaplan2002-07-181-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid ulong typedef clash and replace if by unsigned long, patch by Joey ↵atmos42002-07-172-24/+20
| | | | | | Parrish. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6746 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000000lmichael2002-07-171-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6745 b3059339-0415-0410-9bf9-f77b7e298cf2
* check if the available buffers are big enough in get_imagemichael2002-07-171-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6744 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to slices, if dr1 fails (bug found by kabi)michael2002-07-161-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6743 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking num_buffers for IMGTYPE_IPmichael2002-07-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6742 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l y422p -> y420pmichael2002-07-161-5/+32
| | | | | | | | use uvstride in draw_slices dr2 support (disabled as mplayer doesnt like slices with width!=picture width sometimes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6741 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (init flags after init ...)michael2002-07-161-13/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6740 b3059339-0415-0410-9bf9-f77b7e298cf2
* svq1 direct renderingmichael2002-07-151-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6739 b3059339-0415-0410-9bf9-f77b7e298cf2
* imgtype IP supportmichael2002-07-151-7/+14
| | | | | | | enabling dr1 by default, lets see if its bugfree ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6738 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-07-151-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6737 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont depend upon vo_directrenderingmichael2002-07-141-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6736 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing fixmesmichael2002-07-141-8/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6735 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering method 1 (disabled currently as its not bugfree / finished ↵michael2002-07-141-36/+99
| | | | | | yet, just set dr1=1 if u want to try it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6734 b3059339-0415-0410-9bf9-f77b7e298cf2
* DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.diego2002-07-143-183/+163
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6733 b3059339-0415-0410-9bf9-f77b7e298cf2
* diego sux.gabucino2002-07-141-3/+3
| | | | | | | | it's from a weird al yankovic clip, not real star wars don't touch stuffz like diz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing description for lameopts aqatmos42002-07-141-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added DVB to the HTML docs.diego2002-07-132-104/+101
| | | | | | | Parts of this may be outdated, somebody please review. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synchronised TOC and section titles.diego2002-07-131-40/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6729 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg libavcodec directory is unknown to CVS, as is mga_vid_test.diego2002-07-132-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6728 b3059339-0415-0410-9bf9-f77b7e298cf2
* This event now has correct spelling.diego2002-07-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of <I> --> <CODE>, added missing section, star wars text corrected.diego2002-07-131-22/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some spellchecking, moved the section to the correct position, somediego2002-07-132-40/+43
| | | | | | | consistency fixes and replaced a lot of <I> with <CODE>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6725 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_xvid need divx.halbeu2002-07-131-11/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6724 b3059339-0415-0410-9bf9-f77b7e298cf2
* playlist addedjaf2002-07-131-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6723 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for interlaced (2 fields) mpeg2 streams:arpi2002-07-121-4/+14
| | | | | | | | - accept frame skip caused by the codec - do timer correction after calculating frame skip/dup count git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6722 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8 and 16bpp qtrle supportalex2002-07-122-12/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6721 b3059339-0415-0410-9bf9-f77b7e298cf2
* xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>alex2002-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6720 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for empty version1 audio headers (bugreport by Sascha Sommer)arpi2002-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Jiri Svoboda:atmos42002-07-121-72/+336
| | | | | | | | | -should not fail if keyboard not present -preparation for vsync flipping -card capabilities should be reported better at query format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6718 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-07-121-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6717 b3059339-0415-0410-9bf9-f77b7e298cf2
* ad_dk4adpcm is done by ima_adpcm (obsoleted)atmos42002-07-122-68/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6716 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix tv bazzeatmos42002-07-121-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6715 b3059339-0415-0410-9bf9-f77b7e298cf2
* add simple playlist supportpontscho2002-07-1212-274/+799
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document -vobsubout, -vobsuboutid and -vobsuboutindexkmkaplan2002-07-111-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document -vobsubout, -vobsubid and -vobsubindexkmkaplan2002-07-111-0/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't call libvo draw slice directlyalbeu2002-07-111-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add draw slice for the codecsalbeu2002-07-112-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6710 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-115-9/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6709 b3059339-0415-0410-9bf9-f77b7e298cf2
* better support for rgb/bgr formatsalex2002-07-111-6/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of compatibility fixes for Windows' Vobsub reader.kmkaplan2002-07-111-35/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Vobsub output synchro.kmkaplan2002-07-111-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Silly me, vo_x11 doesn't use my aspect code!atmos42002-07-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6705 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting to the 'adding fff prefix to avoid global name conflicts' changes ↵rik2002-07-111-2/+2
| | | | | | in libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6704 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed spdifjoyping2002-07-112-306/+346
| | | | | | | | | | | spdif device depends now on the given subdevice was hardcoded to hw:0,2 before fixed opt-parsing for hw:x,y like opts seperated initialization of spdif from common init as it was probably intended before git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-1010-27/+254
| | | | | | | in xvid it can be used along with divx4. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
* vqmin=1 weirdnessmichael2002-07-101-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only space and 'p' will unpause, other keys will unpause and do their ↵atmos42002-07-101-1/+5
| | | | | | | | | function (eg. seek), this is a preparation for the pause at eof feature. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Alan Young <ayoung at teleport.com>: Fix xacodec type mismatch, whichatmos42002-07-101-7/+7
| | | | | | | is exploited on 64bit-archs (where sizeof(int) != sizeof(long)) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a simple xmcd parser to retreive the tracks name.bertrand2002-07-101-32/+269
| | | | | | | | Added a simple list of tracks name, to allow displaying the name on track change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build a fake list of track name.bertrand2002-07-101-15/+64
| | | | | | | | The track name (cdda/cddb) should be display when reaching a new track or when seeking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Created a new header file to store common struct & prototype forbertrand2002-07-101-0/+65
| | | | | | | cdda.c and cddb.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6696 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, back out hack-n-slay 8bpp code from my local tree.atmos42002-07-101-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6695 b3059339-0415-0410-9bf9-f77b7e298cf2
* Markus Rechberger <revenger at shell.dnload.com>:atmos42002-07-101-0/+1
| | | | | | | XMapWindow (vo_x11.c didn't map the Window after using -wid 0x....) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6694 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).atmos42002-07-101-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by me(TM)atmos42002-07-101-2/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Jiri Svoboda <jiri.svoboda at seznam.cz>atmos42002-07-101-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Michele Balistreri <brain87 at gmx.net>atmos42002-07-101-2/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6690 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mpdvdkit on cygwin, too,atmos42002-07-101-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6689 b3059339-0415-0410-9bf9-f77b7e298cf2
* very simple script to generate png images from an video with all -sws methodsmichael2002-07-091-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6688 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes week at mcdonals: small fix pse->pse36atmos42002-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6687 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscaler methods recommendation & artifact typesmichael2002-07-091-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6686 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).atmos42002-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6685 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, evidently killed some lines and missed it when doing cvs diff.atmos42002-07-091-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.atmos42002-07-091-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for yuv410p as needed by ffsvq1.atmos42002-07-091-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6682 b3059339-0415-0410-9bf9-f77b7e298cf2
*