summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4dec.c
Commit message (Collapse)AuthorAge
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
|
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
|
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
|
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
|
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
|
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-27
This fixes standalone compilation of the msmpeg4v2, msmpeg4v3 and wmv2 encoders, that previously failed to link due to the decoder codepaths requiring error_resilience. Signed-off-by: Martin Storsjö <martin@martin.st>