aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
* reget_buffer() supportGravatar rtognimp2003-11-26
* 1l, another version check missing, noted by rgselkGravatar rtognimp2003-11-10
* 1l missing version checkGravatar iive2003-11-10
* Support for paletted codecs in ffmpegGravatar rtognimp2003-11-09
* aspect change does not flush buffersGravatar iive2003-11-08
* If alex is too lazy to apply a patch, then i'll do it :)Gravatar attila2003-11-03
* sample_aspect_ratioGravatar michael2003-10-20
* YUV422P dr1 fixGravatar michael2003-10-09
* many small typo and grammar fixesGravatar gabucino2003-10-04
* pass stream header FCCGravatar michael2003-09-11
* FFASV2Gravatar michael2003-09-01
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* xvmc updatesGravatar iive2003-07-26
* sync to ffmpeg, updates, cleanupsGravatar iive2003-07-21
* width -> frame / field typeGravatar michael2003-07-20
* new ff_draw_horiz_band()Gravatar michael2003-07-17
* quant_store is obsoleteGravatar arpi2003-07-13
* xvmc supportGravatar iive2003-07-01
* oops, forgot thatGravatar alex2003-05-23
* removed obsolete (and currently non-working) scaling functions, after that it...Gravatar alex2003-05-23
* FFASV1Gravatar michael2003-05-19
* passing ImageDesc (stsd) to ffsvq3Gravatar michael2003-05-10
* Made the decoder honor the aspect ratio set by the container (if it was set a...Gravatar mosu2003-05-06
* segfault fixGravatar michael2003-04-26
* fallback to non-dr1 if the codec wants more than 1+2 buffersGravatar michael2003-04-25
* support old libavcodecGravatar michael2003-04-18
* 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