| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -3/+3 |
* | avcodec/ivi: Fix indentation | Andreas Rheinhardt | 2021-04-26 | 1 | -12/+14 |
* | avcodec/ivi: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+8 |
* | avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream reader | Andreas Rheinhardt | 2020-10-12 | 1 | -20/+2 |
* | avcodec/ivi: Fix segfault on allocation error | Andreas Rheinhardt | 2020-09-15 | 1 | -1/+3 |
* | avcodec/ivi: Clear got_p_frame before decoding a new frame using it | Michael Niedermayer | 2020-05-21 | 1 | -0/+2 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -5/+0 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec: Replace show_bits_long() by show_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec/ivi: Allocate bufs later | Michael Niedermayer | 2019-08-29 | 1 | -19/+20 |
* | avcodec/ivi: Ask for samples with odd tiles | Michael Niedermayer | 2019-07-17 | 1 | -0/+4 |
* | avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() | Michael Niedermayer | 2019-04-19 | 1 | -6/+5 |
* | avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_... | Michael Niedermayer | 2019-03-31 | 1 | -20/+25 |
* | avcodec/ivi: Mark band parameter as const | Michael Niedermayer | 2019-03-31 | 1 | -7/+7 |
* | avcodec/ivi: fix indention for previous commit | Michael Niedermayer | 2019-03-31 | 1 | -28/+28 |
* | avcodec/ivi: Factor ref_mb check out | Michael Niedermayer | 2019-03-31 | 1 | -4/+5 |
* | avcodec/ivi: Avoid mbs memleak | Michael Niedermayer | 2018-12-23 | 1 | -0/+8 |
* | avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane() | Michael Niedermayer | 2018-08-12 | 1 | -2/+3 |
* | avcodec/ivi: Only clip samples when needed in ivi_output_plane() | Michael Niedermayer | 2018-08-12 | 1 | -2/+9 |
* | avcodec/ivi: Use av_image_check_size2() | Michael Niedermayer | 2017-07-12 | 1 | -2/+2 |
* | avcodec/ivi: Free custom blk_vlc | Michael Niedermayer | 2017-05-06 | 1 | -0/+3 |
* | Merge commit '746c56b7730ce09397d3a8354acc131285e9d829' | Clément Bœsch | 2017-03-20 | 1 | -4/+4 |
|\ |
|
| * | indeo: Change type of array pitch parameters to ptrdiff_t | Diego Biurrun | 2016-09-04 | 1 | -4/+4 |
* | | avcodec/ivi: use init_get_bits8() | Paul B Mahol | 2017-02-03 | 1 | -1/+3 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -1/+2 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+2 |
* | | Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721' | Derek Buitenhuis | 2016-04-17 | 1 | -17/+16 |
|\| |
|
| * | indeo4: Rework stream analysis report | Vittorio Giovara | 2016-03-22 | 1 | -17/+16 |
* | | Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1' | Hendrik Leppkes | 2016-01-02 | 1 | -1/+1 |
|\| |
|
| * | Remove stray line breaks from avpriv_{report_missing_feature|request_samples} | Diego Biurrun | 2015-12-26 | 1 | -1/+1 |
* | | avcodec/ivi: Check image dimensions | Michael Niedermayer | 2015-11-14 | 1 | -1/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' | Michael Niedermayer | 2015-03-30 | 1 | -26/+64 |
|/ |
|
* | indeo: Give Indeo4/5 shared code a more consistent name | Diego Biurrun | 2015-03-30 | 1 | -0/+1559 |