summaryrefslogtreecommitdiff
path: root/libavcodec/bfin
Commit message (Expand)AuthorAgeFilesLines
* bfin: add READMEMichael Niedermayer2014-06-021-0/+6
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-0212-2066/+0
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-1/+1
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-11/+12
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-201-8/+8
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-7/+5
* bfin: Use more sensible file namesDiego Biurrun2014-03-138-10/+10
* bfin: hpeldsp: Split no_rnd pixel operations off into a separate fileDiego Biurrun2014-03-133-64/+82
* bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun2014-03-131-2/+2
* bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun2014-03-132-34/+34
* bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun2014-03-136-95/+43
* bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun2014-03-132-35/+62
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-136-99/+15
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-132-17/+2
* bfin: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-133-94/+112
* bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun2014-03-131-40/+0
* bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun2014-03-133-114/+0
* bfin: dsputil: Drop broken vsad bitsDiego Biurrun2014-03-131-12/+0
* bfin: dsputil: Remove unused global variableDiego Biurrun2014-03-131-2/+0
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-2/+2
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-1/+1
* bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun2014-01-221-1/+1
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-032-148/+0
* cosmetics: bfin: Fix indentation in the dsputil init functionMartin Storsjö2013-04-191-2/+2
* bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-197-465/+552
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+0
* vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-151-2/+8
* bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-151-1/+2
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-1/+1
* bfin: Make vp3 functions staticMartin Storsjö2013-04-082-6/+4
* bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö2013-04-081-2/+4
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-053-3/+6
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-14/+14
* bfin: unbreak compilationLuca Barbato2013-01-292-0/+30
* bfin: Separate VP3 initialization codeDiego Biurrun2013-01-284-13/+11
* bfin: update VP3 idctLuca Barbato2013-01-281-0/+6
* Drop DCTELEM typedefDiego Biurrun2013-01-229-29/+30
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-1/+2
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-091-1/+2
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-7/+7
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-097-13/+0
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-022-8/+6
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+1
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-3/+3
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-10/+12
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+5