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
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-05ff_emulated_edge_mc: fix handling of w/h being 0Michael Niedermayer
2012-11-17ff_emulated_edge_mc: fix integer anomalies, fix out of array readsMichael Niedermayer
2012-10-07dsputil_template: replace assert() by av_assert2()Michael Niedermayer
2012-09-09dsputil_template: Reindent after recent changeDerek Buitenhuis
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-08-11dsputil_template: switch to av_assertMichael Niedermayer
2012-07-10h264: limit 10bpp MC pading trick to 10bppMichael Niedermayer
2012-07-10dsputil: extend things to 12 and 14 bitsMichael Niedermayer
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: remove huge #if 0 blockMans Rullgard
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-11h264: merge _internal & template files.Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson
2011-05-10Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson