| Commit message (Expand) | Author | Age | Files | Lines |
* | bink: fix a check for the first frame. | Anton Khirnov | 2013-02-01 | 1 | -1/+2 |
* | x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp | Diego Biurrun | 2013-01-31 | 2 | -43/+43 |
* | mpegvideo: Do REBASE_PICTURE with byte pointers | Martin Storsjö | 2013-01-31 | 1 | -1/+1 |
* | dsputil: remove unused functions copy_block{2, 4, 8, 16}. | Ronald S. Bultje | 2013-01-30 | 1 | -48/+0 |
* | bfin: unbreak compilation | Luca Barbato | 2013-01-29 | 2 | -0/+30 |
* | h264: remove obsolete comment. | Anton Khirnov | 2013-01-29 | 1 | -1/+0 |
* | mpegvideo: remove some unused variables from Picture. | Anton Khirnov | 2013-01-29 | 2 | -7/+0 |
* | utvideoenc/v410enc: do not set AVFrame.reference. | Anton Khirnov | 2013-01-29 | 2 | -2/+0 |
* | pthread: make ff_thread_release_buffer idempotent. | Anton Khirnov | 2013-01-29 | 1 | -0/+3 |
* | rawdec: use AVPALETTE_SIZE instead of magic constants. | Anton Khirnov | 2013-01-29 | 1 | -2/+3 |
* | mimic: remove a pointless cast. | Anton Khirnov | 2013-01-29 | 1 | -2/+2 |
* | mdec: return meaningful error codes. | Anton Khirnov | 2013-01-29 | 1 | -11/+13 |
* | mdec: cosmetics, reformat | Anton Khirnov | 2013-01-29 | 1 | -80/+83 |
* | mdec: merge mdec_common_init() into decode_init(). | Anton Khirnov | 2013-01-29 | 1 | -9/+3 |
* | eatgv: use fixed-width types where appropriate. | Anton Khirnov | 2013-01-29 | 1 | -8/+8 |
* | x86: Simplify some arch conditionals | Diego Biurrun | 2013-01-29 | 2 | -2/+2 |
* | bfin: Separate VP3 initialization code | Diego Biurrun | 2013-01-28 | 6 | -13/+14 |
* | bfin: update VP3 idct | Luca Barbato | 2013-01-28 | 1 | -0/+6 |
* | x86: hpeldsp: Fix a typo, use the right register | Michael Niedermayer | 2013-01-28 | 1 | -1/+1 |
* | shorten: fix array subscript is below array bounds warning | Luca Barbato | 2013-01-28 | 1 | -1/+1 |
* | dsputil: Fix error by not using redzone and register name | Daniel Kang | 2013-01-28 | 2 | -6/+6 |
* | arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht | Martin Storsjö | 2013-01-27 | 1 | -8/+8 |
* | dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2 | Daniel Kang | 2013-01-27 | 1 | -1/+1 |
* | dsputil: add missing HAVE_YASM guard | Daniel Kang | 2013-01-27 | 1 | -0/+2 |
* | hwaccel: do not offer unsupported pixel formats | Rémi Denis-Courmont | 2013-01-27 | 2 | -0/+16 |
* | vdpau: add missing pixel format for H.264 | Rémi Denis-Courmont | 2013-01-27 | 1 | -0/+1 |
* | dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm | Daniel Kang | 2013-01-27 | 6 | -1312/+1380 |
* | Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. | Ronald S. Bultje | 2013-01-26 | 2 | -188/+169 |
* | mpegvideo_enc: fix indentation in load_input_picture() | Anton Khirnov | 2013-01-26 | 1 | -70/+70 |
* | mpegvideo_enc: do not modify the input frame. | Anton Khirnov | 2013-01-26 | 1 | -8/+8 |
* | mjpegdec: fix indentation | Anton Khirnov | 2013-01-26 | 1 | -18/+18 |
* | rawdec: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -58/+68 |
* | mimic: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -20/+25 |
* | mimic: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -54/+57 |
* | iff: drop ff_ prefix from a static function. | Anton Khirnov | 2013-01-26 | 1 | -3/+3 |
* | pngdec: cosmetics, reformat. | Anton Khirnov | 2013-01-26 | 1 | -73/+77 |
* | dxa: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -7/+7 |
* | eatgq: cosmetics, reformat. | Anton Khirnov | 2013-01-26 | 1 | -65/+76 |
* | eatgq: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -4/+4 |
* | eatgv: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -76/+81 |
* | eatgv: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -10/+10 |
* | cyuv: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -4/+5 |
* | txd: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -7/+8 |
* | dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). | Anton Khirnov | 2013-01-26 | 1 | -3/+24 |
* | x86: h264qpel: Move stray comment to the right spot and clarify it | Diego Biurrun | 2013-01-26 | 2 | -2/+4 |
* | atrac3: use correct loop variable in add_tonal_components() | Michael Karcher | 2013-01-25 | 1 | -1/+1 |
* | libx264: introduce -x264-params private option | Gavriloaie Eugen-Andrei | 2013-01-25 | 1 | -0/+18 |
* | h264: Allow discarding the cropping information from SPS | Vittorio Giovara | 2013-01-25 | 4 | -1/+18 |
* | arm: Add mathops.h to ARCH_HEADERS list | Diego Biurrun | 2013-01-24 | 1 | -0/+2 |
* | x86: h264qpel: add cpu flag checks for init function | Janne Grunau | 2013-01-24 | 1 | -72/+75 |