aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* mips: add support for R6Vicente Olivert Riera2016-04-261-0/+4
* pgssubdec: fix subpicture output colorspace and rangeJan Ekström2016-04-261-0/+10
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-281-0/+16
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-03-261-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-261-1/+1
* avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-03-261-0/+4
* x86: use the new helper macros where usefulJames Almer2016-02-142-2/+2
* x86: add some more helper macros to check for slow cpuflagsJames Almer2016-02-142-4/+11
* avutil/imgutils: remove special case for aligning the paletteMichael Niedermayer2016-02-142-8/+8
* avutil/parseutils: remove 2112 date from fate testMarton Balint2016-02-141-1/+1
* avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...Marton Balint2016-02-141-2/+30
* avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...Marton Balint2016-02-141-5/+7
* avutil: Remove x86_cpu.hTimothy Gu2016-02-131-1/+0
* avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer2016-02-131-0/+1
* avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...Michael Niedermayer2016-02-132-1/+6
* avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...Michael Niedermayer2016-02-133-6/+16
* avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get...Michael Niedermayer2016-02-131-1/+1
* 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