76564 Commits (df06cb561102488f09c9ef24494cc7dd843cad1a)
 

Author SHA1 Message Date
  Hendrik Leppkes df06cb5611 Merge commit 'f128b8e19ac7f702adae899ab91cc1e80f238761' 9 years ago
  Hendrik Leppkes 3a8b37c590 Merge commit '50d2a3b5f34e6f99e5ffe17f2be5eb1815555960' 9 years ago
  Hendrik Leppkes 0c1a6f577b Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c' 9 years ago
  Hendrik Leppkes 446ac80ea5 Merge commit '4a326923381f2bc0fb7d960c8f8366a5456bc4ab' 9 years ago
  Hendrik Leppkes b40e43c5c4 Merge commit '452d659aa4a742106c70ffe9ef3df47ef5b81ea6' 9 years ago
  Hendrik Leppkes 618817b6a8 Merge commit 'f8d10511fef0bb3265f2d7bdfd38f90f60731d80' 9 years ago
  Hendrik Leppkes 2e82d51714 Merge commit '4dfbc7a7559ccab666a8fd39de4224eb4b02c768' 9 years ago
  Hendrik Leppkes 8600fef123 Merge commit '60f50374f1955442dc987abc4a6c61c2109620c2' 9 years ago
  Hendrik Leppkes 2503aa6bd9 Merge commit '0b699920f3c0b2e30969b38ce59226653f9d80ec' 9 years ago
  Hendrik Leppkes d786cdff1c Merge commit '1e7ff5ac6923996f7292c82f102c68384fbc9d97' 9 years ago
  James Almer 9f4a41bf99 avutil/softfloat: use abort() instead of av_assert0(0) 9 years ago
  Michael Niedermayer 6e3244fb09 avcodec/g729postfilter: Avoid function calls in FFMAX() arguments 9 years ago
  wm4 dafe4cd29c mmaldec: send only a single EOS packet on flushing 9 years ago
  Michael Niedermayer 8a024f6a43 avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build with VS2012 9 years ago
  Timothy Gu 480bad7c6d avformat: Add v210[x] demuxer 9 years ago
  Michael Niedermayer b83c849e87 tests/fate/avformat: Fix fate-lavf 9 years ago
  Andreas Cadhalpun d7f29bfa69 aacdec: don't return frames without data from aac_decode_er_frame 9 years ago
  Andreas Cadhalpun ef7fe9851e aacps: avoid division by zero in stereo_processing 9 years ago
  Ganesh Ajjanagadde 6c2dbff7f0 ffserver: fix incorrect strlcpy usage 9 years ago
  Ganesh Ajjanagadde cf491a925e swresample/resample: speed up Blackman Nuttall filter 9 years ago
  Ganesh Ajjanagadde b87ca4bf25 swresample/resample: speed up upsampling by precomputing sines 9 years ago
  Simon Thelen b02201efb5 doc/ffmpeg: Clarify that the sdp_file option requires an rtp output. 9 years ago
  Simon Thelen 70fb5eadc5 ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. 9 years ago
  Bryan Huh 72f9a6349c avformat/cache: Avoid int-overflow in cache compare function 9 years ago
  Agatha Hu ddbad15898 avcodec/nvenc: update nvenc default parameters 9 years ago
  Matt Oliver f984174512 avutil/x86/intmath: Correct intrinsic headers for older compilers. 9 years ago
  Paul B Mahol 0cfd4a993f avformat/rsd: add XMA support 9 years ago
  Ganesh Ajjanagadde a5202bc968 swresample/resample: improve bessel function accuracy and speed 9 years ago
  Ganesh Ajjanagadde 1bed09a30e swresample: allow double precision beta value for the Kaiser window 9 years ago
  Andreas Cadhalpun 9ac61e73d0 softfloat: handle INT_MIN correctly in av_int2sf 9 years ago
  Andreas Cadhalpun f3866a14c3 softfloat: assert when the argument of av_sqrt_sf is negative 9 years ago
  Kyle Swanson 6a11c7f160 avfilter: add anoisesrc 9 years ago
  Michael Niedermayer 955cdc43a3 avutil/softfloat: Include negative numbers in cmp/gt tests 9 years ago
  Michael Niedermayer 05b05a7a84 avutil/softfloat: Fix av_gt_sf() with large exponents try #2 9 years ago
  Michael Niedermayer 791ea23e57 avutil/softfloat: Add test for av_gt_sf() 9 years ago
  Michael Niedermayer ecfb076141 avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents 9 years ago
  Michael Niedermayer cee3c9d29a avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf() 9 years ago
  Michael Niedermayer df2a2117d2 avutil/softfloat: Add test for av_cmp_sf() 9 years ago
  Michael Niedermayer 596dfe7d6c avutil/softfloat: Add tests for exponent underflows 9 years ago
  Michael Niedermayer 046218b212 avutil/softfloat: Fix exponent underflow in av_div_sf() 9 years ago
  Michael Niedermayer a1e3303fc0 avutil/softfloat: Fix exponent underflow in av_mul_sf() 9 years ago
  Michael Niedermayer 4135a2bfd6 avutil/softfloat: Fix typo in av_mul_sf() doxy 9 years ago
  Michael Niedermayer 4b6ad23609 Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()" 9 years ago
  Michael Niedermayer 0269fb11e3 avutil/softfloat: Check for MIN_EXP in av_sqrt_sf() 9 years ago
  Michael Niedermayer 107db5abf3 avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf() 9 years ago
  Michael Niedermayer dcf1cf5d24 avcodec/aacsbr: Use FLOAT_0 9 years ago
  Michael Niedermayer a66b243d52 avutil/softfloat: FLOAT_0 should use MIN_EXP 9 years ago
  Timothy Gu 3d20f8e7c0 Add pixblockdsp checkasm tests 9 years ago
  Timothy Gu 4b80b895a9 pixblockdsp: x86: Condense diff_pixels_* to a shared macro 9 years ago
  Michael Niedermayer 7cea3430a5 avcodec/takdec: Use memove, avoid undefined memcpy() use 9 years ago