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-06-02bfin: add READMEMichael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-20dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-13bfin: Use more sensible file namesDiego Biurrun
2014-03-13bfin: hpeldsp: Split no_rnd pixel operations off into a separate fileDiego Biurrun
2014-03-13bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun
2014-03-13bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun
2014-03-13bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun
2014-03-13bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun
2014-03-13bfin: Refactor duplicated assembly-related macrosDiego Biurrun
2014-03-13bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun
2014-03-13bfin: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-13bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun
2014-03-13bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun
2014-03-13bfin: dsputil: Drop broken vsad bitsDiego Biurrun
2014-03-13bfin: dsputil: Remove unused global variableDiego Biurrun
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-01-22bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun
2014-01-03mpegvideo: remove disabled bfin asmAnton Khirnov
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-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15vp3: bfin: Transpose the IDCTsMartin Storsjö
2013-04-15bfin: Match DEFUN_END macros to the right functionsMartin Storsjö
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-08bfin: Make vp3 functions staticMartin Storsjö
2013-04-08bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
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: unbreak compilationLuca Barbato
2013-01-29bfin: Separate VP3 initialization codeDiego Biurrun
2013-01-29bfin: update VP3 idctLuca Barbato
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-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
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-11-02Replace some forgotten FFmpeg references by Libav.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