]> git.sesse.net Git - ffmpeg/history - libavcodec/rv10.c
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead...
[ffmpeg] / libavcodec / rv10.c
2003-03-06 Michael Niedermayerper file doxy
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayercleanup
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-01 Michael Niedermayerrv10 cleanup (de)muxer still needs to be cleaned up...
2002-09-30 Michael Niedermayerfixing rv10, this isnt the cleanest solution (parsing...
2002-09-05 Michael Niedermayerfixing rv10 encoding (ffmpeg can at least decode its...
2002-09-03 Michael Niedermayerfixing segfault
2002-08-28 Michael Niedermayeruse extradata for h263_long_vector mode detection
2002-08-28 Michael Niedermayerworking around undefined behavior of get-vlc if the...
2002-08-28 Michael Niedermayerfixes rv10 decoding crash
2002-07-16 Michael Niedermayerdr1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-13 Michael Niedermayerget_vlc -> get_vlc2
2002-06-01 Michael Niedermayerbugfix
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2001-08-12 Fabrice Bellardmoved matrix init away from MPV_common_init()
2001-07-22 Fabrice BellardInitial revision