20820 Commits (4334ba043e9601717af3a7ca46addfaf154d5fb6)

Author SHA1 Message Date
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 12 years ago
Michael Niedermayer d48ebfbdea mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in this function" 12 years ago
Michael Niedermayer dd081f98dd dct-test: fix order of evaluation bug 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Hendrik Leppkes fb4e983e0c x86: mlpdsp: mlp_filter_channel_x86 requires inline asm 12 years ago
Daniel Verkamp 124f0b2f46 flashsv2enc: only encode diff blocks when needed 12 years ago
Michael Niedermayer 097c64ffcb flashsv2enc: remove experimental flag, the encoder seems working now 12 years ago
Michael Niedermayer dbb9117d18 flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() 12 years ago
Michael Niedermayer 9b6467fd46 flashv2enc: reallocate not only on block count changes but on dimension changes. 12 years ago
Derek Buitenhuis 3174987b42 flashsv2enc: Replace a VLA with a heap alloc 12 years ago
Michael Niedermayer 9b326fc261 flashsv2enc: fix prev-Z-prime encoding 12 years ago
Michael Niedermayer 8e6511c1e1 proresdec2: avoid VLA and use SliceContext instead. 12 years ago
Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
Diego Biurrun 8cb7ed5562 x86: avcodec: Drop silly "_mmx" suffix from dsputil template names 12 years ago
Mans Rullgard 6efb698883 cavsdsp: set idct permutation independently of dsputil 12 years ago
Mans Rullgard 5fe64d88f6 x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov 12 years ago
Michael Niedermayer 5891e454a6 faxcompr: fix out of array read 12 years ago
Stefano Sabatini 911519caec lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE 12 years ago
Ben Jackson de9f5b6853 lavc/vp6: Disable deblock filtering for Simple Profile 12 years ago
Stefano Sabatini 144caa7280 lavc/raw-test: invert the order of key/value when printing the fourcc->pix_fmt map 12 years ago
Alberto Delmás 290d1022b2 mss2: simplify loop in decode_rle() 12 years ago
Alberto Delmás 9699b3a2d7 mss12: avoid unnecessary division in arith*_get_bit() 12 years ago
Alberto Delmás 6ceef07b21 mss2: do not try to read too many palette entries 12 years ago
Janne Grunau 59383d5740 mpegvideo: set AVFrame fields to NULL after freeing the base memory 12 years ago
Diego Biurrun ef6ba1f237 x86: dsputil: Do not redundantly check for CPU caps before calling init funcs 12 years ago
Michael Niedermayer 52fa5cea03 amrnbdec: silence a warning about unsigned cant be negative 12 years ago
Michael Niedermayer 750cc3c0e5 acelp_pitch_delay: add missing libm.h include for exp2() 12 years ago
Hendrik Leppkes d914ea6fd8 x86: vp56: cmov version of vp56_rac_get_prob requires inline asm 12 years ago
Michael Niedermayer 269e6212ee g723_1: add some const for more correctness 12 years ago
Michael Niedermayer 397ebc1d9b proresenc_anatoliy: add 2 const to silence 2 warnings 12 years ago
Nedeljko Babic b3fdfc8c4e Optimization of AC3 floating point decoder for MIPS 12 years ago
Michael Niedermayer 9afd55922a imgconvert: silence some const incompatible pointer warnings. 12 years ago
Luca Barbato 0db2d94280 dsputil: workaround __VA_ARGS__ missing tokenization for MSVC 12 years ago
Martin Storsjö 6d65496990 parser: Don't use pc as context for av_dlog 12 years ago
Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 12 years ago
Clément Bœsch 3b6e9cd7ec lavc/dvdsubdec: parse the size from the extradata. 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Michael Niedermayer 8c6d651fc3 paf: avoid using expressions with sideeffects in AV_R* 12 years ago
Michael Niedermayer 2d7d91f06d svq1enc: Set picture_structure correctly 12 years ago
Michael Niedermayer 91672504a4 mpegvideo: remove last_picture_ptr / h264 assert. 12 years ago
Michael Niedermayer 19000122a4 mpegvideo_enc: remove assert that has become obsolete with the new API 12 years ago
Michael Niedermayer 2c340596ca elbg: Fix an assert 12 years ago
Martin Storsjö cc86bd4ccc proresenc: Don't free a buffer not owned by the codec 12 years ago
Martin Storsjö 6d9e74cd41 proresenc: Write the full value in one put_bits call 12 years ago
Michael Niedermayer aa264da5bf adpcmenc: Calculate the IMA_QT predictor without overflow 12 years ago
Michael Niedermayer 688cb71252 aaccoder: switch to av_assert 12 years ago
Michael Niedermayer 7b1ff5e2f3 h263dec: fix xvid IDCT switching 12 years ago