20505 Commits (b0fabed20fd9cbdc96f36687b84ebe75941e32de)

Author SHA1 Message Date
Michael Niedermayer 7ea5dbcb83 cavsdec: Fix assertion failure. 12 years ago
Stefano Sabatini 7b62d3415e lavc/h263dec: return or propagate proper error codes 12 years ago
Stefano Sabatini ac006d29d8 lavc/flvdec: return meaningful error codes 12 years ago
Michael Niedermayer 76fac07334 mpegaudiodec: replace pow(2.0,...) by exp2() 12 years ago
Michael Niedermayer c5f0b6bf41 atrac3: replace powf(2,...) by exp2f() 12 years ago
Michael Niedermayer 17b3251c6c ra144enc: avoid integer overflows. 12 years ago
Sébastien Brochet e14725cecc add OTF support for attachments 12 years ago
Ben Jackson 616ef2e8bd lavc/pngenc: Enable frame threading for PNG encodes 12 years ago
Diego Biurrun a84edbacaf x86: dsputil: Only compile motion_est code when encoders are enabled 12 years ago
Reinhard Nissl 2474ca1a22 aacdec.c: fix some comments 12 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 12 years ago
Martin Storsjö aefea4d0de Rename ff_put_string to avpriv_put_string 12 years ago
Samuel Pitoiset a0845bae49 mjpeg: Rename some symbols to avpriv_* instead of ff_* 12 years ago
Michael Niedermayer 44f83930d9 x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_blocks_avx 12 years ago
Derek Buitenhuis 3629d1c09d dsputil_template: Reindent after recent change 12 years ago
Michael Niedermayer 6add8eb2ce x86/h264dsp_init: put a HAVE_YASM back 12 years ago
Michael Niedermayer 17f9626b5d tiff/doubles2str: check for truncation 12 years ago
Michael Niedermayer 0196bc6f14 tiff/doubles2str: factor out component_len 12 years ago
Michael Niedermayer b9a07e787b srtdec: fix unsafe snprintf() return usage 12 years ago
Michael Niedermayer 9fea619f19 ass: assert that the timsstamps fitted in the buffers 12 years ago
Michael Niedermayer 4819d43d7f aacpsy: use exp2(f) instead of pow(f)(2,...) 12 years ago
Michael Niedermayer 363d302ea3 imc: use exp2 instead of pow(2,...) 12 years ago
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