summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1_block.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri2015-08-081-4/+4
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-18/+18
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-18/+19
| | | | They are just duplicates of AVCodecContext members so use those instead.
* vc1: Set the is_intra bitfield to all 1 when neededLuca Barbato2014-11-251-5/+9
| | | | | | | Keep the code as similar as possible across the codepaths to ease spotting it for factorization. Based on a patch from Michael Niedermayer <michaelni@gmx.at>.
* vc1: Simplify a little setting the intra variablesLuca Barbato2014-11-251-15/+11
| | | | | | | | The code currently set the information in at least 4 places, spare some pointless loops. Make the code in the loop a little uniform to make easier factorize it out later.
* vc1: Split the decoder in componentsLuca Barbato2014-10-081-0/+3054
Speed up the overall compilation time.
OpenPOWER on IntegriCloud