summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* configure: Group and sort function/struct/type checksDiego Biurrun2014-03-14
| | | | | Group checks into logical groups and sort alphabetically within those groups unless checks have close coupling. Keep closely coupled checks together.
* arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun2014-03-14
| | | | | | | | The function is assigned to a function pointer that does not have the restrict keyword for that parameter. This fixes compilation for MSVC builds that don't recognize "restrict", broken since ed9625eb62.
* aac: K&R formatting cosmeticsLuca Barbato2014-03-14
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* ljpeg: fix duplicated pixel format entryVittorio Giovara2014-03-13
|
* bfin: Use more sensible file namesDiego Biurrun2014-03-13
| | | | | Drop non-informative _bfin suffix, rename some files for consistency with other architectures, rename others to reflect their content.
* bfin: hpeldsp: Split no_rnd pixel operations off into a separate fileDiego Biurrun2014-03-13
| | | | This saves some space in configurations that do not enable hpeldsp.
* bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun2014-03-13
| | | | The functions it contains are used from unconditionally compiled code.
* bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun2014-03-13
|
* bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun2014-03-13
| | | | This is done similarly for all other architectures.
* bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
|
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
|
* bfin: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
| | | | Also add a few #endif comments.
* bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun2014-03-13
|
* bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun2014-03-13
| | | | They were marked as broken and disabled in 2009 and will never get fixed.
* bfin: dsputil: Drop broken vsad bitsDiego Biurrun2014-03-13
| | | | They were marked as broken and disabled in 2009 and will never get fixed.
* bfin: dsputil: Remove unused global variableDiego Biurrun2014-03-13
|
* x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-13
|
* x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-13
|
* dsputil_template: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* rnd_avg.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
| | | | Also switch from "tbl" to "tab" name suffixes.
* dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-13
|
* dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputil.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* dsputil.h: Clean up commentsDiego Biurrun2014-03-13
|
* dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-13
|
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
| | | | This helps grepping for functions, among other things.
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-13
|
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
|
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-13
|
* x86: Add some more missing headersDiego Biurrun2014-03-13
|
* ppc: Add some missing headersDiego Biurrun2014-03-13
|
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-13
|
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-13
| | | | | | The function is supposed to confirm that the compiler provided enough alignment, but in practice it is only run in certain code paths and insufficient alignment problems are restricted to legacy compilers.
* dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-13
|
* x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-13
|
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
| | | | | SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-13
| | | | SH4 has been end-of-lifed and no more test machines are available.
* build: Record dependency of eatqi decoder on dsputilDiego Biurrun2014-03-13
|
* configure: Add explicit dsputil dependency to mpegvideoencDiego Biurrun2014-03-13
| | | | | Previously, it was an implicit dependency through mpegvideo. Change this, as implicit dependencies can cause all sorts of trouble.
* ffv1: Drop bogus dependency on dsputilDiego Biurrun2014-03-13
| | | | ffv1 does not use any part of the dsputil framework.
* build: Drop stray LPC dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray MJPEG encoder dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray MLP decoder dependency on dsputilDiego Biurrun2014-03-13
|