139 Commits (527821a2dd6f19d9a4d2abe05833346ae86c66c6)

Author SHA1 Message Date
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Michael Niedermayer c297f7e57a avcodec/svq1enc: Do not print debug RD value before it has been computed 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt fea1f42e5f avcodec/ituh263enc: Make static initializations thread-safe 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 5 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Ramiro Polla 531fbce0b2 mpegvideo_enc: add intra_penalty option for p frames 5 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
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 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Michael Niedermayer 5362df2ee3 avcodec: remove unused sd variables 10 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Vittorio Giovara 56672aeaee svq1enc: Do not entangle coded_frame 10 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 11 years ago
Reimar Döffinger fcfc90ed65 svq1enc: remove pointless array element. 11 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 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 12 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