Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-03avcodec/indeo4: Check dimensions in decode_pic_hdr()Michael Niedermayer
2018-07-04avcodec/indeo4: Check for end of bitstream in decode_mb_info()Michael Niedermayer
2018-05-26indeo4: Decode all or nothing of a band header.Michael Niedermayer
2017-07-12avcodec/ivi: Use av_image_check_size2()Michael Niedermayer
2017-06-08avcodec/indeo4: Check remaining data in Pic hdr extension parsing codeMichael Niedermayer
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-04-17Merge commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a'Derek Buitenhuis
2016-04-17Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721'Derek Buitenhuis
2016-03-22indeo4: Consistently initialize variablesVittorio Giovara
2016-03-22indeo4: Rework stream analysis reportVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-30Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'Michael Niedermayer
2015-03-30indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun
2014-06-27Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179'Michael Niedermayer
2014-06-26indeo4: B-frames decodingDirk Ausserhaus
2014-06-23Merge commit 'e121ac634ba324a318f4a97f978dcfb48da6b735'Michael Niedermayer
2014-06-23indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus
2014-06-01Decode both parts of Indeo4 IP framesDirk Ausserhaus
2014-06-01Move Indeo4 frametypes into common header.Dirk Ausserhaus
2014-05-30avcodec/indeo4: Decode both parts of IP framesDirk Ausserhaus
2014-05-30avcodec/indeo4: Move frametypes into common header.Dirk Ausserhaus
2013-11-25Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a360c9ffac3278...Michael Niedermayer
2013-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-13Merge commit '0cb83c563848bf8f8365e7bd30e7e6b57ef360f0'Michael Niedermayer
2013-10-13indeo4: Check the inherited quant_matLuca Barbato
2013-10-13indeo4: Check the block size if reusing the band configurationLuca Barbato
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-07-15Merge commit '28dda8a691f1c723a4a9365ab85f9625f1330096'Michael Niedermayer
2013-07-15indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-07-14indeo4: print an error message if ref_mb is needed but unavailableMichael Niedermayer
2013-07-14indeo: print errors if transform and block size mismatchMichael Niedermayer
2013-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-14Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6'Michael Niedermayer
2013-07-14Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489'Michael Niedermayer
2013-07-14Merge commit '8435bca087c0e79385763c51de009fd89390b6a5'Michael Niedermayer
2013-07-13indeo: Bound-check before applying transformLuca Barbato
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
2013-05-29Merge commit '4a27a52a1f74016095b7aee1b4a422cf62217ade'Michael Niedermayer
2013-05-29Merge commit '6647aa0426e73839b9b1d1c9d86188f469167531'Michael Niedermayer
2013-05-28indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov
2013-05-28indeo4: add missing Haar and slanted transformsKostya Shishkov
2013-04-22indeo4: implement haar 8x1 and 1x8 transformsMichael Niedermayer