summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pruning empty directories is a good idea and even better is using thediego2003-12-242-2/+2
| | | | | | | correct cvs syntax to do it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11680 b3059339-0415-0410-9bf9-f77b7e298cf2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-2414-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
* better parisc detectionalex2003-12-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-231-38/+0
| | | | | | | These codecs are now in libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-238-2026/+0
| | | | | | | These codecs are now in libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-232-12/+2
| | | | | | | These codecs are now in libavcodecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Christmas sync :-Dnauj272003-12-233-25/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11674 b3059339-0415-0410-9bf9-f77b7e298cf2
* better top_field_first behaviour (mostly what rich suggested)michael2003-12-221-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11673 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc options: obmc,top,loop.aiv,ssmichael2003-12-221-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11672 b3059339-0415-0410-9bf9-f77b7e298cf2
* using top_field_first from mpi, and support overriding itmichael2003-12-221-0/+36
| | | | | | | and a few other options which i forgot to commit ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11671 b3059339-0415-0410-9bf9-f77b7e298cf2
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDmichael2003-12-222-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11670 b3059339-0415-0410-9bf9-f77b7e298cf2
* added <systemitem class=systemname> tag to /procpaszczi2003-12-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11669 b3059339-0415-0410-9bf9-f77b7e298cf2
* zrmjpeg options and two examples, per Diego's requestrik2003-12-211-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11668 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-12-212-14/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11667 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed FIXME line 759, brackets with RedHat and Debian (iconv and konwert ↵paszczi2003-12-201-3/+1
| | | | | | aren't distro-specific git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11666 b3059339-0415-0410-9bf9-f77b7e298cf2
* change email adressattila2003-12-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11665 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l let path behave like before the start/stop patchrtognimp2003-12-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11664 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12rik2003-12-193-0/+885
| | | | | | | | | | | | | | | | colorspace input supported for now. Autocropping is also not implemented. Example usage: mplayer -vo zr2 -vf zrmjpeg foo.avi. vf_zrmjpeg and vo_zr2 should obsolete vo_zr and libvo/jpeg_enc.c in the future. Problem is that it needs some paramters of the zoran card (max resolution), for now the user needs to tell vf_zrmjpeg those parameters (which is stupid, because zrmjpeg should be able to query vo_zr2 for that information....) The filter currently uses code which is also present in libvo/jpeg_enc.c, in the future the (then enhanced) ffmpeg mjpeg encoder should/will be used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11663 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ZORAN makefile variable for conditional compilation of vf_zrmjpegrik2003-12-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11662 b3059339-0415-0410-9bf9-f77b7e298cf2
* message fixrik2003-12-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11661 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed <filename> tag to <filename class=directory> - font is a directorypaszczi2003-12-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makes radeon_vid work with the Radeon 9600 Pro card.wight2003-12-192-0/+5
| | | | | | | Patch by Jonas Jensen <jbj@knef.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11659 b3059339-0415-0410-9bf9-f77b7e298cf2
* UYVY support (port from v4l1)henry2003-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11658 b3059339-0415-0410-9bf9-f77b7e298cf2
* make outfmt=uyvy work with rivatv patch by Stephen Beahmfaust32003-12-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11657 b3059339-0415-0410-9bf9-f77b7e298cf2
* and one last fontconfigwight2003-12-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11656 b3059339-0415-0410-9bf9-f77b7e298cf2
* added <systemitem> tag for fontconfig, some wordingpaszczi2003-12-161-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11655 b3059339-0415-0410-9bf9-f77b7e298cf2
* precise P4 and cpu speed detectpontscho2003-12-161-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11654 b3059339-0415-0410-9bf9-f77b7e298cf2
* cdda: endianness fixcolin2003-12-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11653 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvbstream added, info from Nico.diego2003-12-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11652 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l Fix audio decoding and random sig11rtognimp2003-12-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11651 b3059339-0415-0410-9bf9-f77b7e298cf2
* added <application> tag for GIMP, added 2 <replaceable> tags to font secion, ↵paszczi2003-12-151-4/+5
| | | | | | made it more general git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11650 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx simplificationsmichael2003-12-151-91/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11649 b3059339-0415-0410-9bf9-f77b7e298cf2
* For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a ↵mosu2003-12-151-3/+13
| | | | | | workaround. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11648 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove zlib dependencyfaust32003-12-151-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11647 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optimizationsrfelker2003-12-151-1/+255
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11646 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new mode argument for ilpackrfelker2003-12-151-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11645 b3059339-0415-0410-9bf9-f77b7e298cf2
* big updates to ilpack: do proper interpolation rather than justrfelker2003-12-151-34/+95
| | | | | | | | | | | duplicating lines. ilpack will no longer significantly harm progressive content, so it can be used on mixed interlaced+progressive. mmx interpolation code coming soon... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11644 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-12-147-297/+418
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11643 b3059339-0415-0410-9bf9-f77b7e298cf2
* various updates:rfelker2003-12-142-16/+12
| | | | | | | | | | | simplify logic eliminate stupid alternative affinity calculations (gave bad results) favor output of clean duration-3 over duration-2 plus broken-1 (will give a more steady 3:2 pattern during telecine, w/ no quality loss) options to adjust strictness of tests (but no way to set them presently :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11642 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync.lumag2003-12-131-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11641 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fixwight2003-12-122-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11640 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fixwight2003-12-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11639 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffrv20alex2003-12-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11638 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l (I delete this phrase in the last sync)nauj272003-12-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11637 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-12-115-103/+199
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11636 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-12-113-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync.lumag2003-12-112-67/+139
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11634 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.33paszczi2003-12-111-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11633 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing more stupid mistakesrfelker2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add two <replaceable> tagslumag2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11631 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass quantizer tables through (averaging values when fields come fromrfelker2003-12-111-1/+29
| | | | | | | | different source frames -- is there a better way?) so that postprocessing can be used afterwards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11630 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-113-46/+55
| | | | | | | | frames in output. this will make it easier for the caller to do timing or framerate regulation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11629 b3059339-0415-0410-9bf9-f77b7e298cf2
* and remove one stupid debug printfrfelker2003-12-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11628 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow for different combing metrics to be selected (not useful yet)rfelker2003-12-112-12/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11627 b3059339-0415-0410-9bf9-f77b7e298cf2
* change some hardcoded thresholds to match results of previous 100l bugfix ↵rfelker2003-12-111-2/+2
| | | | | | (without the 100000000l this time!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11626 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsrfelker2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch from the author, Zoltan Hidvegi:rfelker2003-12-111-1/+4
| | | | | | | | | | | | The filmdint filter does not handle NTSC "telecined" 15fps movies where there is a frame break in the middle of every second NTSC frame, it outputs only 15 frames for every 30 input frames, ignoring the io option. You can notice this during encoding such a sequence you will have lots of diplicate frames / skip frames messages. The patch below fixes this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11624 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.32paszczi2003-12-101-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11623 b3059339-0415-0410-9bf9-f77b7e298cf2
* made MorphZone resources more readablepaszczi2003-12-101-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11622 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bug when bmovl can't read the whole pic at onceattila2003-12-101-1/+17
| | | | | | | patch by Detlev Droege <droege@uni-koblenz.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11621 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch contains bugfixes for the esd audio output driver that Iattila2003-12-101-43/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | uncovered while trying to send sound to a remote esd server over a wireless (11 mbs, just enough to handle to sound) link. First, the sound was full "ticking" sounds. I found a bug that prevented the "send the remainder of this block" code from ever being called - so large chunks of audio were simply being ignored. Fixing this bug removed the "ticking" from audio streams. Fixing this bug, however, uncovered another problem - when the socket buffer was full, doing a blocking write to finish the buffer would take far too long and would turn video into a chunky mess. I'd imagine this blocking write would be fine for an audio-only stream, but it turns out to hold up the video far too much. The solution in this patch is to write as much data as possible to the socket, and then return as soon as possible, reporting the number of bytes actually written accurately back to mplayer. I've tested it on both local and remote esd servers, and it works well. Patch by Benjamin Osheroff <ben@gimbo.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11620 b3059339-0415-0410-9bf9-f77b7e298cf2
* add codecs.conf to the dependency list of codecs.conf.hattila2003-12-101-1/+1
| | | | | | | a good idea from Torinthiel <torinthiel@wp.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11619 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing dotwight2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11618 b3059339-0415-0410-9bf9-f77b7e298cf2
* small word fixespaszczi2003-12-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11617 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.30 and 1.31paszczi2003-12-091-1/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11616 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing <application> tagspaszczi2003-12-091-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-12-098-155/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix one FIXME. Url from a table below.lumag2003-12-091-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11613 b3059339-0415-0410-9bf9-f77b7e298cf2
* dx50 = DX50attila2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync header.lumag2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11611 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixeswight2003-12-091-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11610 b3059339-0415-0410-9bf9-f77b7e298cf2
* using more common function strchr instead indexalex2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11609 b3059339-0415-0410-9bf9-f77b7e298cf2
* hp-ux and amiga sectionsalex2003-12-091-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11608 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to mealex2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copyright and authorship declaration along with an (incomplete) list ofdiego2003-12-091-0/+76
| | | | | | | external code we include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11606 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2003-12-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11605 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2003-12-091-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11604 b3059339-0415-0410-9bf9-f77b7e298cf2
* final releasename :)alex2003-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11603 b3059339-0415-0410-9bf9-f77b7e298cf2
* filmdintalex2003-12-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Yet another inverse telecine filter by Zoltan Hidvegi ↵alex