summaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4dec.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-281-1/+0
|
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-4/+4
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-0/+1
|
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-1/+1
|
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-1/+3
| | | | It is just a duplicate of an AVCodecContext member so use it instead.
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+6
|
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-2/+2
|
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
|
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-4/+16
|
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
|
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-4/+4
|
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-271-0/+953
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>
OpenPOWER on IntegriCloud