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
2022-10-24avcodec/cavs: Only keep what is needed from IDCTDSP-APIAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-21avcodec/cavsdsp: Remove unused function parameterAndreas Rheinhardt
2022-03-22avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt
2022-02-11avcodec/cavsdec: Cleanup generically on init failureAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-06-05avcodec/cavs: Fix runtime error: signed integer overflow: -12648062 * 256 can...Michael Niedermayer
2017-05-10avcodec/cavs: Check updated MVMichael Niedermayer
2017-03-19Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer
2016-08-26cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-01-10avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()Michael Niedermayer
2014-11-18Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'Michael Niedermayer
2014-11-18lavc: fix bitshifts amount bigger than the typeVittorio Giovara
2014-10-10avcodec/cavs: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-28avcodec/cavs: improve conformance with rm52j reference decoderYao Wang
2014-06-26avcodec/cavs: fix B_SUB_DIRECT col-MB is Intra MB case.Yao Wang
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-27avcodec/cavs: use av_mallocz_array()Michael Niedermayer
2014-05-16avcodec/cavs: prevent out of array readMichael Niedermayer
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-16Merge commit '3b4fa54866f58bf3d8a8dcc460c73ef6564c0ad8'Michael Niedermayer
2013-10-15cavs: more K&R formatting cosmeticsDiego Biurrun
2013-10-14Merge commit '14ddbb477faef359983151b763fd8b20e578651b'Michael Niedermayer
2013-10-13cavs: K&R formatting cosmeticsLuca Barbato
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-02cavs: fix "warning: initialization discards const qualifier from pointer targ...Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-23cavs: initialize various context tables to 0Anton Khirnov
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-31Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer
2012-12-31Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer
2012-12-30cavs: deMpegEncContextizeAnton Khirnov