summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* New features:anders2002-11-121-3/+3
* no need to EnterMovies(), do minimal InitializeQTML onlyarpi2002-11-121-4/+4
* minimalist quicktime video structures headerarpi2002-11-121-0/+755
* qt video dll codecs supportarpi2002-11-124-1/+303
* fixed output bits per samplearpi2002-11-121-10/+24
* dlopen() support for ad and vdalex2002-11-112-0/+81
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+3
* fixing vd_ffmpeg to handle cleaned-up ffmpegmichael2002-11-081-1/+1
* Fix IPB DRalbeu2002-11-071-1/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0614-39/+46
* perspective correcture filtermichael2002-11-053-1/+344
* Fix stereo MACE filesrtognimp2002-11-041-2/+2
* smartblurmichael2002-11-043-1/+265
* ms\0x00\x11 supportalex2002-11-041-2/+4
* qt swot supportalex2002-11-041-2/+3
* MACE fixarpi2002-11-041-0/+12
* shape adaptive blur (slightly slow though)michael2002-11-043-1/+319
* - realaudio ATRC (sony atrac3) codec supportarpi2002-11-041-3/+3
* locale fixnexus2002-11-031-0/+10
* Fixed a bug which would prevent proper parsing of floating pointrguyom2002-11-031-0/+10
* bugfixes :rguyom2002-11-031-192/+192
* fixing vstats so B frames are shown as B and not Pmichael2002-11-031-1/+14
* removed dummy config(), query_format()arpi2002-11-021-16/+0
* - DR supportarpi2002-11-021-22/+28
* cleanupmichael2002-11-022-8/+8
* cleanupmichael2002-11-021-14/+31
* cleanuprfelker2002-11-021-4/+0
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-022-51/+2
* verbose can be negativearpi2002-11-014-9/+4
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-018-0/+27
* cosmetics :)arpi2002-11-011-2/+11
* vf_unsharp: proper rounding & print if sharpening or bluringarpi2002-11-011-4/+7
* boxblur, another useless filtermichael2002-10-313-1/+222
* qtaudio - audio decoder using win32 quicktime 5 dllsarpi2002-10-313-1/+294
* (de)intrleave luma & chroma idependantlymichael2002-10-311-30/+34
* (de)interleave filter (can be used to split/merge an interlaced image so othe...michael2002-10-313-1/+167
* (useless) UV plane swappermichael2002-10-313-1/+109
* per context cpuCaps (idea by kabi)michael2002-10-301-7/+5
* change qscale type to int8 and fix qscale orderingmichael2002-10-302-10/+3
* The default query_format shouldn't accept IMGFMT_MPEGPESalbeu2002-10-301-1/+7
* 10L ! Don't remove the scale filter if we don't added ourselfalbeu2002-10-301-4/+4
* cleanly passing the cpuCapsmichael2002-10-301-2/+8
* Auto insert vf_lavc for the MPEG vo'salbeu2002-10-291-0/+17
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringarpi2002-10-293-1/+330
* cleanupmichael2002-10-291-0/+24
* cosmetics ;)michael2002-10-291-5/+5
* better deblocking filtermichael2002-10-291-2/+3
* cleaned up liblzo detect and namingalex2002-10-291-1/+1
* 10l - fixed wma version misdetectionalex2002-10-291-0/+1
* passing picture_type (might be usefull for postprocessing)michael2002-10-293-0/+23
* fixing segfaultmichael2002-10-291-2/+6
* postprocessing cleanup:michael2002-10-281-9/+54
* config_vo error handlingarpi2002-10-282-2/+2
* pass extradata to the codecarpi2002-10-281-5/+24
* 1l :)arpi2002-10-271-0/+4
* handle direct rendering buffer allocation failuremichael2002-10-271-1/+14
* 2xSai filter... just for fun, imho uselessarpi2002-10-253-1/+367
* debug izearpi2002-10-251-1/+3
* 10l... #ifdef doesn't work for enums :(arpi2002-10-241-1/+1
* updated commentsarpi2002-10-241-17/+20
* 100l - Michael is right, we don't need le2me herearpi2002-10-241-1/+1
* 10larpi2002-10-231-1/+2
* fixed unaligned access (bus error on sparc)arpi2002-10-231-2/+3
* automatic rotation for mode 4..7, based onarpi2002-10-231-1/+7
* time.h required for select()arpi2002-10-231-0/+1
* -vop bmovl - BitMap OVerLay videofilter for MPlayerarpi2002-10-233-1/+444
* - using avcodec_alloc_context()arpi2002-10-221-4/+5
* compiler warning fixes by Dominikarpi2002-10-221-1/+1
* task donealex2002-10-191-2/+0
* using sh->context for private dataalex2002-10-191-16/+37
* support to use minilzo lib alternativelyalex2002-10-193-7/+7
* bypass palette from bih, when codec cannot give it in o_biharpi2002-10-191-5/+8
* #ifdef PIX_FMT_YUV411P...arpi2002-10-191-0/+2
* exporting palette for 4/8bpp modesarpi2002-10-171-0/+30
* fixing palette exportarpi2002-10-171-1/+8
* rgb1/rgb4 supportarpi2002-10-171-1/+15
* 10l bug, found by valgrind :)arpi2002-10-161-1/+2
* 10l. use mpcodecs_draw_slice, instead of libvo directlyarpi2002-10-161-3/+2
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpparpi2002-10-163-1/+188
* set up ss_div/ss_mul properly, accept 'alaw' fourcc tooarpi2002-10-161-1/+3
* tell the codec wrapper the codec path (fixes realaudio Sipr)arpi2002-10-161-3/+13
* MSGL_DBG2 -> MSGL_INFOattila2002-10-141-1/+1
* printf -> mp_msgattila2002-10-141-3/+4
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...michael2002-10-141-0/+8
* compiler warning fixesarpi2002-10-133-2/+4
* liblzo realtime video codec support (decoding only)arpi2002-10-133-0/+156
* make local stuff 'static', complete uninitarpi2002-10-131-8/+9
* new error resilience supportmichael2002-10-131-3/+14
* yuy2 output supportmichael2002-10-131-1/+2
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-092-4/+7
* VFCAP_DRAW_SLICE addedarpi2002-10-091-1/+3
* 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
*