]> git.sesse.net Git - ffmpeg/history - libavcodec/rv10.c
Ministry of English Composition, reporting for duty (and the word is "skipped", not...
[ffmpeg] / libavcodec / rv10.c
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-21 Michael NiedermayerVideo-Galileo_small.rm fix by (matthieu castet # castet...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-05 Michael Niedermayerfixing decoding of http://mplayerhq.hu/~atmos4/ffrv20...
2004-12-13 Michael Niedermayeranother try at fixing rv20 ...
2004-12-07 Michael Niedermayerrv20 encoding
2004-12-06 Michael Niedermayerseeking in rm
2004-12-06 Michael Niedermayerrv10 thread safety fix / rv10 ffplay fix
2004-12-05 Michael Niedermayernext try at fixing rv20 decoding
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-19 Michael Niedermayerfixing rv20201002
2004-11-19 Michael Niedermayerrv20103001 support
2004-08-02 Michael Niedermayerfix one file, will probably break some others but i...
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-04-02 Michael Niedermayerrv20 (0x20201002) support
2004-03-16 Michael Niedermayerinit cleanup
2004-02-29 Michael Niedermayerskip b frames before first i frame
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-02-09 Michael Niedermayerrv10/obmc fixes
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-18 Michael Niedermayerrv20 mv prediction in b frames fix
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-21 Michael Niedermayerrv20 / h263 b frame fix
2003-12-19 Michael Niedermayerfix crash
2003-12-10 Michael Niedermayer10l (uninitialized var ...)
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-04 Michael Niedermayerset has_b_frames correctly, fixes rv20 dr1 with mplayer
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-03 Michael Niedermayercleanup
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayer4th frame type ...
2003-11-30 Michael Niedermayerrv20 sub_id == 0x20200002 support
2003-11-30 Michael Niedermayercleanup
2003-11-30 Michael Niedermayerrv10 fix
2003-11-30 Michael Niedermayerrv20 decoder
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-05-26 James Stembridgeset pix_fmt in rv10 patch by (James Stembridge <jstembr...
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