summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* use avcodec_alloc_context()michael2002-09-192-96/+108
* standard GSM support for .mov filesarpi2002-09-151-2/+14
* This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.arpi2002-09-151-6/+6
* 10l bug - 'len' was handled wrong.arpi2002-09-151-2/+2
* out formats reordered, quality orderarpi2002-09-151-10/+12
* unused, replaced by vd_msrle.carpi2002-09-151-78/+0
* - fixed some bugs in RLE decoderarpi2002-09-151-52/+39
* query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>alex2002-09-131-111/+85
* fixed to comply with new loaderalex2002-09-133-7/+9
* aspect ratio support by encoding (currently only with mpeg4 and h263p)alex2002-09-131-2/+31
* extended par supportalex2002-09-131-2/+13
* removed unused code. fixed yv12+debug-mode sig11alex2002-09-131-27/+3
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>arpi2002-09-103-1/+198
* changing return type of put_image void->intarpi2002-09-1029-62/+69
* TGA images (-mf on:type=tga) supportarpi2002-09-103-1/+277
* - some cleanup, unused code removedarpi2002-09-101-103/+81
* yuv422planar->yuy2 supportarpi2002-09-091-1/+6
* 10lalex2002-09-091-8/+8
* Code to XviD VBR Library from transcode.kmkaplan2002-09-091-0/+91
* fixing mpeg in avimichael2002-09-061-0/+4
* removed xacodec_driver, using sh->context instead, removed xacodec_image, usi...alex2002-09-061-400/+327
* merged xacodec.c and vd_xanim.calex2002-09-051-2/+881
* 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)arpi2002-09-041-1/+3
* NULL->0 (warning fix)arpi2002-09-041-2/+2
* enabled csp-query support, but only for formats with 'query' flag setarpi2002-09-031-1/+3
* pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)arpi2002-09-031-0/+1
* - vfwex redundancy removedarpi2002-09-032-358/+33
* bgr8 palette fixedarpi2002-09-031-1/+2
* fixed some problems with colorspace/init order, some cleanuparpi2002-09-031-116/+62
* VDCTRL_QUERY_FORMAT isn't required for constant csp supportarpi2002-09-021-7/+0
* correct palette handling and query_format support (now huffyuv, cram and mwv1...alex2002-09-022-90/+228
* fixed uninit orderarpi2002-09-011-4/+5
* FreeBSD fixnexus2002-09-011-0/+1
* merged with dll_init.calex2002-09-011-5/+174
* 10lalex2002-09-012-6/+0
* merged with dll_initalex2002-09-012-32/+434
* merged with dll_init.c, moved some variables from sh_audio to private structalex2002-09-011-16/+178
* added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlibalex2002-09-014-188/+742
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-015-5/+5
* some messages added/changedarpi2002-08-311-1/+2
* 100l... sh->vcodec may be changed by mpvdec->decode()arpi2002-08-311-1/+2
* made compatible to LCLalex2002-08-311-10/+59
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-3119-19/+55
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-3054-64/+15
* 2*10l to mearpi2002-08-302-2/+2
* vfwex separated from vfw, to work with new vfm system and dlopenarpi2002-08-303-21/+95
* sync driver names with codec-cfgarpi2002-08-305-10/+10
* renamed codecsarpi2002-08-301-2/+2
* renamed to match driver family namearpi2002-08-304-0/+0
* renamed to ad_mp3lib.carpi2002-08-301-0/+0
* align fix - Björn Sandell <biorn@dce.chalmers.se>arpi2002-08-301-1/+1
* added bgr support and support for forcing output formatalex2002-08-301-19/+62
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-303-1/+203
* dct selection supportmichael2002-08-301-1/+10
* mostly compiler warning fixes, some small bugfixarpi2002-08-2815-11/+34
* passing extra stuff from real stuff to lavcmichael2002-08-281-0/+10
* 10l fixalex2002-08-281-1/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-282-4/+2
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-281-1/+1
* 'sipr' descrambling implemented, at least for 16*6 matrixarpi2002-08-271-4/+35
* removed unused codealex2002-08-271-32/+0
* SetDLLAccessPath isn't used. Patch by Andres Hess <jaska@gmx.net>alex2002-08-271-3/+3
* fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox d...michael2002-08-251-1/+1
* 10lmichael2002-08-251-4/+7
* support for the new ratecontrol codemichael2002-08-251-10/+130
* support for 'sipr' codec - descrambling/reorder not yet fixed.arpi2002-08-251-1/+10
* some newer rv20 variants also uses custommsg 0x24 to set codec subtypearpi2002-08-241-1/+1
* uses new dp_hdr_t packet structurearpi2002-08-241-7/+18
* optimizationmichael2002-08-231-21/+23
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
* - functions inside of functions are invalid in icc. replaced with #define'sarpi2002-08-221-8/+8
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
* soft video equalizer filter, currently supports brightness andrfelker2002-08-213-1/+157
* allocating large enough buffer, fixes green stuff on top for encoding of heig...michael2002-08-211-1/+5
* asserts to check buffer size and non overlapingnessmichael2002-08-211-0/+15
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
* same behavior for luma & chroma single coeff eliminationmichael2002-08-181-1/+1
* skip blocks with small chroma dc supportmichael2002-08-171-1/+1
* dynamic libavcodec.so support updated byarpi2002-08-145-5/+5
* arpi told me ...jaf2002-08-141-2/+2
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
* messages moved from vf.c and vd.cjaf2002-08-132-13/+10
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ...michael2002-08-131-10/+33
* messages moved from dec_??d?o.cjaf2002-08-132-14/+14
* mmx optimized avg/film noisemichael2002-08-111-2/+46
* optimizationmichael2002-08-111-4/+4
* film/average noise cleanupmichael2002-08-111-6/+5
* film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi...michael2002-08-111-7/+55
* oops forgot to commit thatmichael2002-08-111-2/+1
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-0/+1
* mpeg4 mpeg quantizer encodingmichael2002-08-071-1/+8
* native DV audio/video decoders using libdvarpi2002-08-055-2/+213
* compilation bug found by Julien Portalier <julien@portalier.com>arpi2002-08-051-0/+2
* warning fixarpi2002-08-051-1/+1
* ver=-1 as defaultmichael2002-08-041-1/+1
* support for packetized aac streams (used in .mp4 files)arpi2002-08-041-6/+21
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-043-46/+127
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-041-0/+1
* imho swscale also likes aligned stride :)arpi2002-08-021-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-024-23/+59
* colorspace part cleanup and support for IMGFMT_422P, _444Parpi2002-08-021-27/+29
* added new formats: 444p,422p, 411parpi2002-08-021-0/+3
* compatibility with _OLD_ lavc & uv_stride checkmichael2002-08-021-2/+14
* planar yuv 444 422 411 supportmichael2002-08-014-0/+38
* - yuv422 disabled (no IMGFMT for _planar_ 422)arpi2002-07-311-37/+13
* new filter to use libavcodec's deinterlacerarpi2002-07-313-1/+223
* vd_vfw.carpi2002-07-301-1/+0
* added missing formats :)rfelker2002-07-291-0/+4
* 10l to dunnoatmos42002-07-281-1/+4
* Fix overall frametime overflow, hopefully long long int is portable. (unteste...atmos42002-07-281-1/+1
* Add type= and fix a minor typing difference from ffmpegatmos42002-07-281-3/+2
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-283-20/+24
* Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specif...atmos42002-07-281-0/+41
* New plugin to test crop parameters. Arguments are the same as for thekmkaplan2002-07-273-1/+100
* video eq:arpi2002-07-251-4/+4
* eq range mapping -100..100 => 0..100arpi2002-07-251-1/+1
* print warning about unsupported video eq attributesarpi2002-07-251-1/+4
* eq reworkedalex2002-07-252-7/+13
* fixed possible 10l bug (vf not initialized yet)alex2002-07-251-2/+6
* equalizer reworkedalex2002-07-244-52/+48
* 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
*