summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.h
Commit message (Expand)AuthorAge
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-29
* intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-29
* intrax8: Use the generic horizband functionVittorio Giovara2016-03-29
* intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-29
* intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-29
* intrax8: Add a local BlockDSPContext and initialize itVittorio Giovara2016-03-25
* intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-25
* intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-25
* intrax8: Use a constant buffer instead of a ScratchpadContextVittorio Giovara2016-03-25
* intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-25
* intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-25
* intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-25
* intrax8: Use local destination buffersVittorio Giovara2016-03-25
* intrax8: Check and propagate errors from ff_intrax8_common_initVittorio Giovara2016-03-22
* intrax8: Move documentation from implementation to header fileVittorio Giovara2016-03-22
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-22
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* add multiple inclusion guardsAurelien Jacobs2007-11-09
* remove debug variableMichael Niedermayer2007-11-09
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09