summaryrefslogtreecommitdiffstats
path: root/libavcodec/interplayvideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/interplayvideo: properly decode motion vectorsPaul B Mahol2019-10-251-10/+15
* avcodec/interplayvideo: cosmeticsPaul B Mahol2019-10-241-69/+69
* avcodec/interplayvideo: Avoid ff_get_buffer() during initMichael Niedermayer2019-08-031-8/+0
* avcodec/interplayvideo: check decoding_map_size with video_data_sizeMichael Niedermayer2019-06-121-1/+1
* avcodec/interplayvideo: Clean up frames on parameter changeMichael Niedermayer2017-07-061-0/+14
* avcodec/interplayvideo: Check ff_get_buffer() for failureMichael Niedermayer2017-06-301-7/+16
* avcodec/interplayvideo: fix regression causing artifactsPaul B Mahol2017-06-291-1/+3
* avcodec/interplayvideo: use correct context when checking for enough bytesPaul B Mahol2017-06-281-1/+1
* avcodec/interplayvideo: return voidPaul B Mahol2017-06-281-1/+1
* avcodec/interplayvideo: fix dead-lockPaul B Mahol2017-06-281-1/+3
* avcodec/interplayvideo: use int16_t instead of shortPaul B Mahol2017-06-281-16/+16
* avcodec/interplayvideo: check that video_size is >0Paul B Mahol2017-06-281-0/+2
* avcodec/interplayvideo: properly check if there is enough bytes leftPaul B Mahol2017-06-271-0/+10
* Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam2017-06-271-7/+175
* Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam2017-06-271-11/+114
* Interplay MVE: Refactor IP packet formatHein-Pieter van Braam2017-06-271-11/+22
* Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam2017-06-271-6/+9
* avcodec/interplayvideo: Fix timeout from lack of bitstream end checkMichael Niedermayer2017-03-031-0/+2
* avcodec/interplayvideo: Move parameter change check upMichael Niedermayer2017-02-041-4/+5
* avcodec/interplayvideo: Check side data size before useMichael Niedermayer2016-10-251-2/+5
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-2/+3
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol2015-11-021-5/+9
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/interplayvideo: Use ff_tlog() for block level decode tracingMichael Niedermayer2015-04-261-6/+6
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/interplayvideo: Check that enough data is available for opcode_0x7/8/DMichael Niedermayer2013-12-191-0/+15
* | avcodec/interplayvideo: Check that enough data is available for opcode_0x9Michael Niedermayer2013-12-191-0/+5
* | avcodec/interplayvideo: Check that enough data is available for opcode_0xAMichael Niedermayer2013-12-191-0/+5
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * 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
|\ \ | |/
OpenPOWER on IntegriCloud