summaryrefslogtreecommitdiffstats
path: root/libavcodec/interplayvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-4/+5
|\
| * interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-071-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-16/+8
|\ \ | |/
| * Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-031-16/+8
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-11/+10
|\ \ | |/
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-11/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Check for invalid decode op-codes, fixes issue 2522.Daniel Kang2011-01-101-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-271-3/+3
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-271-4/+369
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-271-6/+27
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-271-1/+1
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-271-13/+15
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-271-4/+13
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-271-2/+2
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-271-24/+24
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-271-1/+7
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-271-5/+6
* cosmetics: reindentKostya Shishkov2009-12-251-8/+8
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger2009-04-171-8/+5
* Remove unused code_counts array from interplavideo.c.Reimar Döffinger2009-04-171-2/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger2009-03-311-7/+8
* Cosmetics: remove some pointless {}Reimar Döffinger2009-03-311-13/+6
* Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger2009-03-311-13/+7
* One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger2009-03-311-49/+22
* Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger2009-03-311-21/+14
* Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger2009-03-311-73/+22
* Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger2009-03-311-2/+1
* Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger2009-03-311-8/+6
* 100l, fix FATE test broken by r18264Reimar Döffinger2009-03-311-1/+1
* ReindentReimar Döffinger2009-03-311-33/+33
* Deduplicate code by moving it outside the if/elseReimar Döffinger2009-03-311-8/+2
* Rearrange how the different cases are checked to reduce the number ofReimar Döffinger2009-03-311-5/+8
* Avoid "reloading" code by using a 64 bit type for the flags and loading all a...Reimar Döffinger2009-03-311-10/+6
* Remove now pointless temporary pix variables.Reimar Döffinger2009-03-311-10/+4
* Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger2009-03-311-13/+11
* Fix indentationReimar Döffinger2009-03-311-4/+4
* Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger2009-03-311-38/+14
* Prettify some assignmentsReimar Döffinger2009-03-311-20/+20
OpenPOWER on IntegriCloud