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
2017-11-07libavcodec/utvideo : simplify decode_planeMartin Vignali
2017-10-30Merge commit '7c25523cc8e618e77dc84d960e41e9644eaf8c33'James Almer
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-25utvideodec: Fix decoding odd sizes with interlaced video with some formatsPaul 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-15utvideodec: Support for gradient predictionPaul B Mahol
2017-04-15utvideodec: Reuse the huffyuv add_leftPaul B Mahol
2017-04-15utvideodec: Support ULY4 and ULH4Paul B Mahol
2017-04-15utvideodec: Support UQRA and UQRGPaul B Mahol
2017-04-13utvideodec: Support UQY2Paul B Mahol
2017-04-13utvideodec: Prevent possible signed overflowGanesh Ajjanagadde
2017-04-07avcodec/utvideodec: add support for gradient predictionPaul B Mahol
2017-03-20Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc'Clément Bœsch
2017-02-10utvideodec: Add a missing includeMartin Storsjö
2017-02-10avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-07Use bitstream_init8() where appropriateDiego Biurrun
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-11-24utvideodec: Convert to the new bitstream readerAlexandra Hájková
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