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
2020-07-02avcodec/utvideodec: Fix integer overflow in decode_plane()Michael Niedermayer
2018-06-18avcodec/utvideodec: Set pro flag based on fourccMichael Niedermayer
2018-06-18avcodec/utvideodec: Check subsample factorsMichael Niedermayer
2018-02-11avcodec/utvideodec: Fix bytes left check in decode_frame()Michael Niedermayer
2017-06-28avcodec/utvideodec: Factor multiply out of inner loopMichael Niedermayer
2017-06-28avcodec/utvideodec: bswap directly without memcpyMichael Niedermayer
2017-06-28avcodec/utvideodec: enable unchecked bitreaderMichael Niedermayer
2017-06-28avcodec/utvideodec: hardcode vlc bitsMichael Niedermayer
2017-06-28avcodec/utvideodec: Move bitstream end check out of inner loopMichael Niedermayer
2017-06-27avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol
2017-06-26avcodec/utvideodec: decode to GBR(A)PPaul B Mahol
2017-04-21avcodec/utvideodec: fix gradient prediction when stride does not match widthPaul B Mahol
2017-04-21avcodec/utvideodec: fix decoding odd sizes with interlaced video with some fo...Paul B Mahol
2017-04-07avcodec/utvideodec: add support for gradient predictionPaul B Mahol
2017-03-20Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc'Clément Bœsch
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-01-13huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer
2017-01-13lossless_videodsp: move shared functions from huffyuvdspJames Almer
2016-12-24avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel...Paul B Mahol
2016-12-23avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol
2016-09-08utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-04avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol
2016-06-12avcodec/utvideodec: add support for UQRG and UQRA formatsPaul B Mahol
2016-06-11avcodec/utvideodec: fix multiple slices for UQY2 and other issuesPaul B Mahol
2016-06-11avcodec/utvideo: add support for UQY2Paul B Mahol
2016-02-24lavc/utvideodec: prevent possible signed overflowGanesh Ajjanagadde
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-03-09utvideodec: Handle slice_height being zeroMichael Niedermayer
2014-12-17avcodec/utvideodec: Fix handling of slice_height=0Michael Niedermayer
2014-11-11avcodec/utvideodec: Fix undefined behavior in shiftMichael Niedermayer
2014-11-10avcodec/utvideodec: fix assumtation that slice_height >= 1Michael Niedermayer
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-09avcodec/utvideodec: fix use of get_vlc2()Michael Niedermayer
2014-06-09avcodec/utvideodec: Increase vlc lenCarl Eugen Hoyos
2014-04-02Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-21avcodec/utvideodec: Fix vlc lenMichael Niedermayer
2013-06-10(lib)utvideodec: remove setting of color_primariesMichael Niedermayer
2013-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-10utvideo: Add ULH0 and ULH2 decoding to the native decoder.Stephen Hutchinson
2013-06-10utvideodec: Set colorspace by codec_tag.Yusuke Nakamura
2013-06-10utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura