| Commit message (Expand) | Author | Age | Files | Lines |
* | intrax8: Remove mpegvideo dependency | Vittorio Giovara | 2016-03-29 | 1 | -9/+1 |
* | intrax8: Keep a reference to the decoder blocks | Vittorio Giovara | 2016-03-29 | 1 | -0/+6 |
* | intrax8: Use the generic horizband function | Vittorio Giovara | 2016-03-29 | 1 | -1/+2 |
* | intrax8: Pass macroblock coordinates to ff_intrax8_decode_picture | Vittorio Giovara | 2016-03-29 | 1 | -1/+3 |
* | intrax8: Pass macroblock size to ff_intrax8_common_init | Vittorio Giovara | 2016-03-29 | 1 | -0/+7 |
* | intrax8: Add a local BlockDSPContext and initialize it | Vittorio Giovara | 2016-03-25 | 1 | -0/+2 |
* | intrax8: Reference the current AVCodecContext | Vittorio Giovara | 2016-03-25 | 1 | -1/+4 |
* | intrax8: Keep a reference to the GetBitContext reader | Vittorio Giovara | 2016-03-25 | 1 | -1/+3 |
* | intrax8: Use a constant buffer instead of a ScratchpadContext | Vittorio Giovara | 2016-03-25 | 1 | -0/+1 |
* | intrax8: Pass the output frame to the decoding function | Vittorio Giovara | 2016-03-25 | 1 | -2/+5 |
* | intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture | Vittorio Giovara | 2016-03-25 | 1 | -2/+5 |
* | intrax8: Keep a reference to the context idctdsp | Vittorio Giovara | 2016-03-25 | 1 | -1/+5 |
* | intrax8: Use local destination buffers | Vittorio Giovara | 2016-03-25 | 1 | -0/+1 |
* | intrax8: Check and propagate errors from ff_intrax8_common_init | Vittorio Giovara | 2016-03-22 | 1 | -1/+2 |
* | intrax8: Move documentation from implementation to header file | Vittorio Giovara | 2016-03-22 | 1 | -0/+22 |
* | intrax8: K&R formatting cosmetics | Vittorio Giovara | 2016-03-22 | 1 | -12/+16 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | intrax8: move functions from dsputil to own context | Mans Rullgard | 2012-09-02 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Correctly clean up IntraX8Context upon codec close. | Zdenek Kabelac | 2008-01-25 | 1 | -0/+1 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 1 | -0/+3 |
* | add multiple inclusion guards | Aurelien Jacobs | 2007-11-09 | 1 | -0/+5 |
* | remove debug variable | Michael Niedermayer | 2007-11-09 | 1 | -3/+0 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -0/+51 |