• Loic Le Loarer's avatar
    INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org) · 6fbcaaa0
    Loic Le Loarer authored
    This patch adds the support for INTRA PCM macroblocks in CAVLC and CABAC
    mode, the deblocking needed a small modification and so did the
    intra4x4_pred_mode prediction.
    
    With this patch, the 5 streams of the conformance suite containing INTRA
    PCM macroblocks now decode entirely, 4 are completely corrects, 1 is
    incorrect since the first B slice because of deblocking in B slice not
    yet implemented.
    
    The code is not optimized for speed, it is not necessary IPCM
    macroblocks are rare, but it could be optimized for code size, if
    someone want to do this, feel free.
    
    Originally committed as revision 3941 to svn://svn.ffmpeg.org/ffmpeg/trunk
    6fbcaaa0
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavformat Loading commit data...
postproc Loading commit data...
tests Loading commit data...
vhook Loading commit data...
.cvsignore Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
Makefile Loading commit data...
README Loading commit data...
berrno.h Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
configure Loading commit data...
cws2fws.c Loading commit data...
cygwin_inttypes.h Loading commit data...
ffinstall.nsi Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
output_example.c Loading commit data...
qt-faststart.c Loading commit data...
xvmc_render.h Loading commit data...