summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
Commit message (Expand)AuthorAge
* Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger2009-04-17
* Remove unused code_counts array from interplavideo.c.Reimar Döffinger2009-04-17
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger2009-03-31
* Cosmetics: remove some pointless {}Reimar Döffinger2009-03-31
* Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger2009-03-31
* One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger2009-03-31
* Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger2009-03-31
* Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger2009-03-31
* Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger2009-03-31
* Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger2009-03-31
* 100l, fix FATE test broken by r18264Reimar Döffinger2009-03-31
* ReindentReimar Döffinger2009-03-31
* Deduplicate code by moving it outside the if/elseReimar Döffinger2009-03-31
* Rearrange how the different cases are checked to reduce the number ofReimar Döffinger2009-03-31
* Avoid "reloading" code by using a 64 bit type for the flags and loading all a...Reimar Döffinger2009-03-31
* Remove now pointless temporary pix variables.Reimar Döffinger2009-03-31
* Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger2009-03-31
* Fix indentationReimar Döffinger2009-03-31
* Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger2009-03-31
* Prettify some assignmentsReimar Döffinger2009-03-31
* Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger2009-03-31
* Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger2009-03-29
* Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger2009-03-29
* Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger2009-03-29
* Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger2009-03-29
* Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger2009-03-29
* Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger2009-03-29
* 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger2009-03-04
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* constsMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* 10lAlex Beregszaszi2005-02-21
* unknown format charsAlex Beregszaszi2004-04-07
* warning patrolFalk Hüffner2004-03-24
* handle invalid buffer sizesMike Melanson2004-01-31
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-19