20456 Commits (578bbf8149fcb0ae98055e67e6ab92f23384e6fe)

Author SHA1 Message Date
  Derek Buitenhuis 578bbf8149 diracdsp: Fix unprotected inline asm 13 years ago
  Michael Niedermayer 0ea65bbeee ratecontrol: change a commented printf to av_log 13 years ago
  Michael Niedermayer 50dba71b7d ratecontrol: fix get_fps() argument 13 years ago
  Michael Niedermayer ce7876cbf4 ratecontrol: Dynamically choose a default for rc_max_available_vbv_use 13 years ago
  Michael Niedermayer a990a30883 ratecontrol: correct predictor in case of stuffing 13 years ago
  Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 13 years ago
  Michael Niedermayer ba9e9605ad cavsdec/decode_mb_b: fix return type 13 years ago
  Michael Niedermayer 386d60f978 aacdec/lcg_random: fix harmless integer overflow 13 years ago
  Michael Niedermayer 7ea5dbcb83 cavsdec: Fix assertion failure. 13 years ago
  Stefano Sabatini 7b62d3415e lavc/h263dec: return or propagate proper error codes 13 years ago
  Stefano Sabatini ac006d29d8 lavc/flvdec: return meaningful error codes 13 years ago
  Michael Niedermayer 76fac07334 mpegaudiodec: replace pow(2.0,...) by exp2() 13 years ago
  Michael Niedermayer c5f0b6bf41 atrac3: replace powf(2,...) by exp2f() 13 years ago
  Michael Niedermayer 17b3251c6c ra144enc: avoid integer overflows. 13 years ago
  Sébastien Brochet e14725cecc add OTF support for attachments 13 years ago
  Ben Jackson 616ef2e8bd lavc/pngenc: Enable frame threading for PNG encodes 13 years ago
  Diego Biurrun a84edbacaf x86: dsputil: Only compile motion_est code when encoders are enabled 13 years ago
  Reinhard Nissl 2474ca1a22 aacdec.c: fix some comments 13 years ago
  Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 13 years ago
  Martin Storsjö aefea4d0de Rename ff_put_string to avpriv_put_string 13 years ago
  Samuel Pitoiset a0845bae49 mjpeg: Rename some symbols to avpriv_* instead of ff_* 13 years ago
  Michael Niedermayer 44f83930d9 x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_blocks_avx 13 years ago
  Derek Buitenhuis 3629d1c09d dsputil_template: Reindent after recent change 13 years ago
  Michael Niedermayer 6add8eb2ce x86/h264dsp_init: put a HAVE_YASM back 13 years ago
  Michael Niedermayer 17f9626b5d tiff/doubles2str: check for truncation 13 years ago
  Michael Niedermayer 0196bc6f14 tiff/doubles2str: factor out component_len 13 years ago
  Michael Niedermayer b9a07e787b srtdec: fix unsafe snprintf() return usage 13 years ago
  Michael Niedermayer 9fea619f19 ass: assert that the timsstamps fitted in the buffers 13 years ago
  Michael Niedermayer 4819d43d7f aacpsy: use exp2(f) instead of pow(f)(2,...) 13 years ago
  Michael Niedermayer 363d302ea3 imc: use exp2 instead of pow(2,...) 13 years ago
  Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 13 years ago
  Michael Niedermayer d48ebfbdea mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in this function" 13 years ago
  Michael Niedermayer dd081f98dd dct-test: fix order of evaluation bug 13 years ago
  Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 13 years ago
  Hendrik Leppkes fb4e983e0c x86: mlpdsp: mlp_filter_channel_x86 requires inline asm 13 years ago
  Daniel Verkamp 124f0b2f46 flashsv2enc: only encode diff blocks when needed 13 years ago
  Michael Niedermayer 097c64ffcb flashsv2enc: remove experimental flag, the encoder seems working now 13 years ago
  Michael Niedermayer dbb9117d18 flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() 13 years ago
  Michael Niedermayer 9b6467fd46 flashv2enc: reallocate not only on block count changes but on dimension changes. 13 years ago
  Derek Buitenhuis 3174987b42 flashsv2enc: Replace a VLA with a heap alloc 13 years ago
  Michael Niedermayer 9b326fc261 flashsv2enc: fix prev-Z-prime encoding 13 years ago
  Michael Niedermayer 8e6511c1e1 proresdec2: avoid VLA and use SliceContext instead. 13 years ago
  Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 13 years ago
  Diego Biurrun 8cb7ed5562 x86: avcodec: Drop silly "_mmx" suffix from dsputil template names 13 years ago
  Mans Rullgard 6efb698883 cavsdsp: set idct permutation independently of dsputil 13 years ago
  Mans Rullgard 5fe64d88f6 x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov 13 years ago
  Michael Niedermayer 5891e454a6 faxcompr: fix out of array read 13 years ago
  Stefano Sabatini 911519caec lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE 13 years ago
  Ben Jackson de9f5b6853 lavc/vp6: Disable deblock filtering for Simple Profile 13 years ago
  Stefano Sabatini 144caa7280 lavc/raw-test: invert the order of key/value when printing the fourcc->pix_fmt map 13 years ago