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 (Collapse)Author
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
* commit 'f9279ee74936b4990fc46287c27816ef828cc06c': dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
Also switch from "tbl" to "tab" name suffixes.
2014-02-20Merge commit 'ba42c852477e87f6e47a5587e8f7829c46c52032'Michael Niedermayer
* commit 'ba42c852477e87f6e47a5587e8f7829c46c52032': bit_depth_template: Use file name as multiple inclusion guard Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20bit_depth_template: Use file name as multiple inclusion guardDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
There's no point in these pointers not being const. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-11bit_depth_template: don't depend on dsputil.h.Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-09Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer
* commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf': dsputil: Move rnd_avg inline functions to a separate header Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-09dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun
2012-03-14h264: Fix some mixed declarations and code.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-05bit_depth_template: use av_clip_uint8 over crop_tab.Michael Niedermayer
This fixes some global out of array reads and wrong cliping. No speed difference meassurable under clang on i5 also all important code paths on all important platforms should use SIMD. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-07-10bitdepth: simplify FUNC/FUNCC macrosMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-07-109/10-bit: simplify clipping macrosMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun
This naming scheme is used elsewhere, so it's sensible to be consistent.