summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Collapse)AuthorAgeFilesLines
* 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 compile fixnexus2002-06-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6371 b3059339-0415-0410-9bf9-f77b7e298cf2
* yeah, it worx! but needs a big cleanup and removal of hardcoded stuffarpi2002-06-101-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6369 b3059339-0415-0410-9bf9-f77b7e298cf2
* readaudio decoder - not yet workingarpi2002-06-103-1/+197
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6368 b3059339-0415-0410-9bf9-f77b7e298cf2
* freebsd support (hack) by Nexusarpi2002-06-091-26/+20
| | | | | | | (f)printf->mp_msg, also needed to avoid use of stderr... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6362 b3059339-0415-0410-9bf9-f77b7e298cf2
* win32 dll support (non-working)arpi2002-06-091-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6361 b3059339-0415-0410-9bf9-f77b7e298cf2
* grayscale only decoding supportmichael2002-06-091-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6356 b3059339-0415-0410-9bf9-f77b7e298cf2
* very high bitrate (RealOne) support fixedarpi2002-06-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6355 b3059339-0415-0410-9bf9-f77b7e298cf2
* - removed unused function pointersarpi2002-06-091-41/+15
| | | | | | | | - fixed codec id/subid for rv30 (no more hardcoded values) - rv20 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6346 b3059339-0415-0410-9bf9-f77b7e298cf2
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-081-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6344 b3059339-0415-0410-9bf9-f77b7e298cf2
* RealVideo rv30 decoder, using binary driver from realplayer8arpi2002-06-082-1/+214
| | | | | | | | patch by Florian Schneider <flo-mplayer-dev@gmx.net> some cleanup, and transin1{} fix by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6342 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
* test pattern filtermichael2002-06-033-1/+286
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6279 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround bugs & error resilience ffmpeg decoder optionsmichael2002-06-021-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6266 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame=quality:fps args support, small fixes for 0.9.0 apiarpi2002-06-011-8/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6262 b3059339-0415-0410-9bf9-f77b7e298cf2
* use new api of libfame 0.9.0arpi2002-06-011-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6261 b3059339-0415-0410-9bf9-f77b7e298cf2
* single coefficient elimination disabled by defaultmichael2002-06-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6256 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6239 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6235 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6234 b3059339-0415-0410-9bf9-f77b7e298cf2
* grayscaled palette supportarpi2002-05-302-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6233 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6231 b3059339-0415-0410-9bf9-f77b7e298cf2
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
| | | | | | | - uncompressed image lines in .avi files are 4-byte aligned (found by Keve Müller <keve@keve.hu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6230 b3059339-0415-0410-9bf9-f77b7e298cf2
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
| | | | | | | slightly modified version of Michael's ffmpeg-preview-michael-20020529-mplayer.diff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6229 b3059339-0415-0410-9bf9-f77b7e298cf2
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6198 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-254-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6189 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoalex2002-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6187 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6158 b3059339-0415-0410-9bf9-f77b7e298cf2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-207-34/+20
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not pass the flip flag to vo - maybe it support flipping just report no ↵arpi2002-05-201-0/+8
| | | | | | support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6138 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-203-0/+3
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6132 b3059339-0415-0410-9bf9-f77b7e298cf2
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst ↵arpi2002-05-191-0/+5
| | | | | | <nexus@hoth.amu.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6127 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore first 2 framesarpi2002-05-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6119 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixarpi2002-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6118 b3059339-0415-0410-9bf9-f77b7e298cf2
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
| | | | | | | to test DR support but i forgot to remove that later :( 10l is mine... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6106 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for codec selectionalex2002-05-131-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6084 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-132-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6082 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter, to detect best crop sizearpi2002-05-123-1/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6062 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-123-11/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6061 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-0/+1
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* always reser audio input buffer pointerarpi2002-05-123-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6050 b3059339-0415-0410-9bf9-f77b7e298cf2
* FPS autodetection, accept args: quality:fpsarpi2002-05-081-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6020 b3059339-0415-0410-9bf9-f77b7e298cf2
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6004 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvbscale - setup scaling for the DVB cardarpi2002-05-062-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6003 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset default capsarpi2002-05-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6002 b3059339-0415-0410-9bf9-f77b7e298cf2
* passthru mode for filters which don't alter image just config parameters ↵arpi2002-05-061-1/+9
| | | | | | (query_format/control/config) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6001 b3059339-0415-0410-9bf9-f77b7e298cf2
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5985 b3059339-0415-0410-9bf9-f77b7e298cf2
* a hack to make ffmjpeg created files viewable with windows dlls tooalex2002-05-051-4/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5978 b3059339-0415-0410-9bf9-f77b7e298cf2
* msmpeg4v2 -> MP42 mapping, requested by Gabucinoalex2002-05-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5973 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fix for i420/iyuv as suggested by arpirfelker2002-05-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5967 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed raw i420/iyuv to some extent, so that cb/cr channels are norfelker2002-05-031-4/+8
| | | | | | | | longer reversed. this should make it possible for bttv users to play/record video (-tv outfmt=i420) once again without bogus colors. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5954 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5941 b3059339-0415-0410-9bf9-f77b7e298cf2
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5940 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5934 b3059339-0415-0410-9bf9-f77b7e298cf2
*