Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -952/+0 |
| | |||||
* | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 1 | -5/+3 |
| | |||||
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -46/+6 |
| | |||||
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -22/+2 |
| | |||||
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 1 | -30/+0 |
| | |||||
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -79/+0 |
| | |||||
* | dsputil: Split off *_8x8basis to a separate context | Diego Biurrun | 2014-07-06 | 1 | -32/+0 |
| | |||||
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -161/+1 |
| | |||||
* | dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory | Diego Biurrun | 2014-06-26 | 1 | -22/+5 |
| | |||||
* | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 1 | -91/+0 |
| | |||||
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -27/+0 |
| | |||||
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -85/+0 |
| | |||||
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -36/+0 |
| | |||||
* | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 1 | -2/+0 |
| | | | | | | Blackfin is a painful platform to work with, no test machines are available and the range of multimedia applications is dubious. Thus it only represents a maintenance burden. | ||||
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -727/+0 |
| | |||||
* | dsputil: Move Bink-specific add_pixels8 to binkdsp | Diego Biurrun | 2014-05-29 | 1 | -21/+0 |
| | |||||
* | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 1 | -15/+0 |
| | |||||
* | dsputil: Move mspel_pixels_tab to the only place it is used | Diego Biurrun | 2014-05-29 | 1 | -114/+4 |
| | |||||
* | dsputil: Move ff_alternate_*_scan tables to mpegvideo | Diego Biurrun | 2014-05-29 | 1 | -22/+0 |
| | |||||
* | dsputil: Move SVQ1 encoding specific bits into svq1enc | Diego Biurrun | 2014-05-29 | 1 | -12/+0 |
| | |||||
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -56/+0 |
| | | | | Also shorten HuffYUV context member names to avoid clutter. | ||||
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -98/+0 |
| | | | | Also shorten HuffYUV context member names to avoid clutter. | ||||
* | dsputil: Move DV-specific ff_zigzag248_direct table to dvdata | Diego Biurrun | 2014-04-04 | 1 | -13/+0 |
| | |||||
* | dsputil: Move draw_edges and clear_block* out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -0/+38 |
| | | | | The functions are not used templatized. | ||||
* | dsputil: Move RV40-specific bits into rv40dsp | Diego Biurrun | 2014-03-26 | 1 | -22/+0 |
| | |||||
* | dsputil_template: Detemplatize the code | Diego Biurrun | 2014-03-26 | 1 | -13/+5 |
| | | | | The indirection makes no sense without multiple instantiation. | ||||
* | dsputil_template: Move bits that are used templatized into separate file | Diego Biurrun | 2014-03-26 | 1 | -1/+2 |
| | | | | This allows detemplatizing the bits that are not instantiated twice. | ||||
* | dsputil: Move hpel_template #include out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -0/+1 |
| | | | | Multiple inclusion makes no sense as it is only used in the 8-bit case. | ||||
* | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 1 | -298/+1 |
| | |||||
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 1 | -36/+31 |
| | |||||
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 1 | -4/+6 |
| | | | | This avoids recalculating the value over and over again. | ||||
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -12/+12 |
| | | | | Also switch from "tbl" to "tab" name suffixes. | ||||
* | dsputil: Merge variable declarations and initializations | Diego Biurrun | 2014-03-13 | 1 | -71/+34 |
| | |||||
* | dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -1572/+1911 |
| | |||||
* | dsputil: Remove disabled avg_no_rnd_qpel leftovers | Diego Biurrun | 2014-03-13 | 1 | -4/+1 |
| | |||||
* | dsputil: Drop ff_check_alignment() function | Diego Biurrun | 2014-03-13 | 1 | -23/+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. | ||||
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
| | | | | | 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 | 1 | -2/+0 |
| | | | | SH4 has been end-of-lifed and no more test machines are available. | ||||
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -14/+0 |
| | | | | The (optimized) functions are used nowhere else. | ||||
* | dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo | Diego Biurrun | 2013-12-02 | 1 | -5/+0 |
| | | | | The table is MMX-specific and used nowhere else. | ||||
* | dsputil/pngdsp: fix signed/unsigned type in end comparison | Michael Niedermayer | 2013-11-28 | 1 | -2/+2 |
| | | | | Fixes out of array accesses and integer overflows. | ||||
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -2/+0 |
| | | | | Alpha has been end-of-lifed and no more test machines are available. | ||||
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -79/+0 |
| | |||||
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -7/+14 |
| | |||||
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
| | | | | Also give consistent names to init functions. | ||||
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+6 |
| | |||||
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -4/+4 |
| | |||||
* | dsputil: Remove non-8bpp draw_edge | Ronald S. Bultje | 2013-04-19 | 1 | -2/+2 |
| | | | | | | It is never used. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: Merge 9-10 bpp functions for get_pixels and draw_edge | Ronald S. Bultje | 2013-04-19 | 1 | -8/+2 |
| | | | | | | | These only care about pixel storage unit size, not actual bits used (i.e. they don't clip). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: Remove unused 32-bit functions | Ronald S. Bultje | 2013-04-19 | 1 | -8/+9 |
| | | | | | | | | Previously, if dct_bits was set to 32, we used separate 32-bit versions of these functions. Since dct_bits now is removed, remove the unused 32-bit versions of the functions. Signed-off-by: Martin Storsjö <martin@martin.st> |