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-08-05avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt
2022-07-12avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer
2017-12-28avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer
2017-12-26avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer
2017-12-17avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer
2017-12-02avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer
2017-11-20avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()Michael Niedermayer
2017-10-03avcodec/hevcdsp_template: Fix undefined shiftMichael Niedermayer
2017-09-11avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer
2017-03-23Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch
2017-03-21Merge commit 'ba479f3daafc7e4359ec1212164569ebe59f0bb7'James Almer
2017-01-31lavc/hevc: remove a few random spaces to reduce diff with libavClément Bœsch
2017-01-31Merge commit 'cc16da75c2f99d92f7a6461100f041352deb6d88'Clément Bœsch
2017-01-31Merge commit 'a92fd8a06256e71a0be87b03751ec3c2a4a8aa21'Clément Bœsch
2017-01-31Merge commit '4f247de3b797cdc9d243d26534412f81c306e5b5'Clément Bœsch
2017-01-31Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch
2017-01-30lavc/hevcdsp: fix pretty printing mistakeClément Bœsch
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2016-09-29hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-07-18hevc: Add coefficient limiting to speed up IDCTMickaël Raulet
2016-07-18hevc: Add DC IDCTMickaël Raulet
2016-07-18hevcdsp_template: Templatize IDCTMickaël Raulet
2016-07-18hevc: Separate adding residual to prediction from IDCTAlexandra Hájková
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-12-05hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov
2015-12-05hevcdsp: split the pred functions by widthAnton Khirnov
2015-12-05hevcdsp: split the epel functions by widthAnton Khirnov
2015-12-05hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov
2015-08-21hevcdsp: fix a function nameAnton Khirnov
2015-08-21avcodec/hevcdsp: rename sao_band_filter c functionsJames Almer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-02-17avcodec/hevcdsp: add missing () to CMP macroJames Almer
2015-02-16avcodec/hevcdsp: optimize pixel comparison in sao_edge_filterJames Almer
2015-02-05hevcdsp: remove compilation-time-fixed parameter from sao_edge_filterJames Almer
2015-02-04hevcdsp: replace the SAOParams struct parameter from sao_edge_filterJames Almer
2015-02-04hevcdsp: further simplify sao_edge_filterJames Almer
2015-02-04hevcdsp: simplified sao_edge_filterSeppo Tomperi
2015-02-04hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi
2015-02-01hevcdsp: replace the SAOParams struct parameter from sao_band_filterJames Almer
2015-02-01hevcdsp: remove unused parameter from sao_band_filterJames Almer
2014-11-17Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55'Michael Niedermayer
2014-11-17hevcdsp_template: templatize transquant_bypassAnton Khirnov
2014-08-22hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet
2014-08-22hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet
2014-08-06hevc_deblock: change tc typeChristophe Gisquet
2014-07-26hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov
2014-07-23hevcdsp: change types of SAO parametersChristophe Gisquet
2014-07-22hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov
2014-07-19hevc/sao: optimze sao implementationMickaël Raulet
2014-07-15hevc/rext: add support for Range extension toolsMickaël Raulet