summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
Commit message (Collapse)AuthorAge
...
* 100l, fix FATE test broken by r18264Reimar Döffinger2009-03-31
| | | | Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentReimar Döffinger2009-03-31
| | | | Originally committed as revision 18270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deduplicate code by moving it outside the if/elseReimar Döffinger2009-03-31
| | | | Originally committed as revision 18269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rearrange how the different cases are checked to reduce the number ofReimar Döffinger2009-03-31
| | | | | | comparisons and allow further simplifications. Originally committed as revision 18268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "reloading" code by using a 64 bit type for the flags and loading all ↵Reimar Döffinger2009-03-31
| | | | | | at once. Originally committed as revision 18266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove now pointless temporary pix variables.Reimar Döffinger2009-03-31
| | | | Originally committed as revision 18265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger2009-03-31
| | | | Originally committed as revision 18264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentationReimar Döffinger2009-03-31
| | | | Originally committed as revision 18263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger2009-03-31
| | | | Originally committed as revision 18262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prettify some assignmentsReimar Döffinger2009-03-31
| | | | Originally committed as revision 18261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger2009-03-31
| | | | Originally committed as revision 18260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger2009-03-29
| | | | | | copy_from function. Originally committed as revision 18225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger2009-03-29
| | | | | | overflow case. Originally committed as revision 18224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger2009-03-29
| | | | Originally committed as revision 18223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger2009-03-29
| | | | Originally committed as revision 18222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger2009-03-29
| | | | | | or initializers. Originally committed as revision 18221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger2009-03-29
| | | | | | of initializing it each time the decoder is initialized. Originally committed as revision 18219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger2009-03-04
| | | | | | instead of the 16x16 one. Seems to fix decoding on PPC. Originally committed as revision 17808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | 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
* 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 many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 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
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
| | | | Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charsAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patrolFalk Hüffner2004-03-24
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle invalid buffer sizesMike Melanson2004-01-31
| | | | Originally committed as revision 2734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot ↵Dan Christiansen2003-10-19
| | | | | | au dot dk>) Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do away with all those naughty global variablesMike Melanson2003-09-19
| | | | Originally committed as revision 2292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video looks beautiful now, many thanks to Alexander BelyakovMike Melanson2003-09-18
| | | | | | <abel at krasu.ru> for squishing bunches of bugs Originally committed as revision 2290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong, wrong, wrong...coded bits are read in the opposite directionMike Melanson2003-09-17
| | | | Originally committed as revision 2289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial Interplay video decoderMike Melanson2003-09-14
| | | | Originally committed as revision 2275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk