| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/ivi: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2020-12-08 | 1 | -0/+1 |
* | avcodec/indeo4: Check dimensions in decode_pic_hdr() | Michael Niedermayer | 2018-09-03 | 1 | -0/+8 |
* | avcodec/indeo4: Check for end of bitstream in decode_mb_info() | Michael Niedermayer | 2018-07-04 | 1 | -0/+5 |
* | indeo4: Decode all or nothing of a band header. | Michael Niedermayer | 2018-05-26 | 1 | -3/+8 |
* | avcodec/ivi: Use av_image_check_size2() | Michael Niedermayer | 2017-07-12 | 1 | -1/+1 |
* | avcodec/indeo4: Check remaining data in Pic hdr extension parsing code | Michael Niedermayer | 2017-06-08 | 1 | -0/+2 |
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -2/+2 |
|\ |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -2/+2 |
* | | Merge commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a' | Derek Buitenhuis | 2016-04-17 | 1 | -6/+3 |
|\| |
|
| * | indeo4: Consistently initialize variables | Vittorio Giovara | 2016-03-22 | 1 | -6/+3 |
* | | Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721' | Derek Buitenhuis | 2016-04-17 | 1 | -10/+1 |
|\| |
|
| * | indeo4: Rework stream analysis report | Vittorio Giovara | 2016-03-22 | 1 | -10/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -3/+4 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -3/+4 |
* | | Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' | Michael Niedermayer | 2015-03-30 | 1 | -1/+1 |
|\| |
|
| * | indeo: Give Indeo4/5 shared code a more consistent name | Diego Biurrun | 2015-03-30 | 1 | -1/+1 |
* | | Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179' | Michael Niedermayer | 2014-06-27 | 1 | -14/+35 |
|\| |
|
| * | indeo4: B-frames decoding | Dirk Ausserhaus | 2014-06-26 | 1 | -14/+35 |
* | | Merge commit 'e121ac634ba324a318f4a97f978dcfb48da6b735' | Michael Niedermayer | 2014-06-23 | 1 | -0/+2 |
|\| |
|
| * | indeo45: use is_indeo4 context flag instead of checking codec ID | Dirk Ausserhaus | 2014-06-23 | 1 | -0/+2 |
| * | Decode both parts of Indeo4 IP frames | Dirk Ausserhaus | 2014-06-01 | 1 | -0/+4 |
| * | Move Indeo4 frametypes into common header. | Dirk Ausserhaus | 2014-06-01 | 1 | -31/+18 |
* | | avcodec/indeo4: Decode both parts of IP frames | Dirk Ausserhaus | 2014-05-30 | 1 | -0/+4 |
* | | avcodec/indeo4: Move frametypes into common header. | Dirk Ausserhaus | 2014-05-30 | 1 | -31/+18 |
* | | Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a360c9ffac3278... | Michael Niedermayer | 2013-11-25 | 1 | -14/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-13 | 1 | -10/+14 |
|\| |
|
| * | indeo4: Check the inherited quant_mat | Luca Barbato | 2013-10-13 | 1 | -6/+12 |
* | | Merge commit '0cb83c563848bf8f8365e7bd30e7e6b57ef360f0' | Michael Niedermayer | 2013-10-13 | 1 | -0/+8 |
|\| |
|
| * | indeo4: Check the block size if reusing the band configuration | Luca Barbato | 2013-10-13 | 1 | -0/+8 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '28dda8a691f1c723a4a9365ab85f9625f1330096' | Michael Niedermayer | 2013-07-15 | 1 | -0/+1 |
|\| |
|
| * | indeo: Sanitize ff_ivi_init_planes fail paths | Luca Barbato | 2013-07-15 | 1 | -0/+1 |
* | | indeo4: print an error message if ref_mb is needed but unavailable | Michael Niedermayer | 2013-07-14 | 1 | -1/+3 |
* | | indeo: print errors if transform and block size mismatch | Michael Niedermayer | 2013-07-14 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-14 | 1 | -1/+8 |
|\| |
|
| * | indeo: Bound-check before applying transform | Luca Barbato | 2013-07-13 | 1 | -0/+7 |
* | | Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6' | Michael Niedermayer | 2013-07-14 | 1 | -4/+10 |
|\| |
|
| * | indeo4: Validate scantable dimension | Luca Barbato | 2013-07-13 | 1 | -0/+6 |
* | | Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489' | Michael Niedermayer | 2013-07-14 | 1 | -2/+3 |
|\| |
|
| * | indeo4: Check the quantization matrix index | Luca Barbato | 2013-07-13 | 1 | -0/+5 |