summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi.h
Commit message (Collapse)AuthorAgeFilesLines
* vlc: Add header #include when the types are usedLuca Barbato2017-05-021-0/+1
| | | | | | Do not rely on indirectly including it from bitstream.h. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* indeo: Convert to the new bitstream readerAlexandra Hájková2016-12-031-5/+6
|
* indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-3/+3
| | | | ptrdiff_t is the correct type for array pitches and similar.
* indeo4: Consistently initialize variablesVittorio Giovara2016-03-221-2/+1
| | | | Avoid using multiple variables for the same purpose.
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-221-3/+1
| | | | | | | | * Change log level from error to debug * Print report after the first decoded frame, not at the end of decoding * Drop macro guard and use a context variable instead Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-0/+343
OpenPOWER on IntegriCloud