aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/softfloat: Add FLOAT_MINMichael Niedermayer2017-12-021-0/+1
* avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer2017-06-051-2/+4
* avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer2017-05-271-3/+2
* avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer2017-05-171-1/+8
* avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer2017-05-171-2/+2
* Add CHECK/SUINT codeMichael Niedermayer2017-05-171-0/+14
* avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2017-02-031-1/+1
* avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2017-02-031-4/+6
* avutil: Add av_image_check_size2()Michael Niedermayer2016-12-102-5/+38
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-271-1/+1
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-271-1/+1
* avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-10-061-6/+6
* libavutil/opt: Small bugfix in example.Kacper Michajłow2016-08-131-2/+2
* 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