aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingGravatar michael2003-04-18
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".Gravatar rguyom2003-04-06
* merging fourcc with codec_tagGravatar michael2003-03-08
* 10l to kabi (compile fix, uint8->uint8_t)Gravatar arpi2003-02-11
* I hope this works as expected with old lavc versions. At least it compiles now.Gravatar rfelker2003-01-11
* i hate assertsGravatar arpi2002-12-28
* 5l - fixed asserts... mpi->width is allocated width, not the effective oneGravatar arpi2002-12-28
* 1l (%d->%f), cosmeticsGravatar arpi2002-12-21
* AVVideoFrame -> AVFrameGravatar michael2002-12-09
* ffmpeg cleanup/messup supportGravatar michael2002-12-09
* PSNRGravatar michael2002-12-04
* specific debug output supportGravatar michael2002-12-04
* cleanupGravatar michael2002-12-04
* support for lavc build 4641Gravatar michael2002-12-04
* 10l (broken ffmpeg12)Gravatar michael2002-11-24
* aspect ratio clenaupGravatar michael2002-11-20
* disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )Gravatar michael2002-11-15
* ffhuffyuvGravatar michael2002-11-14
* fixing vd_ffmpeg to handle cleaned-up ffmpegGravatar michael2002-11-08
* fixing vstats so B frames are shown as B and not PGravatar michael2002-11-03
* change qscale type to int8 and fix qscale orderingGravatar michael2002-10-30
* passing picture_type (might be usefull for postprocessing)Gravatar michael2002-10-29
* 1l :)Gravatar arpi2002-10-27
* handle direct rendering buffer allocation failureGravatar michael2002-10-27
* 10l... #ifdef doesn't work for enums :(Gravatar arpi2002-10-24
* #ifdef PIX_FMT_YUV411P...Gravatar arpi2002-10-19
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...Gravatar michael2002-10-14
* new error resilience supportGravatar michael2002-10-13
* 411P added (DV ntsc)Gravatar arpi2002-10-07
* 1l - update len too in sliced modeGravatar arpi2002-10-01
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesGravatar arpi2002-10-01
* rv10 cleanupGravatar michael2002-10-01
* idct algo selection supportGravatar michael2002-09-29
* pass fourcc to lavcGravatar michael2002-09-26
* use avcodec_alloc_context()Gravatar michael2002-09-19
* extended par supportGravatar alex2002-09-13
* fixing mpeg in aviGravatar michael2002-09-06
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* passing extra stuff from real stuff to lavcGravatar michael2002-08-28
* asserts to check buffer size and non overlapingnessGravatar michael2002-08-21
* dynamic libavcodec.so support updated byGravatar arpi2002-08-14
* ver=-1 as defaultGravatar michael2002-08-04
* - some reorder/cleanup of mp_image flagsGravatar arpi2002-08-02
* colorspace part cleanup and support for IMGFMT_422P, _444PGravatar arpi2002-08-02
* compatibility with _OLD_ lavc & uv_stride checkGravatar michael2002-08-02
* 10l to dunnoGravatar atmos42002-07-28
* Fix overall frametime overflow, hopefully long long int is portable. (unteste...Gravatar atmos42002-07-28
* Add type= and fix a minor typing difference from ffmpegGravatar atmos42002-07-28