summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi.c
Commit message (Collapse)AuthorAgeFilesLines
* 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