summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi.c
Commit message (Collapse)AuthorAgeFilesLines
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
|
* indeo: Convert to the new bitstream readerAlexandra Hájková2016-12-031-36/+35
|
* indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-4/+4
| | | | ptrdiff_t is the correct type for array pitches and similar.
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+2
| | | | | | | This avoids the danger that get_bits.h might get indirectly #included before BITSTREAM_READER_LE is defined. Also sort headers into canonical order where appropriate.
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-221-17/+16
| | | | | | | | * 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>
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-261-1/+1
|
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
|
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-0/+1559
OpenPOWER on IntegriCloud