summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-11
|\|
| * interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | interplayvideodec: pass correct pointer to av_dlog()Michael Niedermayer2012-03-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-24
* | interplayvideo: give avctx to av_dlog()Paul B Mahol2012-03-23
* | interplayvideo: remove superfluous strings from av_log()Paul B Mahol2012-03-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-03
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Check for invalid decode op-codes, fixes issue 2522.Daniel Kang2011-01-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-27
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-27
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-27
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-27
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-27
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-27
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-27
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-27
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-27
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-27
* cosmetics: reindentKostya Shishkov2009-12-25
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* 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