125 Commits (c4b08c8a4e54b752641d0792d9a73e16e62a0bbc)

Author SHA1 Message Date
Michael Niedermayer 70dc6bbf1b avcodec/svq1enc: Clear MMX state after svq1_encode_plane() 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Andreas Cadhalpun 9079e99d2c svq1enc: fix out of bounds reads 9 years ago
Michael Niedermayer 88fe45e0fe avcodec/svq1enc: Check dimensions 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer 5362df2ee3 avcodec: remove unused sd variables 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 56672aeaee svq1enc: Do not entangle coded_frame 9 years ago
Vittorio Giovara 28fb80dcbf svq1: Check memory allocation 10 years ago
Michael Niedermayer 404fe63e23 avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncContext 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Michael Niedermayer 6f7a32839d svq1enc: correctly handle memory error and allocations 10 years ago
Michael Niedermayer 79888388e7 avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or scratchbuffer alloc failure 10 years ago
Michael Niedermayer 2a3af77284 avcodec/svq1enc: Check memory allocations 10 years ago
Reimar Döffinger d0682b5eb0 svq1enc: reduce stack usage of recursively-called function. 10 years ago
Vittorio Giovara 59846452af svq1enc: check ff_get_buffer return value 10 years ago
James Almer a829870b2f avcodec/svq1enc: align buffer used by simd functions 10 years ago
Reimar Döffinger fcfc90ed65 svq1enc: remove pointless array element. 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
James Almer dad31083ae x86/svq1enc: port ssd_int8_vs_int16 to yasm 11 years ago
Michael Niedermayer 043bcdcdb0 avcodec/svq1enc: fix encoding of small widths 11 years ago
Diego Biurrun 65d5d58658 dsputil: Move SVQ1 encoding specific bits into svq1enc 11 years ago
Diego Biurrun 2ea2612df5 svq1enc: Rename SVQ1Context to SVQ1EncContext 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Michael Niedermayer a81ee2651f avcodec/svq1enc: fix undefined pointer operation 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Anton Khirnov 394ef4d18f svq1enc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer cb678cc2cf avcodec/svq1enc: fix frame rotation code 12 years ago
Ronald S. Bultje 1277dc07fb svq1enc: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje b42d594c85 svq1enc: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 542b83fc90 Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 30aeada3d8 svq1enc: Fix assignments in if() 12 years ago
Michael Niedermayer 37be1d802f svq1enc: Fix assignments in if() 12 years ago
Michael Niedermayer 7effc26ba7 svq1enc: check ff_get_buffer() return value 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Diego Biurrun 63a46c6101 svq1: Drop a bunch of useless parentheses 12 years ago
Diego Biurrun ada12f8366 svq1: K&R formatting cosmetics 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 2d7d91f06d svq1enc: Set picture_structure correctly 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago