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
2014-03-13bfin: Use more sensible file namesDiego Biurrun
2014-03-13bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun
2014-03-13bfin: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-13bfin: dsputil: Drop broken vsad bitsDiego Biurrun
2014-03-13bfin: dsputil: Remove unused global variableDiego Biurrun
2013-04-20cosmetics: bfin: Fix indentation in the dsputil init functionMartin Storsjö
2013-04-20bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-29bfin: Separate VP3 initialization codeDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-02Remove misplaced Doxygen comment.Diego Biurrun
2010-03-08bfin: fix function prototypesMåns Rullgård
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-05-29blackfin: disable broken dsputil functionsMåns Rullgård
2009-05-29blackfin: add missing const in function prototypesMåns Rullgård
2009-05-29blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-16FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger
2007-10-05blackfin optimized vp3 transform and infastructure for idctMarc Hoffman
2007-09-17blackfin vsad primitivesMarc Hoffman
2007-08-13special handling for vp3 idct, use the c referenceMarc Hoffman
2007-06-22removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman
2007-06-22renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman
2007-06-12Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-04-03Remove #if 0 code.Diego Biurrun
2007-04-02bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-17ADI Blackfin optimizationsMichael Benjamin