summaryrefslogtreecommitdiff
path: root/libavcodec/ivi.c
Commit message (Expand)AuthorAge
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/ivi: Fix indentationAndreas Rheinhardt2021-04-26
* avcodec/ivi: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-08
* avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream readerAndreas Rheinhardt2020-10-12
* avcodec/ivi: Fix segfault on allocation errorAndreas Rheinhardt2020-09-15
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-05-21
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer2019-12-31
* avcodec/ivi: Allocate bufs laterMichael Niedermayer2019-08-29
* avcodec/ivi: Ask for samples with odd tilesMichael Niedermayer2019-07-17
* avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer2019-04-19
* avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_...Michael Niedermayer2019-03-31
* avcodec/ivi: Mark band parameter as constMichael Niedermayer2019-03-31
* avcodec/ivi: fix indention for previous commitMichael Niedermayer2019-03-31
* avcodec/ivi: Factor ref_mb check outMichael Niedermayer2019-03-31
* avcodec/ivi: Avoid mbs memleakMichael Niedermayer2018-12-23
* avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane()Michael Niedermayer2018-08-12
* avcodec/ivi: Only clip samples when needed in ivi_output_plane()Michael Niedermayer2018-08-12
* avcodec/ivi: Use av_image_check_size2()Michael Niedermayer2017-07-12
* avcodec/ivi: Free custom blk_vlcMichael Niedermayer2017-05-06
* Merge commit '746c56b7730ce09397d3a8354acc131285e9d829'Clément Bœsch2017-03-20
|\
| * indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-04
* | avcodec/ivi: use init_get_bits8()Paul B Mahol2017-02-03
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\|
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721'Derek Buitenhuis2016-04-17
|\|
| * indeo4: Rework stream analysis reportVittorio Giovara2016-03-22
* | Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'Hendrik Leppkes2016-01-02
|\|
| * Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-26
* | avcodec/ivi: Check image dimensionsMichael Niedermayer2015-11-14
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'Michael Niedermayer2015-03-30
|/
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-30