aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer2016-02-071-6/+4
* x86/emms: empty the mmx state unconditionally on supported targetsJames Almer2016-02-041-0/+6
* avutil/aes_crt: free AVAESCTR struct properlyJames Almer2016-02-031-1/+1
* Merge commit 'd336bfcf69fee159e9dba5e5e486ddb1aba61aab'Derek Buitenhuis2016-02-031-2/+2
|\
| * pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov2016-01-231-2/+2
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-114-3/+11
* | avutil: Add GOP timecode frame side dataDerek Buitenhuis2016-02-013-3/+9
* | all: Make header guard names consistentTimothy Gu2016-01-312-6/+6
* | libavutil/mastering_display_metadata.h: change fields to be rationals as this...Neil Birkbeck2016-01-292-6/+7
* | all: Add missing header guardsTimothy Gu2016-01-285-0/+25
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-274-4/+7
* | avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-261-3/+4
* | avutil: add P010 pixel formatHendrik Leppkes2016-01-263-1/+29
* | Add missing conversions from side data enum to nameNeil Birkbeck2016-01-221-0/+4
* | x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-211-0/+23
* | x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-211-2/+4
* | x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-211-4/+2
* | x86inc: Use more consistent indentationHenrik Gramner2016-01-211-67/+67
* | x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-211-2/+5
* | x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-211-40/+37
* | x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-211-1/+1
* | x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-211-2/+2
* | lavu: add pthread asserts if ASSERT_LEVEL>1Clément Bœsch2016-01-201-0/+96
* | libavutil: add mastering display metadata sidedataNeil Birkbeck2016-01-195-2/+139
* | Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'Hendrik Leppkes2016-01-191-1/+1
|\|
| * arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö2016-01-081-1/+1
* | x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-165-0/+90
* | lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-152-2/+61
* | x86/intmath: add missing early clobber to output operandsJames Almer2016-01-151-2/+2
* | lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun2016-01-151-1/+1
* | lavu/libm: add isfinite fallbackGanesh Ajjanagadde2016-01-131-0/+19
* | avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-131-2/+2
* | Correct two build/built typosTimothy Gu2016-01-111-1/+1
* | x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* | x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-081-4/+1
* | x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-081-3/+0
* | lavu: rename and move ff_parity to av_parityJames Almer2016-01-073-10/+12
* | lavu: add ff_parity()Clément Bœsch2016-01-071-0/+12
* | lavu/common: add an explanation to FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-1/+1
* | lavu/common: fix FF_CEIL_RSHIFT() range commentClément Bœsch2016-01-071-1/+1
* | x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-071-0/+33
* | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes2016-01-021-0/+1
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-025-1/+13
|\|
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-145-1/+13
* | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'Hendrik Leppkes2016-01-022-1/+47
|\|
| * arm64: add cycle counter supportJanne Grunau2015-12-142-1/+47
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-025-2/+7
|\|
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-145-2/+7
* | lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-251-0/+19