summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Hopefully correct 10l fix for duuno who.atmos42002-07-231-1/+1
* support for older xvid versions and IMGFMT_IYUValex2002-07-221-4/+9
* DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)arpi2002-07-201-1/+3
* added 'priv' field to mpi - requires for tracking frames with differentarpi2002-07-201-0/+2
* Add direct rendering method 2albeu2002-07-201-3/+37
* Put back the ordering of the if as requested by Arpi.kmkaplan2002-07-181-2/+6
* Round height or width to valid values when doing automatic calculation.kmkaplan2002-07-181-2/+18
* Avoid ulong typedef clash and replace if by unsigned long, patch by Joey Parr...atmos42002-07-172-24/+20
* fallback to slices, if dr1 fails (bug found by kabi)michael2002-07-161-1/+3
* 10l y422p -> y420pmichael2002-07-161-5/+32
* 10l (init flags after init ...)michael2002-07-161-13/+25
* svq1 direct renderingmichael2002-07-151-4/+7
* imgtype IP supportmichael2002-07-151-7/+14
* 10lmichael2002-07-151-1/+3
* dont depend upon vo_directrenderingmichael2002-07-141-3/+1
* fixing fixmesmichael2002-07-141-8/+23
* direct rendering method 1 (disabled currently as its not bugfree / finished y...michael2002-07-141-36/+99
* 8 and 16bpp qtrle supportalex2002-07-122-12/+242
* ad_dk4adpcm is done by ima_adpcm (obsoleted)atmos42002-07-122-68/+1
* Don't call libvo draw slice directlyalbeu2002-07-111-6/+4
* Add draw slice for the codecsalbeu2002-07-112-0/+7
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-115-9/+35
* better support for rgb/bgr formatsalex2002-07-111-6/+10
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-105-1/+179
* Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).atmos42002-07-091-1/+1
* Support for yuv410p as needed by ffsvq1.atmos42002-07-091-0/+9
* #ifdef'ed divx4 2pass code - idea by Diegoarpi2002-07-081-9/+20
* yuv handling simplified (using new mpi fields)alex2002-07-071-12/+5
* support avcontext based quant_store exportalex2002-07-071-1/+9
* bugfix by Michael.Lampe@iwr.uni-heidelberg.dearpi2002-07-061-1/+2
* more scaling algosmichael2002-07-041-2/+16
* parameter overrides limitarpi2002-06-291-0/+1
* bugfix by Keiki SATOH <kki@wakusei.ne.jp>arpi2002-06-291-1/+12
* removed unused math.h, becouse it causes cygwin to gcc segfault - found/fixed...alex2002-06-281-1/+0
* {RGB,BGR}{1,4}michael2002-06-273-0/+10
* support the 'align16' codec flagarpi2002-06-251-0/+12
* first try to load linux dlls, if failed and we're supporting win32 dlls, then...alex2002-06-241-1/+1
* first try to load linux dlls, if failed and we're supporting win32 dlls, then...alex2002-06-241-10/+11
* support dropping some chroma src lines for a bit extra speedmichael2002-06-241-4/+12
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-237-68/+39
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-6/+35
* yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane...alex2002-06-231-0/+4
* IF09 addedarpi2002-06-231-0/+2
* yvu9 & y8michael2002-06-231-2/+7
* yvu9 and if09 supportalex2002-06-235-1/+32
* if09 supportalex2002-06-232-7/+12
* yvu9 supportalex2002-06-231-4/+5
* do not crash by decoding erroralex2002-06-231-0/+2
* Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>atmos42002-06-231-67/+215
* use libavcodec's get_bits() code (optional, disabled by default)arpi2002-06-233-19/+45
* use libavcodec's optimized MC functionsarpi2002-06-221-0/+16
* init libavcodecarpi2002-06-221-0/+11
* SVQ1 addedarpi2002-06-223-2/+71
* imported from xine, generalized, created header file, all tables moved toarpi2002-06-223-0/+2762
* use built-in yvu9->yv12 code, because it requires all src/dst strides andarpi2002-06-221-4/+20
* don't require sh->bih (should fix v4l)arpi2002-06-221-5/+4
* NV12 addedarpi2002-06-222-0/+2
* vf_yvu9 supportalex2002-06-211-1/+1
* yvu9 supportalex2002-06-211-3/+17
* yvu9toyv12 converteralex2002-06-211-0/+71
* report if no palettealex2002-06-211-0/+6
* yvu9 supportalex2002-06-211-0/+7
* added yvu9alex2002-06-211-0/+6
* wmv1michael2002-06-181-0/+10
* higher quality modemichael2002-06-161-4/+6
* direct rendering (hopefully at least, TFM for the video filters is a bit none...michael2002-06-161-5/+64
* audio subpacket reordering fixed for odd matrix heightarpi2002-06-141-1/+1
* noise generating filtermichael2002-06-143-1/+299
* rounding bugfixmichael2002-06-131-3/+51
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-132-10/+10
* fixed copyrightarpi2002-06-101-12/+19
* FreeBSD hacknexus2002-06-101-0/+3
* use path & dllname from configarpi2002-06-101-3/+5
* get matrix w*h from the demuxerarpi2002-06-101-30/+26
* FreeBSD compile fixnexus2002-06-101-0/+2
* yeah, it worx! but needs a big cleanup and removal of hardcoded stuffarpi2002-06-101-5/+16
* readaudio decoder - not yet workingarpi2002-06-103-1/+197
* freebsd support (hack) by Nexusarpi2002-06-091-26/+20
* win32 dll support (non-working)arpi2002-06-091-0/+28
* grayscale only decoding supportmichael2002-06-091-0/+7
* very high bitrate (RealOne) support fixedarpi2002-06-091-1/+1
* - removed unused function pointersarpi2002-06-091-41/+15
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-081-0/+4
* RealVideo rv30 decoder, using binary driver from realplayer8arpi2002-06-082-1/+214
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-2/+2
* test pattern filtermichael2002-06-033-1/+286
* workaround bugs & error resilience ffmpeg decoder optionsmichael2002-06-021-2/+19
* fame=quality:fps args support, small fixes for 0.9.0 apiarpi2002-06-011-8/+26
* use new api of libfame 0.9.0arpi2002-06-011-3/+9
* single coefficient elimination disabled by defaultmichael2002-06-011-2/+2
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
* grayscaled palette supportarpi2002-05-302-1/+11
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-254-4/+8
* typoalex2002-05-251-1/+1
* 10lalex2002-05-231-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-207-34/+20
* do not pass the flip flag to vo - maybe it support flipping just report no su...arpi2002-05-201-0/+8
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-203-0/+3
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@h...arpi2002-05-191-0/+5
* ignore first 2 framesarpi2002-05-181-1/+5
* small fixarpi2002-05-181-1/+1
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
* added support for codec selectionalex2002-05-131-1/+17
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-132-0/+10
* new filter, to detect best crop sizearpi2002-05-123-1/+138
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-123-11/+30
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...arpi2002-05-121-0/+1
* always reser audio input buffer pointerarpi2002-05-123-6/+3
* FPS autodetection, accept args: quality:fpsarpi2002-05-081-4/+30
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
* dvbscale - setup scaling for the DVB cardarpi2002-05-062-1/+49
* reset default capsarpi2002-05-061-0/+1
* passthru mode for filters which don't alter image just config parameters (que...arpi2002-05-061-1/+9
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
* a hack to make ffmjpeg created files viewable with windows dlls tooalex2002-05-051-4/+17
* msmpeg4v2 -> MP42 mapping, requested by Gabucinoalex2002-05-041-0/+2
* better fix for i420/iyuv as suggested by arpirfelker2002-05-041-1/+1
* fixed raw i420/iyuv to some extent, so that cb/cr channels are norfelker2002-05-031-4/+8
* 10lalex2002-05-021-1/+1
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
* printf to mp_msgalbeu2002-05-021-2/+2
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-012-16/+11
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
* 8bpp raw avi supportarpi2002-04-291-0/+5
* Uncompressed avi files are stored upside down.ksorim2002-04-291-1/+1
* 1000larpi2002-04-281-1/+1
* 10larpi2002-04-282-2/+3
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
* 10larpi2002-04-271-0/+2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-273-1/+150
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
* divx5.1 features addedarpi2002-04-271-0/+22
* osd crash fixedarpi2002-04-261-0/+1
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-262-1/+9
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-0/+2
* Hopefully fix ffmpeg12 aspect.atmos42002-04-241-1/+0
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t...arpi2002-04-221-0/+1
* hq mode in first pass should work (as bad, ehh as well as LQ)michael2002-04-221-2/+7
* support for new stuff (lavc internal 2pass, ...)michael2002-04-211-0/+22
* Added uninitalbeu2002-04-211-8/+14
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-213-1/+140
* 10l, >1bpp modes fixed..., x<->y swappedarpi2002-04-211-17/+12
* export palette for rgb8/bgr8arpi2002-04-211-0/+5
* Complement existing filters - rotate and flip.eyck2002-04-213-1/+96
* filters uninitarpi2002-04-204-0/+28
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
* debug linearpi2002-04-191-0/+1
* accept I420/IYUV in query_formatarpi2002-04-191-0/+2
* flipped rgb fixedarpi2002-04-191-1/+2
* rotation/mirror filterarpi2002-04-193-1/+111
* 10larpi2002-04-181-2/+1
* don't allow invalid parametersarpi2002-04-181-5/+2
* fixed block artefacts and speedup at the same timeiive2002-04-181-2/+7
* bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin...arpi2002-04-181-1/+3
* slices+field pictures fixed, initial sig11 workaroundarpi2002-04-181-1/+19
* IMGTYPE_IPB not yet supported :(arpi2002-04-171-0/+1
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-7/+40
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
* 10larpi2002-04-171-2/+2
* mpi clear funcarpi2002-04-172-15/+38
* Preliminary support for lavcs b-frame encoding, disabled by default.atmos42002-04-171-0/+3
* disable hq for 1st passarpi2002-04-161-1/+2
* (buggy) osd support, disabled for now, mencoder needs fixes to compilearpi2002-04-161-4/+125
* OSD handled by vf control()arpi2002-04-153-3/+9
* 2-pass qscale fixedarpi2002-04-151-6/+2
* workaround Juanjo's stupid vme changearpi2002-04-141-3/+5
* fame doesn't accept stridearpi2002-04-141-1/+1
*