summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv10.c
Commit message (Collapse)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems only 3 bits are used for the number of resolutions, some rv30 files ↵Michael Niedermayer2006-09-301-1/+1
| | | | | | have this set to 10 even though there are just 2 resolutions in the extradata Originally committed as revision 6395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore sub_idMichael Niedermayer2006-09-301-0/+1
| | | | Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixMichael Niedermayer2006-09-301-1/+1
| | | | Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support resolution switching, fixes rv20errors.rmMichael Niedermayer2006-09-301-5/+21
| | | | Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-09-291-4/+2
| | | | Originally committed as revision 6389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ↵Michael Niedermayer2006-09-291-0/+1
| | | | | | ff_mpeg4_set_direct_mv) Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-261-1/+1
| | | | Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)Michael Niedermayer2006-09-261-3/+4
| | | | Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-151-1/+1
| | | | | | patch by Wolfgang Scherer, Wolfgang__ . __Scherer__ @ __gmx__ . __de Originally committed as revision 5293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "concealing 0 DC, 0 AC, 0 MV errors" bugMichael Niedermayer2006-04-141-2/+2
| | | | Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup picture / debug output codeMichael Niedermayer2006-03-101-7/+8
| | | | Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-5/+5
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-10/+10
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-38/+38
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment fixMichael Niedermayer2005-09-011-5/+13
| | | | Originally committed as revision 4543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-3/+3
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-1/+0
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract from the subid the optionsMatthieu Castet2005-04-251-5/+7
| | | | | | | instead of doing a case where we should add lot's of versions. patch by (matthieu castet {castet.matthieu free fr) Originally committed as revision 4156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-241-8/+10
| | | | Originally committed as revision 4155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-241-2/+2
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)Michael Niedermayer2005-04-211-0/+1
| | | | Originally committed as revision 4149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-1/+1
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rmMichael Niedermayer2005-01-051-2/+2
| | | | Originally committed as revision 3808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another try at fixing rv20 ...Michael Niedermayer2004-12-131-13/+6
| | | | Originally committed as revision 3749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-071-0/+29
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rmMichael Niedermayer2004-12-061-5/+14
| | | | Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-061-3/+4
| | | | Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next try at fixing rv20 decodingMichael Niedermayer2004-12-051-11/+25
| | | | Originally committed as revision 3728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-271-2/+2
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv20201002Michael Niedermayer2004-11-191-6/+10
| | | | Originally committed as revision 3694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20103001 supportMichael Niedermayer2004-11-191-0/+10
| | | | Originally committed as revision 3692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix one file, will probably break some others but i cant find any samples ↵Michael Niedermayer2004-08-021-1/+1
| | | | | | which need this ... Originally committed as revision 3371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-251-7/+1
| | | | Originally committed as revision 3156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-211-3/+0
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-10/+2
| | | | | | minor +-1 bugfix Originally committed as revision 3016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (0x20201002) supportMichael Niedermayer2004-04-021-2/+10
| | | | Originally committed as revision 2948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-161-2/+2
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip b frames before first i frameMichael Niedermayer2004-02-291-0/+5
| | | | Originally committed as revision 2829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer2004-02-221-1/+1
| | | | | | 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 Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10/obmc fixesMichael Niedermayer2004-02-091-2/+9
| | | | Originally committed as revision 2768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-2/+0
| | | | | | and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 mv prediction in b frames fixMichael Niedermayer2004-01-181-3/+8
| | | | Originally committed as revision 2712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright year update of the files i touched and remembered, things look ↵Michael Niedermayer2004-01-101-0/+1
| | | | | | annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-301-2/+2
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 / h263 b frame fixMichael Niedermayer2003-12-211-3/+11
| | | | Originally committed as revision 2628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crashMichael Niedermayer2003-12-191-2/+2
| | | | Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (uninitialized var ...)Michael Niedermayer2003-12-101-1/+1
| | | | Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud