summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
Commit message (Collapse)AuthorAge
* spelling cosmeticsDiego Biurrun2008-10-02
| | | | Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
| | | | | | CONFIG_FOO_ENCODER conditionals where appropriate. Originally committed as revision 15174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
| | | | | | throughout libavcodec. Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation after last commitKostya Shishkov2007-10-21
| | | | Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-21
| | | | Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-11
| | | | | | Partially fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=773. Originally committed as revision 8321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | 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-30
| | | | | | 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-30
| | | | Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support resolution switching, fixes rv20errors.rmMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-09-29
| | | | 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-29
| | | | | | 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-26
| | | | 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-26
| | | | Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-15
| | | | | | 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-14
| | | | Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup picture / debug output codeMichael Niedermayer2006-03-10
| | | | Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | 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-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment fixMichael Niedermayer2005-09-01
| | | | Originally committed as revision 4543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract from the subid the optionsMatthieu Castet2005-04-25
| | | | | | | 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-24
| | | | 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-24
| | | | | | "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-21
| | | | 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-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | 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-05
| | | | Originally committed as revision 3808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another try at fixing rv20 ...Michael Niedermayer2004-12-13
| | | | Originally committed as revision 3749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rmMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next try at fixing rv20 decodingMichael Niedermayer2004-12-05
| | | | 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-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv20201002Michael Niedermayer2004-11-19
| | | | Originally committed as revision 3694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20103001 supportMichael Niedermayer2004-11-19
| | | | 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-02
| | | | | | which need this ... Originally committed as revision 3371 to svn://svn.ffmpeg.org/ffmpeg/trunk