summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv40.c
Commit message (Collapse)AuthorAgeFilesLines
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+1
| | | | Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-071-0/+1
| | | | Originally committed as revision 17030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
| | | | Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-171-7/+5
| | | | Originally committed as revision 16192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 loop filterKostya Shishkov2008-11-291-0/+238
| | | | Originally committed as revision 15950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-231-0/+104
| | | | Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-151-0/+38
| | | | Originally committed as revision 15827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-281-2/+2
| | | | Originally committed as revision 13011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
| | | | | | 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-211-2/+2
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder should use availability cacheKostya Shishkov2007-12-161-4/+4
| | | | Originally committed as revision 11230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use existing function for VLC readingKostya Shishkov2007-12-071-1/+2
| | | | Originally committed as revision 11185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check decoded dimensions for validityKostya Shishkov2007-12-071-0/+2
| | | | Originally committed as revision 11184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-071-2/+2
| | | | Originally committed as revision 11183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flagsKostya Shishkov2007-12-071-0/+1
| | | | Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder specific functionsKostya Shishkov2007-12-041-0/+275
Originally committed as revision 11163 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud