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
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
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.