summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4enc.c
Commit message (Collapse)AuthorAgeFilesLines
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-1/+1
|
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+2
|
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-061-5/+14
| | | | Bug-Id: CID 1257781
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+2
|
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-3/+0
|
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-011-0/+692