]> git.sesse.net Git - ffmpeg/history - libavcodec/rv10.c
Spelling and puctuation
[ffmpeg] / libavcodec / rv10.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayerconst
2007-10-21 Kostya Shishkovindentation after last commit
2007-10-21 Kostya ShishkovMake RV10/20 decoder work with new frame format
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-03-11 Reimar DöffingerCheck dimensions to avoid division by zero due to inval...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-30 Michael Niedermayerseems only 3 bits are used for the number of resolution...
2006-09-30 Michael Niedermayerignore sub_id
2006-09-30 Michael Niedermayerbig endian fix
2006-09-30 Michael Niedermayersupport resolution switching, fixes rv20errors.rm
2006-09-29 Michael Niedermayersimplify
2006-09-29 Michael Niedermayerfix rv20 b frames (broke since r5264 Mon Apr 3 07:52...
2006-09-26 Michael Niedermayerfix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
2006-09-26 Michael Niedermayerfix decoding of bastard1.rm (rv ver=0x10003001 ver0...
2006-04-15 Wolfgang SchererFix SIGSEGV in rv10-null-pointer-500k.rm.
2006-04-14 Michael Niedermayerfix "concealing 0 DC, 0 AC, 0 MV errors" bug
2006-03-10 Michael Niedermayercleanup picture / debug output code
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-01 Michael Niedermayererror concealment fix
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-25 Matthieu Castetextract from the subid the options
2005-04-24 Michael Niedermayerfixing broken_rv20_1mb_.rm
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