Mercurial > libavcodec.hg
graph
-
suppressed nasm dependancy - rewrote forward DCT and motion estimation code libavcodec2001-08-15, by glantau
-
fixed last zero mv for field - fixed mismatch handling for intra coefs libavcodec2001-08-11, by glantau
-
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion libavcodec2001-08-11, by glantau
-
return dummy quality to avoid bug in -sameq case - forgot emms in error case libavcodec2001-08-08, by glantau
-
fixed mpeg1 first block bug (pb with black picture optimisation for B frames) libavcodec2001-08-08, by glantau
-
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) libavcodec2001-08-08, by glantau
-
added forgotten emms() - fix various segmentation faults when using mjpeg libavcodec2001-08-08, by glantau
-
fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodec2001-08-07, by glantau
-
permuted coefs in normal IDCT to avoid having different cases there libavcodec2001-08-07, by glantau
-
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodec2001-08-06, by glantau