summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ss_div/ss_mul defaults to 0arpi2002-10-162-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7755 b3059339-0415-0410-9bf9-f77b7e298cf2
* set up ss_div/ss_mul properly, accept 'alaw' fourcc tooarpi2002-10-161-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7754 b3059339-0415-0410-9bf9-f77b7e298cf2
* tell the codec wrapper the codec path (fixes realaudio Sipr)arpi2002-10-161-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7753 b3059339-0415-0410-9bf9-f77b7e298cf2
* - dvd aspect changing bug - fixedpontscho2002-10-164-10/+16
| | | | | | | | | - if codec is not found -> sig11 - fixed - pp autoq handling bug - fixed - some warning - fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7752 b3059339-0415-0410-9bf9-f77b7e298cf2
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
| | | | | | | patch by Ross git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7751 b3059339-0415-0410-9bf9-f77b7e298cf2
* more accurate a_pts calculation in AVI -bps (default) modearpi2002-10-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7750 b3059339-0415-0410-9bf9-f77b7e298cf2
* ds_tell_block()arpi2002-10-161-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7749 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Dominik - casting at wrong placearpi2002-10-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
| | | | | | | plus some compilation warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-166-55/+333
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7746 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed some changes as they produced ugly html outputjonas2002-10-152-30/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7745 b3059339-0415-0410-9bf9-f77b7e298cf2
* All right: The patch adresses two issues which I found, when I analyzedarpi2002-10-151-3/+8
| | | | | | | | | | | | | | | | | | | | | the input from some DVDs with known subtitle-dropouts: 1. The packet-size at the beginning of the packet, which is used to check, whether we got all fragments, is sometimes one byte too long. It seems to be always padded to an even number, while the actual size can be odd. 2. The original algorythm used to assemble the fragments relies on the timestamps to check, whether a new packet begins. This has proven to be unrelieable on some disks. So instead, I use the timestamp only to check, whether it's been too long (defined as 0,01sec) since the last fragment, which is probably indicating a broken packet, and normaly starting a new packet when the last one has been finished. patch by Christof Buergi <christof@buergi.lugs.ch> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7744 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ljonas2002-10-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7743 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove some notes, more conversion notesjonas2002-10-141-28/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7742 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite (again ;), cosmetics, no real changesjonas2002-10-141-551/+650
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7741 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGL_DBG2 -> MSGL_INFOattila2002-10-141-1/+1
| | | | | | | | 'cause we need to see this msg pointed out by Kim Minh Kaplan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7740 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msgattila2002-10-141-3/+4
| | | | | | | if something is not right, feel free to revert it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7739 b3059339-0415-0410-9bf9-f77b7e298cf2
* correction of Kim Minh Kaplan, some cosmeticsjonas2002-10-141-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7738 b3059339-0415-0410-9bf9-f77b7e298cf2
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they ↵michael2002-10-141-0/+8
| | | | | | arent missing completly) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7737 b3059339-0415-0410-9bf9-f77b7e298cf2
* always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)arpi2002-10-141-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7736 b3059339-0415-0410-9bf9-f77b7e298cf2
* trivial date & disclaimer fixarpi2002-10-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7735 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts ↵jonas2002-10-131-136/+389
| | | | | | options, restructured lavcopts, fixed some syntax errors git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes:arpi2002-10-131-112/+111
| | | | | | | | | | | | | | | | | | - missing check in init - missing brackets causing failure - nas_aformat_to_auformat not working properly - fix hang that was finally reproducible with high disk activity - don't cut of audio on uninit(), wait for buffer to empty It also simplifies the event_handler, making it more readable and implements Sidik Isani's suggestion to make the buffer size dependent on bytes per second. I've been using it for two days and found no further problems. patch by Tobias Diedrich <td@sim.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7733 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixesarpi2002-10-135-4/+6
| | | | | | | patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7732 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fps autodetectionarpi2002-10-131-0/+5
| | | | | | | patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7731 b3059339-0415-0410-9bf9-f77b7e298cf2
* liblzo realtime video codec support (decoding only)arpi2002-10-136-1/+197
| | | | | | | patch by Tilmann Bitterberg <transcode@tibit.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7730 b3059339-0415-0410-9bf9-f77b7e298cf2
* make local stuff 'static', complete uninitarpi2002-10-131-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7729 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wordingarpi2002-10-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7728 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new 3ivx.com fourccsfaust32002-10-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)michael2002-10-131-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7726 b3059339-0415-0410-9bf9-f77b7e298cf2
* more info about data partitioningmichael2002-10-131-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7725 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx yuy2 outputmichael2002-10-132-25/+163
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7724 b3059339-0415-0410-9bf9-f77b7e298cf2
* new error resilience supportmichael2002-10-132-17/+36
| | | | | | | | option renamed for consitancy with ffmpeg (ver -> er) bug numbers changed (1234->1248) as some files need multiple ones git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 output supportmichael2002-10-133-12/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-123-6/+25
| | | | | | | x86 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7720 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 2 10l bugs, ATI VCR2 dll now workingalex2002-10-121-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7719 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjaf2002-10-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7718 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with help_mp-en.h 1.63pl2002-10-121-2/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7717 b3059339-0415-0410-9bf9-f77b7e298cf2
* src and dest buffers may overlappl2002-10-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7716 b3059339-0415-0410-9bf9-f77b7e298cf2
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersjkeil2002-10-111-2/+16
| | | | | | | | | are in use. - computation in get_delay() was returning bogus values git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7715 b3059339-0415-0410-9bf9-f77b7e298cf2
* more correct flagsfaust32002-10-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7714 b3059339-0415-0410-9bf9-f77b7e298cf2
* added reference to the cpufreq project (for the speedstep problems).attila2002-10-111-1/+3
| | | | | | | | could someone check whether i did something wrong as this is my first docu patch for a long time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correcting counters and flagsanders2002-10-111-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7712 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream selection cleanup, fixed -nosoundarpi2002-10-101-111/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7711 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on ↵arpi2002-10-101-1/+1
| | | | | | windows git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the common aspect codealbeu2002-10-101-42/+61
| | | | | | | | Better preinint, fix the dr with planar format uyvy support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7709 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-10-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7708 b3059339-0415-0410-9bf9-f77b7e298cf2
* - better dxr3 supportpontscho2002-10-107-21/+44
| | | | | | | | - fix oss subdevice bug - add some warning fix from Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7707 b3059339-0415-0410-9bf9-f77b7e298cf2
* last flip bug fixedpontscho2002-10-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Well.. it's KotH not Koth :)attila2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7705 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh 100lnexus2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7704 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lnexus2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Man page review part one, spelling, rewording and layout fixes.diego2002-10-101-43/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mailing list section reworded and updated. This should at some point bediego2002-10-102-24/+28
| | | | | | | merged with bugreports.html somehow. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Converted 2 spaces to one in section titles, changed some uglydiego2002-10-104-60/+64
| | | | | | | linebreaks and put "." after sentences in codecs.html. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for a stupid mistake, patch by hephooey@fastmail.fm.diego2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7699 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix usage for common users that may not have fbset in their path.diego2002-10-101-1/+1
| | | | | | | Idea by D Richard Felker III. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7697 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning found by Dominikarpi2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7696 b3059339-0415-0410-9bf9-f77b7e298cf2
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-104-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7695 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image()arpi2002-10-101-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7694 b3059339-0415-0410-9bf9-f77b7e298cf2
* for() -> memcpy_pic()arpi2002-10-091-38/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7693 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7692 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_slice() seems to support all csparpi2002-10-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7691 b3059339-0415-0410-9bf9-f77b7e298cf2
* since draw_slice() supports RGB/BGR, we don't need draw_image() for stridearpi2002-10-091-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7690 b3059339-0415-0410-9bf9-f77b7e298cf2
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7689 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-092-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7688 b3059339-0415-0410-9bf9-f77b7e298cf2
* VFCAP_DRAW_SLICE addedarpi2002-10-091-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7687 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image, get_image fixarpi2002-10-091-35/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7686 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image()arpi2002-10-091-85/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7685 b3059339-0415-0410-9bf9-f77b7e298cf2
* - implemented draw_image()arpi2002-10-091-23/+16
| | | | | | | - removed unneeded if(!gui) from preinit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7684 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
| | | | | | | | -use subdevice "noaccel" to disable overlay patch by "Sascha Sommer" <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7683 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image() implementation (new libvo API)arpi2002-10-091-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7682 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-093-38/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7681 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanuparpi2002-10-093-123/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7680 b3059339-0415-0410-9bf9-f77b7e298cf2
* VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>arpi2002-10-091