summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Collapse)AuthorAgeFilesLines
* New plugin to test crop parameters. Arguments are the same as for thekmkaplan2002-07-273-1/+100
| | | | | | | crop plugin. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6821 b3059339-0415-0410-9bf9-f77b7e298cf2
* video eq:arpi2002-07-251-4/+4
| | | | | | | | - ignore case - -100..100 -> -128..128 remapping git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6804 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq range mapping -100..100 => 0..100arpi2002-07-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6803 b3059339-0415-0410-9bf9-f77b7e298cf2
* print warning about unsupported video eq attributesarpi2002-07-251-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6801 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq reworkedalex2002-07-252-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6787 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible 10l bug (vf not initialized yet)alex2002-07-251-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6786 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer reworkedalex2002-07-244-52/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully correct 10l fix for duuno who.atmos42002-07-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6772 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for older xvid versions and IMGFMT_IYUValex2002-07-221-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6768 b3059339-0415-0410-9bf9-f77b7e298cf2
* DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)arpi2002-07-201-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6762 b3059339-0415-0410-9bf9-f77b7e298cf2
* added 'priv' field to mpi - requires for tracking frames with differentarpi2002-07-201-0/+2
| | | | | | | decoding-displaying order (IPB) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add direct rendering method 2albeu2002-07-201-3/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6757 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
* 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
* 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
* 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
* 8 and 16bpp qtrle supportalex2002-07-122-12/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6721 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
* 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
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-105-1/+179
| | | | | | | in xvid it can be used along with divx4. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 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
* 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
* #ifdef'ed divx4 2pass code - idea by Diegoarpi2002-07-081-9/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6674 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv handling simplified (using new mpi fields)alex2002-07-071-12/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6668 b3059339-0415-0410-9bf9-f77b7e298cf2
* support avcontext based quant_store exportalex2002-07-071-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6666 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix by Michael.Lampe@iwr.uni-heidelberg.dearpi2002-07-061-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6657 b3059339-0415-0410-9bf9-f77b7e298cf2
* more scaling algosmichael2002-07-041-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6638 b3059339-0415-0410-9bf9-f77b7e298cf2
* parameter overrides limitarpi2002-06-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6611 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix by Keiki SATOH <kki@wakusei.ne.jp>arpi2002-06-291-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6610 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused math.h, becouse it causes cygwin to gcc segfault - ↵alex2002-06-281-1/+0
| | | | | | found/fixed by Joey Parrish <joey at yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6588 b3059339-0415-0410-9bf9-f77b7e298cf2
* {RGB,BGR}{1,4}michael2002-06-273-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6577 b3059339-0415-0410-9bf9-f77b7e298cf2
* support the 'align16' codec flagarpi2002-06-251-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6567 b3059339-0415-0410-9bf9-f77b7e298cf2
* first try to load linux dlls, if failed and we're supporting win32 dlls, ↵alex2002-06-241-1/+1
| | | | | | then try to load the windows ones git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6545 b3059339-0415-0410-9bf9-f77b7e298cf2
* first try to load linux dlls, if failed and we're supporting win32 dlls, ↵alex2002-06-241-10/+11
| | | | | | then try to load the windows ones git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6544 b3059339-0415-0410-9bf9-f77b7e298cf2
* support dropping some chroma src lines for a bit extra speedmichael2002-06-241-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6543 b3059339-0415-0410-9bf9-f77b7e298cf2
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-237-68/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6540 b3059339-0415-0410-9bf9-f77b7e298cf2
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-6/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6539 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only ↵alex2002-06-231-0/+4
| | | | | | Y-plane and Y-plane is the same for all these formats git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6538 b3059339-0415-0410-9bf9-f77b7e298cf2
* IF09 addedarpi2002-06-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 & y8michael2002-06-231-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6534 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 and if09 supportalex2002-06-235-1/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6526 b3059339-0415-0410-9bf9-f77b7e298cf2
* if09 supportalex2002-06-232-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6525 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 supportalex2002-06-231-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6524 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not crash by decoding erroralex2002-06-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>atmos42002-06-231-67/+215
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6513 b3059339-0415-0410-9bf9-f77b7e298cf2
* use libavcodec's get_bits() code (optional, disabled by default)arpi2002-06-233-19/+45
| | | | | | | | | unfortunatelly it's much slower :( and teh ALT version just sig11s :(( ideas? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6512 b3059339-0415-0410-9bf9-f77b7e298cf2
* use libavcodec's optimized MC functionsarpi2002-06-221-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6511 b3059339-0415-0410-9bf9-f77b7e298cf2
* init libavcodecarpi2002-06-221-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6510 b3059339-0415-0410-9bf9-f77b7e298cf2
* SVQ1 addedarpi2002-06-223-2/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6507 b3059339-0415-0410-9bf9-f77b7e298cf2
* imported from xine, generalized, created header file, all tables moved toarpi2002-06-223-0/+2762
| | | | | | | | | svq1_cb.h (was: svq1_codebooks.h) TODO: use libavcodec's MC and bit parsing routines, maybe VLC too, finally move the whole decoder to libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6506 b3059339-0415-0410-9bf9-f77b7e298cf2
* use built-in yvu9->yv12 code, because it requires all src/dst strides andarpi2002-06-221-4/+20
| | | | | | | | offsets, the params passed to postproc's converter is simply not enough... (temp. solution, waiting for yvu9 support in swscale) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6505 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't require sh->bih (should fix v4l)arpi2002-06-221-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6503 b3059339-0415-0410-9bf9-f77b7e298cf2
* NV12 addedarpi2002-06-222-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6492 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_yvu9 supportalex2002-06-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6488 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 supportalex2002-06-211-3/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6487 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9toyv12 converteralex2002-06-211-0/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6486 b3059339-0415-0410-9bf9-f77b7e298cf2
* report if no palettealex2002-06-211-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6482 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 supportalex2002-06-211-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6481 b3059339-0415-0410-9bf9-f77b7e298cf2
* added yvu9alex2002-06-211-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6479 b3059339-0415-0410-9bf9-f77b7e298cf2
* wmv1michael2002-06-181-0/+10
| | | | | | | grayscale only encoding (forgot to commit that ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6462 b3059339-0415-0410-9bf9-f77b7e298cf2
* higher quality modemichael2002-06-161-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6449 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering (hopefully at least, TFM for the video filters is a bit ↵michael2002-06-161-5/+64
| | | | | | | | | nonexistent or iam just too stupid) ;) uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6448 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio subpacket reordering fixed for odd matrix heightarpi2002-06-141-1/+1
| | | | | | | triggered by cowboy.rm uploaded by Luke Harrison <luke@vv.carleton.ca> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6429 b3059339-0415-0410-9bf9-f77b7e298cf2
* noise generating filtermichael2002-06-143-1/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6425 b3059339-0415-0410-9bf9-f77b7e298cf2
* rounding bugfixmichael2002-06-131-3/+51
| | | | | | | dering filter test patterns git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-132-10/+10
| | | | | | | | | | Better real codec dir detection and NetBSD real support. Fix Nilmonis code, so it's working like expected. Move a debug printf to mp_msg and some fixes in demux_real.c. Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed copyrightarpi2002-06-101-12/+19
| | | | | | | print info about audio codec flavor, name, bitrate git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6381 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD hacknexus2002-06-101-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6378 b3059339-0415-0410-9bf9-f77b7e298cf2
* use path & dllname from configarpi2002-06-101-3/+5
| | | | | | | removed debug printfs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6377 b3059339-0415-0410-9bf9-f77b7e298cf2
* get matrix w*h from the demuxerarpi2002-06-101-30/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6374 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD compi