| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 3 | -391/+429 |
* | ppc: dsputil: comment formatting and wording/grammar improvements | Diego Biurrun | 2014-03-20 | 7 | -199/+180 |
* | hpeldsp_template: Merge some declarations and initializations | Diego Biurrun | 2014-03-20 | 1 | -4/+4 |
* | hpeldsp_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -213/+297 |
* | hpel_template: Drop some unnecessary parentheses | Diego Biurrun | 2014-03-20 | 1 | -3/+3 |
* | hpel_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -72/+117 |
* | libopenjpeg: Support rgba64 decoding | Vittorio Giovara | 2014-03-18 | 1 | -1/+1 |
* | libopenjpeg: Support rgba64 encoding | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+3 |
* | libopenjpeg: K&R formatting cosmetics | Vittorio Giovara | 2014-03-18 | 2 | -91/+91 |
* | sbrdsp: move #if to disable all educational code | Janne Grunau | 2014-03-18 | 1 | -4/+8 |
* | lavc: er: remove unused variable size | Janne Grunau | 2014-03-18 | 1 | -1/+0 |
* | svq3: directly set pix_fmt and color_range | Vittorio Giovara | 2014-03-18 | 1 | -1/+2 |
* | libx264: check color_range | Vittorio Giovara | 2014-03-16 | 1 | -1/+2 |
* | ljpeg: check color_range | Vittorio Giovara | 2014-03-16 | 1 | -1/+2 |
* | mdec: set color_range | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | mjpeg: set color_range | Vittorio Giovara | 2014-03-16 | 1 | -1/+6 |
* | fraps: set color_range | Vittorio Giovara | 2014-03-16 | 1 | -0/+2 |
* | tiff: Support rgba encoding | Carl Eugen Hoyos | 2014-03-16 | 1 | -0/+2 |
* | raw, nut: Support rgba64 encoding | Carl Eugen Hoyos | 2014-03-16 | 1 | -0/+4 |
* | png: Support rgb48 and rgba64 encoding | Carl Eugen Hoyos | 2014-03-16 | 1 | -1/+9 |
* | png: K&R formatting cosmetics | Vittorio Giovara | 2014-03-16 | 4 | -185/+209 |
* | codec_desc: update dvaudio tag | Vittorio Giovara | 2014-03-16 | 1 | -1/+1 |
* | h264 does not depend on mpegvideo any more | Vittorio Giovara | 2014-03-16 | 7 | -7/+2 |
* | mpegvideo: remove h264-only fields | Vittorio Giovara | 2014-03-16 | 1 | -11/+0 |
* | mpegvideo: move ff_draw_horiz_band() to mpegutils.c | Vittorio Giovara | 2014-03-16 | 5 | -58/+99 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 41 | -78/+154 |
* | h264: Remove MotionEstContext and move the relevant fields to H264Context | Vittorio Giovara | 2014-03-16 | 3 | -17/+14 |
* | h264: Replace mpegvideo-specific MAX_THREADS by private define | Vittorio Giovara | 2014-03-16 | 2 | -5/+6 |
* | h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define | Vittorio Giovara | 2014-03-16 | 3 | -12/+14 |
* | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 8 | -90/+148 |
* | er: move relevant fields from Picture to ERPicture | Vittorio Giovara | 2014-03-16 | 5 | -124/+145 |
* | h264: directly use frames in ff_h264_draw_horiz_band() | Vittorio Giovara | 2014-03-16 | 1 | -5/+5 |
* | mpegvideo: directly use frames in ff_draw_horiz_band() | Vittorio Giovara | 2014-03-16 | 3 | -11/+12 |
* | codec_desc: group image codecs together | Vittorio Giovara | 2014-03-14 | 1 | -170/+172 |
* | codec_desc: add missing .long_name | Vittorio Giovara | 2014-03-14 | 1 | -0/+4 |
* | codec_desc: K&R formatting cosmetics | Vittorio Giovara | 2014-03-14 | 1 | -4/+3 |
* | arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototype | Diego Biurrun | 2014-03-14 | 1 | -2/+1 |
* | ljpeg: fix duplicated pixel format entry | Vittorio Giovara | 2014-03-13 | 1 | -1/+1 |
* | bfin: Use more sensible file names | Diego Biurrun | 2014-03-13 | 8 | -10/+10 |
* | bfin: hpeldsp: Split no_rnd pixel operations off into a separate file | Diego Biurrun | 2014-03-13 | 3 | -64/+82 |
* | bfin: dsputil: Unconditionally compile hpel pixels code | Diego Biurrun | 2014-03-13 | 1 | -2/+2 |
* | 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 |
* | 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 | 6 | -99/+15 |
* | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 2 | -17/+2 |
* | bfin: dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 3 | -94/+112 |
* | 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 |
* | bfin: dsputil: Drop broken vsad bits | Diego Biurrun | 2014-03-13 | 1 | -12/+0 |