| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 | 20 | -20/+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 |
* | 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 | 12 | -4397/+5 |
* | Remove all SH4 architecture optimizations | Diego Biurrun | 2014-03-13 | 10 | -393/+7 |
* | ffv1: Drop bogus dependency on dsputil | Diego Biurrun | 2014-03-13 | 2 | -5/+0 |
* | build: Drop stray mpc8 decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | armv6: vp8: use explicit labels in motion compensation asm | Janne Grunau | 2014-03-12 | 1 | -1/+7 |
* | copy_block: K&R formatting cosmetics | Vittorio Giovara | 2014-03-12 | 1 | -14/+11 |
* | golomb: Add a get_se_golomb_long | Luca Barbato | 2014-03-10 | 1 | -0/+12 |
* | hevc: make pps/sps ids unsigned where necessary | Vittorio Giovara | 2014-03-09 | 2 | -5/+5 |
* | hevc: Do not turn 32bit timebases into negative numbers | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: use av_mallocz() for allocating tab_ipm | Michael Niedermayer | 2014-03-09 | 1 | -1/+1 |
* | hevc: Use get_bits_long() in decode_vui() | Michael Niedermayer | 2014-03-09 | 1 | -2/+2 |
* | arm: get_cabac inline asm | Janne Grunau | 2014-03-09 | 2 | -0/+105 |
* | aarch64: get_cabac inline asm | Janne Grunau | 2014-03-09 | 3 | -1/+108 |
* | arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declaration | Janne Grunau | 2014-03-09 | 1 | -1/+1 |
* | arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6 | Janne Grunau | 2014-03-08 | 1 | -6/+4 |
* | rv10: K&R formatting cosmetics | Keiji Costantini | 2014-03-08 | 1 | -44/+63 |
* | rv10: Forward error from rv10_decode_packet | Keiji Costantini | 2014-03-08 | 1 | -1/+4 |
* | g2meet: K&R formatting cosmetics | Diego Biurrun | 2014-03-08 | 1 | -30/+41 |
* | fic: Properly handle skip frames | Derek Buitenhuis | 2014-03-07 | 1 | -0/+5 |
* | libx265: Support API version 9 | Derek Buitenhuis | 2014-03-06 | 1 | -5/+5 |
* | dxva2: Increase maximum number of slices for mpeg2 | Rainer Hochecker | 2014-03-06 | 1 | -3/+6 |
* | build: Let the SVQ3 decoder depend on the H.264 decoder | Diego Biurrun | 2014-03-06 | 1 | -4/+1 |
* | x86: dcadsp: Fix linking with yasm and optimizations disabled | Diego Biurrun | 2014-03-05 | 1 | -0/+4 |
* | arm: hpeldsp: prevent overreads in armv6 asm | Janne Grunau | 2014-03-05 | 1 | -8/+12 |
* | x86: cabac: Use correct #includes to make header compile standalone | Diego Biurrun | 2014-03-05 | 1 | -1/+1 |
* | av_vdpau_get_profile: mask out H.264 intra profile flag | RĂ©mi Denis-Courmont | 2014-03-04 | 1 | -1/+1 |
* | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 8 | -13/+19 |
* | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -9/+0 |
* | ituh263: reject b-frame with pp_time = 0 | Keiji Costantini | 2014-03-01 | 1 | -0/+2 |
* | pthread_frame: flush all threads on flush, not just the first one | Anton Khirnov | 2014-02-28 | 1 | -2/+3 |