aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specif...Gravatar atmos42002-07-28
* Hopefully correct 10l fix for duuno who.Gravatar atmos42002-07-23
* fallback to slices, if dr1 fails (bug found by kabi)Gravatar michael2002-07-16
* 10l y422p -> y420pGravatar michael2002-07-16
* 10l (init flags after init ...)Gravatar michael2002-07-16
* svq1 direct renderingGravatar michael2002-07-15
* imgtype IP supportGravatar michael2002-07-15
* 10lGravatar michael2002-07-15
* dont depend upon vo_directrenderingGravatar michael2002-07-14
* fixing fixmesGravatar michael2002-07-14
* direct rendering method 1 (disabled currently as its not bugfree / finished y...Gravatar michael2002-07-14
* Don't call libvo draw slice directlyGravatar albeu2002-07-11
* Support for yuv410p as needed by ffsvq1.Gravatar atmos42002-07-09
* support avcontext based quant_store exportGravatar alex2002-07-07
* grayscale only decoding supportGravatar michael2002-06-09
* workaround bugs & error resilience ffmpeg decoder optionsGravatar michael2002-06-02
* 10lGravatar alex2002-05-02
* avid mjpeg support (external huffman table)Gravatar alex2002-05-02
* support hurryup flag (-(hard)framedrop)Gravatar arpi2002-04-27
* Hopefully fix ffmpeg12 aspect.Gravatar atmos42002-04-24
* accept I420/IYUV in query_formatGravatar arpi2002-04-19