summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* RD optimal lambda->qp supportmichael2003-11-121-0/+5
* mencoder lavc audio encoding supportranma2003-11-031-0/+7
* 10lmichael2003-11-031-1/+1
* noise reductionmichael2003-11-021-0/+5
* 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)michael2003-10-231-1/+1
* mpeg4 has only 8bit per numerator and denominator ...michael2003-10-201-1/+4
* sample_aspect_ratiomichael2003-10-201-0/+8
* use lagrange multipler instead of qscalemichael2003-10-071-6/+18
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* mv0michael2003-10-021-0/+5
* rd cbpmichael2003-09-301-0/+5
* fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mith...faust32003-09-191-2/+2
* 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schinde...michael2003-09-111-0/+2
* support for user specified intra/inter matricesalex2003-09-011-0/+63
* switched lavc_param_format to CONF_TYPE_IMGFMTalex2003-09-011-23/+31
* asv2 encodingmichael2003-09-011-0/+8
* mpeg2michael2003-08-251-0/+2
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* mb decision stuffmichael2003-07-291-6/+10
* lossless ff mjpeg encodingmichael2003-06-171-0/+9
* YUV 444 411 410 supportmichael2003-06-141-0/+18
* context model size & coder type options for FFV1michael2003-06-131-0/+10
* FFV1michael2003-06-091-0/+2
* FFASV1michael2003-05-191-0/+11
* optional automatic aspect encoding based on d_width and d_heightrfelker2003-04-261-0/+4
* Fix serious breakage, 10000l !rguyom2003-04-071-3/+5
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".rguyom2003-04-061-1/+16
* lavc 4663 / quantizer biasmichael2003-03-221-1/+12
* per context frame_rate_basemichael2003-03-121-1/+6
* aic & umvmichael2003-03-051-0/+9
* motion estimation range limitmichael2003-02-271-2/+7
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-2/+1
* qpel & pre ME improvementsmichael2003-01-051-0/+13
* motion estimation pre passmichael2003-01-021-0/+5
* lavc 4649michael2003-01-011-1/+6
* trellis quantizationmichael2002-12-311-2/+8
* lavc 4647michael2002-12-281-6/+26
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-4/+4
* mb qp limitsmichael2002-12-181-0/+8
* AVVideoFrame -> AVFramemichael2002-12-091-15/+24
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2002-12-051-0/+4
* PSNRmichael2002-12-041-0/+69
* specific debug output supportmichael2002-12-041-0/+7
* cleanupmichael2002-12-041-75/+1
* support for lavc build 4641michael2002-12-041-11/+13
* aspect ratio clenaupmichael2002-11-201-20/+21
* vstrict is no flagmichael2002-11-141-1/+1
* ffhuffyuvmichael2002-11-141-2/+41
* cleanuprfelker2002-11-021-4/+0
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-021-50/+0
* idct algo selection supportmichael2002-09-291-0/+7
* vcodec=mpeg4 set as defaultarpi2002-09-291-1/+1
* interlaced dctmichael2002-09-261-0/+7
* darkmasking & docsmichael2002-09-241-0/+7
* adaptive quant support ...michael2002-09-231-0/+22
* use avcodec_alloc_context()michael2002-09-191-95/+103
* aspect ratio support by encoding (currently only with mpeg4 and h263p)alex2002-09-131-2/+31
* changing return type of put_image void->intarpi2002-09-101-1/+2
* dct selection supportmichael2002-08-301-1/+10
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+2
* 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
* 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-141-1/+1
* mpeg4 mpeg quantizer encodingmichael2002-08-071-1/+8
* #ifdef'ed divx4 2pass code - idea by Diegoarpi2002-07-081-9/+20
* wmv1michael2002-06-181-0/+10
* single coefficient elimination disabled by defaultmichael2002-06-011-2/+2
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
* 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
* 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
* bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin...arpi2002-04-181-1/+3
* Preliminary support for lavcs b-frame encoding, disabled by default.atmos42002-04-171-0/+3
* disable hq for 1st passarpi2002-04-161-1/+2
* 2-pass qscale fixedarpi2002-04-151-6/+2
* workaround Juanjo's stupid vme changearpi2002-04-141-3/+5
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-1/+1
* vme default changed 3->4arpi2002-04-111-1/+1
* soem fixesarpi2002-04-111-0/+5
* encodersarpi2002-04-101-0/+291