Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bfin: dsputil: Unconditionally compile hpel pixels code | Diego Biurrun | 2014-03-13 | 1 | -2/+2 |
| | | | | The functions it contains are used from unconditionally compiled code. | ||||
* | bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistency | Diego Biurrun | 2014-03-13 | 2 | -34/+34 |
| | |||||
* | bfin: Move all assembly declarations only used within one .c file there | Diego Biurrun | 2014-03-13 | 6 | -95/+43 |
| | | | | This is done similarly for all other architectures. | ||||
* | bfin: hpeldsp: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 2 | -35/+62 |
| | |||||
* | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 7 | -69/+25 |
| | |||||
* | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 5 | -34/+45 |
| | |||||
* | bfin: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 3 | -94/+112 |
| | | | | Also add a few #endif comments. | ||||
* | bfin: dsputil: Drop broken and trivial profiling code | Diego Biurrun | 2014-03-13 | 1 | -40/+0 |
| | |||||
* | bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bits | Diego Biurrun | 2014-03-13 | 3 | -114/+0 |
| | | | | They were marked as broken and disabled in 2009 and will never get fixed. | ||||
* | bfin: dsputil: Drop broken vsad bits | Diego Biurrun | 2014-03-13 | 1 | -12/+0 |
| | | | | They were marked as broken and disabled in 2009 and will never get fixed. | ||||
* | bfin: dsputil: Remove unused global variable | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
| | |||||
* | x86: dsputil_init: Drop some unnecessary parentheses | Diego Biurrun | 2014-03-13 | 1 | -30/+30 |
| | |||||
* | x86: dsputil_init: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -61/+62 |
| | |||||
* | x86: dsputil_x86.h: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -7/+10 |
| | |||||
* | x86: motion_est: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -150/+161 |
| | |||||
* | dsputilenc_mmx: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -726/+769 |
| | |||||
* | dsputil_mmx: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -55/+49 |
| | |||||
* | dsputilenc_mmx: Merge two assignment blocks with identical conditions | Diego Biurrun | 2014-03-13 | 1 | -3/+0 |
| | |||||
* | dsputil_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -164/+257 |
| | |||||
* | rnd_avg.h: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -6/+8 |
| | |||||
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 20 | -51/+51 |
| | | | | Also switch from "tbl" to "tab" name suffixes. | ||||
* | dsputil: Merge variable declarations and initializations | Diego Biurrun | 2014-03-13 | 2 | -73/+35 |
| | |||||
* | dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -1572/+1911 |
| | |||||
* | dsputil.h: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -53/+99 |
| | |||||
* | dsputil.h: Clean up comments | Diego Biurrun | 2014-03-13 | 1 | -39/+46 |
| | |||||
* | dsputil: Remove disabled avg_no_rnd_qpel leftovers | Diego Biurrun | 2014-03-13 | 1 | -4/+1 |
| | |||||
* | x86: Make function prototype comments in assembly code consistent | Diego Biurrun | 2014-03-13 | 24 | -246/+308 |
| | | | | This helps grepping for functions, among other things. | ||||
* | x86: h264_idct_10_bit: Use proper type in function prototype comments | Diego Biurrun | 2014-03-13 | 1 | -8/+12 |
| | |||||
* | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 21 | -22/+20 |
| | |||||
* | arm: dsputil: Add a bunch of missing #includes | Diego Biurrun | 2014-03-13 | 4 | -0/+13 |
| | |||||
* | x86: Add some more missing headers | Diego Biurrun | 2014-03-13 | 4 | -0/+4 |
| | |||||
* | ppc: Add some missing headers | Diego Biurrun | 2014-03-13 | 3 | -0/+4 |
| | |||||
* | dsputil: Move intreadwrite.h #include from header file to .c files | Diego Biurrun | 2014-03-13 | 5 | -1/+6 |
| | |||||
* | dsputil: Drop ff_check_alignment() function | Diego Biurrun | 2014-03-13 | 3 | -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 functions | Diego Biurrun | 2014-03-13 | 2 | -2/+0 |
| | |||||
* | x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCT | Diego Biurrun | 2014-03-13 | 1 | -44/+0 |
| | |||||
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 20 | -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 optimizations | Diego Biurrun | 2014-03-13 | 10 | -393/+7 |
| | | | | SH4 has been end-of-lifed and no more test machines are available. | ||||
* | build: Record dependency of eatqi decoder on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | configure: Add explicit dsputil dependency to mpegvideoenc | Diego Biurrun | 2014-03-13 | 1 | -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 dsputil | Diego Biurrun | 2014-03-13 | 3 | -7/+2 |
| | | | | ffv1 does not use any part of the dsputil framework. | ||||
* | build: Drop stray LPC dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+0 |
| | |||||
* | build: Drop stray MJPEG encoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | build: Drop stray MLP decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | build: Drop stray PNG decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+0 |
| | |||||
* | build: Drop stray mpc8 decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 2 | -3/+1 |
| | |||||
* | Prepare for 11_alpha1 Release | Reinhard Tartler | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | avconv: Match stream id | Luca Barbato | 2014-03-13 | 2 | -0/+8 |
| | | | | Quite useful to select by pid in MPEG-TS. | ||||
* | http: Properly initialize icy headers string | Alessandro Ghedini | 2014-03-12 | 1 | -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 repo | Martin Storsjö | 2014-03-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> |