summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-0517-194/+181
* mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-041-4/+4
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-012-2/+2
* ppc: fmtconvert: Drop two unused variables.Diego Biurrun2013-02-011-2/+2
* bink: fix a check for the first frame.Anton Khirnov2013-02-011-1/+2
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-312-43/+43
* mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö2013-01-311-1/+1
* dsputil: remove unused functions copy_block{2, 4, 8, 16}.Ronald S. Bultje2013-01-301-48/+0
* bfin: unbreak compilationLuca Barbato2013-01-292-0/+30
* h264: remove obsolete comment.Anton Khirnov2013-01-291-1/+0
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-292-7/+0
* utvideoenc/v410enc: do not set AVFrame.reference.Anton Khirnov2013-01-292-2/+0
* pthread: make ff_thread_release_buffer idempotent.Anton Khirnov2013-01-291-0/+3
* rawdec: use AVPALETTE_SIZE instead of magic constants.Anton Khirnov2013-01-291-2/+3
* mimic: remove a pointless cast.Anton Khirnov2013-01-291-2/+2
* mdec: return meaningful error codes.Anton Khirnov2013-01-291-11/+13
* mdec: cosmetics, reformatAnton Khirnov2013-01-291-80/+83
* mdec: merge mdec_common_init() into decode_init().Anton Khirnov2013-01-291-9/+3
* eatgv: use fixed-width types where appropriate.Anton Khirnov2013-01-291-8/+8
* x86: Simplify some arch conditionalsDiego Biurrun2013-01-292-2/+2
* bfin: Separate VP3 initialization codeDiego Biurrun2013-01-286-13/+14
* bfin: update VP3 idctLuca Barbato2013-01-281-0/+6
* x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-281-1/+1
* shorten: fix array subscript is below array bounds warningLuca Barbato2013-01-281-1/+1
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-282-6/+6
* arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_whtMartin Storsjö2013-01-271-8/+8
* dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-271-1/+1
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-271-0/+2
* hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-272-0/+16
* vdpau: add missing pixel format for H.264Rémi Denis-Courmont2013-01-271-0/+1
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-276-1312/+1380
* Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-262-188/+169
* mpegvideo_enc: fix indentation in load_input_picture()Anton Khirnov2013-01-261-70/+70
* mpegvideo_enc: do not modify the input frame.Anton Khirnov2013-01-261-8/+8
* mjpegdec: fix indentationAnton Khirnov2013-01-261-18/+18
* rawdec: cosmetics, reformatAnton Khirnov2013-01-261-58/+68
* mimic: return meaningful error codes.Anton Khirnov2013-01-261-20/+25
* mimic: cosmetics, reformatAnton Khirnov2013-01-261-54/+57
* iff: drop ff_ prefix from a static function.Anton Khirnov2013-01-261-3/+3
* pngdec: cosmetics, reformat.Anton Khirnov2013-01-261-73/+77
* dxa: return meaningful error codes.Anton Khirnov2013-01-261-7/+7
* eatgq: cosmetics, reformat.Anton Khirnov2013-01-261-65/+76
* eatgq: return meaningful error codes.Anton Khirnov2013-01-261-4/+4
* eatgv: cosmetics, reformatAnton Khirnov2013-01-261-76/+81
* eatgv: return meaningful error codes.Anton Khirnov2013-01-261-10/+10
* cyuv: return meaningful error codes.Anton Khirnov2013-01-261-4/+5
* txd: return meaningful error codes.Anton Khirnov2013-01-261-7/+8
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-261-3/+24
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-262-2/+4
* atrac3: use correct loop variable in add_tonal_components()Michael Karcher2013-01-251-1/+1
OpenPOWER on IntegriCloud