summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi...reimar2005-05-091-6/+1
* Add border masking support for lavcgpoirier2005-05-081-0/+7
* ljpeg codec needs YUVJ colorspace, tooreimar2005-05-081-1/+2
* LIBAVCODEC_BUILD >= 4754michael2005-04-301-0/+4
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* 100l to michael :))))rfelker2005-02-241-2/+2
* Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessaryreimar2005-02-231-0/+4
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-1/+1
* change malloc and free to av_ variants where needed.reimar2005-01-081-23/+10
* suppress dummy frames due to B-frame delay.lorenm2004-12-011-5/+21
* new lavc codec: ffvhufflorenm2004-11-281-1/+4
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...rfelker2004-10-181-1/+2
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodinggpoirier2004-09-191-0/+26
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...michael2004-09-181-9/+14
* support snowalex2004-08-211-0/+2
* more precise wordingdiego2004-08-091-1/+1
* mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosi...michael2004-07-201-0/+2
* dc=11 fixedmichael2004-07-061-1/+1
* dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)michael2004-07-061-0/+14
* multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot e...michael2004-07-061-0/+7
* nsse weightmichael2004-06-071-0/+5
* Use aspect from encoder for AVI vprp headerranma2004-03-241-1/+3
* bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2004-02-071-0/+3
* quantizer noise shapingmichael2004-02-021-0/+5
* ildctcmp, VSAD, VSSEmichael2004-01-051-0/+9
* vismv, alt, ilme optionsmichael2003-12-301-0/+10
* scenechange_threshold command line option patch by (Balatoni Denes <pnis at c...michael2003-12-281-0/+5
* better top_field_first behaviour (mostly what rich suggested)michael2003-12-221-4/+8
* using top_field_first from mpi, and support overriding itmichael2003-12-221-0/+36
* 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