98 Commits (ef35d13a84976f067cf1e0d03a0d10492021fd57)

Author SHA1 Message Date
Michael Niedermayer 16db358520 const 17 years ago
Kostya Shishkov 63e6c1766c indentation after last commit 17 years ago
Kostya Shishkov dd55d4a315 Make RV10/20 decoder work with new frame format 17 years ago
Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 17 years ago
Reimar Döffinger 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 0d415b2dd7 seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 18 years ago
Michael Niedermayer f457965c20 ignore sub_id 18 years ago
Michael Niedermayer fb3d155c31 big endian fix 18 years ago
Michael Niedermayer 113533a582 support resolution switching, fixes rv20errors.rm 18 years ago
Michael Niedermayer 78a5ec27aa simplify 18 years ago
Michael Niedermayer 6d3124961b fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 18 years ago
Michael Niedermayer c38a29a448 fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) 18 years ago
Michael Niedermayer e2887363e1 fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) 18 years ago
Wolfgang Scherer 60dfd14778 Fix SIGSEGV in rv10-null-pointer-500k.rm. 19 years ago
Michael Niedermayer 37921ffde8 fix "concealing 0 DC, 0 AC, 0 MV errors" bug 19 years ago
Michael Niedermayer 5430b070a8 cleanup picture / debug output code 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 473a200d93 error concealment fix 19 years ago
Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
Michael Niedermayer dee6dde669 avoid unneeded clear_blocks() 20 years ago
Matthieu Castet f9e0f2a206 extract from the subid the options 20 years ago
Michael Niedermayer 9786bd4d94 fixing broken_rv20_1mb_.rm 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 4719d1f381 Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer f6d5112387 fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm 20 years ago
Michael Niedermayer 74679f5c1c another try at fixing rv20 ... 20 years ago
Michael Niedermayer d0271e8a3a rv20 encoding 20 years ago
Michael Niedermayer bc17df09d4 seeking in rm 20 years ago
Michael Niedermayer 18ade9543f rv10 thread safety fix / rv10 ffplay fix 20 years ago
Michael Niedermayer 423962dc01 next try at fixing rv20 decoding 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 9993064eec fixing rv20201002 20 years ago
Michael Niedermayer 35ef76b51c rv20103001 support 20 years ago
Michael Niedermayer 9b434875f1 fix one file, will probably break some others but i cant find any samples which need this ... 20 years ago
Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Michael Niedermayer a3c22fbca6 rv20 (0x20201002) support 21 years ago
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Michael Niedermayer fddae1c30f skip b frames before first i frame 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago