summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-031-1/+1
* avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde2015-12-022-0/+8
* avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer2015-12-022-0/+45
* avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-021-3/+10
* avutil/tablegen: add tablegen libm compatibility shimsGanesh Ajjanagadde2015-12-011-0/+53
* avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-011-2/+2
* avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-011-0/+8
* avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde2015-11-261-2/+2
* avutil/libm: fix isnan compatibility hackGanesh Ajjanagadde2015-11-241-1/+1
* imgutils: Use designated initializers for AVClassTimothy Gu2015-11-231-2/+12
* avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-231-0/+3
* avutil/motion_vector: export subpel motion informationClément Bœsch2015-11-232-1/+8
* Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis2015-11-223-14/+105
|\
| * xtea: Add functions for little endian modeMartin Storsjö2015-11-133-14/+105
* | avutil/eval: change sqrt to hypotGanesh Ajjanagadde2015-11-211-1/+1
* | configure+libm.h: add hypot emulationGanesh Ajjanagadde2015-11-211-0/+23
* | avutil/libm: correct isnan, isinf compat hacksGanesh Ajjanagadde2015-11-211-2/+32
* | Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'Derek Buitenhuis2015-11-191-2/+4
|\ \ | |/
| * xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-131-2/+4
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-183-1/+20
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-152-39/+37
* | avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-132-1/+40
* | avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-121-1/+1
* | avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-121-1/+24
* | avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-111-1/+1
* | avutil/softfloat: use abort() instead of av_assert0(0)James Almer2015-11-101-1/+1
* | avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-091-2/+6
* | softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-081-1/+6
* | softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-081-0/+2
* | avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-081-3/+3
* | avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-081-2/+2
* | avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-081-0/+8
* | avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-081-0/+9
* | avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-081-4/+8
* | avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-081-0/+13
* | avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-081-0/+12
* | avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer2015-11-081-1/+4
* | avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer2015-11-081-1/+4
* | avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer2015-11-081-1/+1
* | Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer2015-11-081-4/+0
* | avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer2015-11-081-0/+4
* | avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer2015-11-081-1/+1
* | avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer2015-11-081-1/+1
* | lavu/opt: enhance printing durations.Nicolas George2015-11-071-5/+43
* | libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-051-2/+5
* | avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-031-0/+11
* | avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-021-0/+3
* | avutil/eval: minor typoGanesh Ajjanagadde2015-11-011-1/+1
* | avutil/x86/intmath: Add missing header.Matt Oliver2015-11-011-0/+3
* | avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-311-0/+2
OpenPOWER on IntegriCloud