aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
* - 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
* draw_slices with framedrop fixedGravatar arpi2002-04-14
* yuy2 support, fixed bug of dropping frame after config_vo callsGravatar arpi2002-04-13
* export qscale for postprocGravatar arpi2002-04-07
* don't config twiceGravatar arpi2002-04-07
* Bugreports start appearing - no reaction :/Gravatar pl2002-04-05
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma...Gravatar michael2002-04-05
* libavcodec slices supportGravatar arpi2002-04-03
* config vo only if aspect really changed and width&&height isn't changed (if w...Gravatar alex2002-04-01
* Fix aspect info for square pixel.Gravatar atmos42002-03-25
* added aspect ratio support and local ctxGravatar alex2002-03-23
* 10l ;)Gravatar alex2002-03-20
* config vo if resolution changed (after decoded image read the dimensions out ...Gravatar alex2002-03-19
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* common includes moved to private vd_internal.hGravatar arpi2002-03-07
* vd_ffmpeg addedGravatar arpi2002-03-06