summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun2014-03-131-2/+2
| | | | The functions it contains are used from unconditionally compiled code.
* 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
| | | | This is done similarly for all other architectures.
* bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun2014-03-132-35/+62
|
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-137-69/+25
|
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-135-34/+45
|
* bfin: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-133-94/+112
| | | | Also add a few #endif comments.
* 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
| | | | They were marked as broken and disabled in 2009 and will never get fixed.
* bfin: dsputil: Drop broken vsad bitsDiego Biurrun2014-03-131-12/+0
| | | | They were marked as broken and disabled in 2009 and will never get fixed.
* bfin: dsputil: Remove unused global variableDiego Biurrun2014-03-131-2/+0
|
* x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-131-30/+30
|
* x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-131-61/+62
|
* x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-7/+10
|
* x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-131-150/+161
|
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-726/+769
|
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-55/+49
|
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-131-3/+0
|
* dsputil_template: K&R formatting cosmeticsDiego Biurrun2014-03-131-164/+257
|
* rnd_avg.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-6/+8
|
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-1320-51/+51
| | | | Also switch from "tbl" to "tab" name suffixes.
* dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-132-73/+35
|
* dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-131-1572/+1911
|
* dsputil.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-53/+99
|
* dsputil.h: Clean up commentsDiego Biurrun2014-03-131-39/+46
|
* dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-131-4/+1
|
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-1324-246/+308
| | | | This helps grepping for functions, among other things.
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-131-8/+12
|
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-1321-22/+20
|
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-134-0/+13
|
* x86: Add some more missing headersDiego Biurrun2014-03-134-0/+4
|
* ppc: Add some missing headersDiego Biurrun2014-03-133-0/+4
|
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-135-1/+6
|
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-133-31/+0
| | | | | | 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-132-2/+0
|
* x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-131-44/+0
|
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-1320-4644/+6
| | | | | 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-1310-393/+7
| | | | SH4 has been end-of-lifed and no more test machines are available.
* build: Record dependency of eatqi decoder on dsputilDiego Biurrun2014-03-131-1/+1
|
* configure: Add explicit dsputil dependency to mpegvideoencDiego Biurrun2014-03-131-1/+1
| | | | | 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-133-7/+2
| | | | ffv1 does not use any part of the dsputil framework.
* build: Drop stray LPC dependency on dsputilDiego Biurrun2014-03-131-1/+0
|
* build: Drop stray MJPEG encoder dependency on dsputilDiego Biurrun2014-03-131-1/+1
|
* build: Drop stray MLP decoder dependency on dsputilDiego Biurrun2014-03-131-1/+1
|
* build: Drop stray PNG decoder dependency on dsputilDiego Biurrun2014-03-131-1/+0
|
* build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-132-3/+1
|
* Prepare for 11_alpha1 ReleaseReinhard Tartler2014-03-131-1/+1
|
* avconv: Match stream idLuca Barbato2014-03-132-0/+8
| | | | Quite useful to select by pid in MPEG-TS.
* http: Properly initialize icy headers stringAlessandro Ghedini2014-03-121-0/+4
| | | | | | | | | | | | | | The icy_metadata_headers string never gets initialized, so, during the first call to av_strlcatf() in parse_icy(), strlen() will be called on a pointer to uninitialized memory. At best this causes some garbage data to be left at the start of the string. By initializing icy_metadata_headers to the empty string, the first call to strlen() will always return 0, so that data is appended from the start of the string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: Point to the correct, actually maintained gas-preprocessor repoMartin Storsjö2014-03-121-2/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
OpenPOWER on IntegriCloud