summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
Commit message (Expand)AuthorAgeFilesLines
...
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * interplayvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-5/+5
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | interplayvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-5/+5
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-78/+71
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-69/+68
* | interplayvideo: Free previous frames on resolution changes.Michael Niedermayer2013-01-311-0/+7
* | Merge commit '688b132b881d423877e38dc82f17e23a604be676'Michael Niedermayer2013-01-141-9/+6
|\ \ | |/
| * interplayvideo: remove a static variable.Anton Khirnov2013-01-141-5/+1
| * interplayvideo: return meaningful error codes.Anton Khirnov2013-01-141-4/+5
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-111-2/+3
|\ \ | |/
| * interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-111-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | interplayvideodec: pass correct pointer to av_dlog()Michael Niedermayer2012-03-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-199/+124
|\ \ | |/
| * interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-241-199/+124
* | interplayvideo: give avctx to av_dlog()Paul B Mahol2012-03-231-7/+7
* | interplayvideo: remove superfluous strings from av_log()Paul B Mahol2012-03-231-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | 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