Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-19avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer
2017-12-02avutil/softfloat: Add FLOAT_MINMichael Niedermayer
2017-06-05avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer
2017-05-27avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer
2017-05-17avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer
2017-05-17avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer
2017-05-17Add CHECK/SUINT codeMichael Niedermayer
2017-02-03avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer
2017-02-03avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer
2016-12-11avutil: Add av_image_check_size2()Michael Niedermayer
2016-11-27softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun
2016-11-27softfloat: handle -INT_MAX correctlyAndreas Cadhalpun
2016-10-06avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil
2016-08-13libavutil/opt: Small bugfix in example.Kacper Michajłow
2016-04-26mips: add support for R6Vicente Olivert Riera
2016-04-26pgssubdec: fix subpicture output colorspace and rangeJan Ekström
2016-03-28lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde
2016-03-26avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer
2016-03-26avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer
2016-03-26avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-15x86: add some more helper macros to check for slow cpuflagsJames Almer
2016-02-14avutil/imgutils: remove special case for aligning the paletteMichael Niedermayer
2016-02-14avutil/parseutils: remove 2112 date from fate testMarton Balint
2016-02-14avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...Marton Balint
2016-02-14avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...Marton Balint
2016-02-14avutil: Remove x86_cpu.hTimothy Gu
2016-02-13avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer
2016-02-13avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...Michael Niedermayer
2016-02-13avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...Michael Niedermayer
2016-02-13avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get...Michael Niedermayer
2016-02-07x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer
2016-02-04x86/emms: empty the mmx state unconditionally on supported targetsJames Almer
2016-02-04avutil/aes_crt: free AVAESCTR struct properlyJames Almer
2016-02-03Merge commit 'd336bfcf69fee159e9dba5e5e486ddb1aba61aab'Derek Buitenhuis
2016-02-01avutil: Add GOP timecode frame side dataDerek Buitenhuis
2016-02-01all: Make header guard names consistentTimothy Gu
2016-01-29libavutil/mastering_display_metadata.h: change fields to be rationals as this...Neil Birkbeck
2016-01-29all: Add missing header guardsTimothy Gu
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-26avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer
2016-01-26avutil: add P010 pixel formatHendrik Leppkes
2016-01-23pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov
2016-01-22Add missing conversions from side data enum to nameNeil Birkbeck
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-22x86inc: Avoid creating unnecessary local labelsHenrik Gramner
2016-01-22x86inc: Simplify AUTO_REP_RETHenrik Gramner
2016-01-22x86inc: Use more consistent indentationHenrik Gramner
2016-01-22x86inc: Preserve arguments when allocating stack spaceHenrik Gramner
2016-01-22x86inc: Improve FMA instruction handlingHenrik Gramner