summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* parse samplerate & channels from LPCM headerarpi2002-10-081-5/+17
* reset channels tooarpi2002-10-081-0/+1
* 411P added (DV ntsc)arpi2002-10-071-0/+1
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.arpi2002-10-071-1/+1
* I think libfaad2 changed recently. The functions faacDecInit() andarpi2002-10-071-1/+2
* I found that default isn't optimal so it's changed a bit. :)arpi2002-10-061-1/+1
* Adding -format and -af switchesanders2002-10-061-2/+2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-052-3/+140
* renamed to LUT-based sw. eq.alex2002-10-041-2/+2
* 1l - update len too in sliced modearpi2002-10-011-0/+1
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesarpi2002-10-011-12/+17
* rv10 cleanupmichael2002-10-011-3/+42
* idct algo selection supportmichael2002-09-292-1/+15
* removed obsolote func, some cosmetics of AUDIO: msgarpi2002-09-291-38/+2
* warning fixesarpi2002-09-295-8/+8
* vcodec=mpeg4 set as defaultarpi2002-09-291-1/+1
* -ac/-afm rewrite, now works the same way as -vc/-vfmarpi2002-09-282-17/+99
* decoder merged, using mpi now. support for stride, and outfmt 411p,422parpi2002-09-271-15/+88
* some cleanuparpi2002-09-271-79/+28
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-273-1/+239
* pass fourcc to lavcmichael2002-09-261-0/+3
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-262-11/+26
* interlaced dctmichael2002-09-261-0/+7
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-254-0/+71
* darkmasking & docsmichael2002-09-241-0/+7
* adaptive quant support ...michael2002-09-231-0/+22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-227-19/+14
* wine headers cleanuparpi2002-09-223-13/+8
* declarations moved to *.c filesarpi2002-09-223-14/+9
* use img_format.h instead of wine/mmioFOURCC hackarpi2002-09-221-7/+7
* we don't need the 0x1FF hack any morearpi2002-09-212-3/+3
* Use string selection to choose modekmkaplan2002-09-211-5/+16
* Support for XviD encodingkmkaplan2002-09-213-1/+379
* This patch allows you to use fractional values for specifying a zoom.arpi2002-09-201-1/+1
* 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 formatsalex