summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-29
* intrax8: Drop lots of pointless parenthesesDiego Biurrun2016-03-29
* intrax8: Drop MB emulation codeVittorio 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: Make x8_init_block_index not use mpegvideo fieldsVittorio Giovara2016-03-25
* intrax8: Use local destination buffersVittorio Giovara2016-03-25
* Move const qualifier before type nameDiego Biurrun2016-03-23
* 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
* intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-22
* intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-22
* intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-22
* intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-22
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
* Remove lowres video decodingMans Rullgard2012-04-21
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger2009-09-24
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01