]> git.sesse.net Git - ffmpeg/history - libavcodec/error_resilience.c
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)
[ffmpeg] / libavcodec / error_resilience.c
2004-06-26 Michael Niedermayersupport skiping of mb rows during decoding
2004-04-22 Michael Niedermayer10l (segfault fix)
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-02-23 Michael Niedermayermultithreaded mpeg2 decoding
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-08 Michael Niedermayermemleak fix
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-28 Michael Niedermayer10l (segfault fix)
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-08-24 Fabrice Bellardavoid warning
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-26 Ivan Kalvachevinitial XvMC support
2003-05-27 Michael Niedermayermotion vector vissualization for mpeg1/2
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-10 Michael Niedermayerfixing slice decoding, dunno why the regression tests...
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-04 Michael Niedermayeruse spatial error concealment if we dont have a previou...
2002-12-04 Michael Niedermayercleanup
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...