| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/softfloat: Add FLOAT_MIN | Michael Niedermayer | 2017-12-02 | 1 | -0/+1 |
* | avutil/softfloat: Fix sign error in and improve documentation of av_int2sf() | Michael Niedermayer | 2017-06-05 | 1 | -2/+4 |
* | avutil/internal: Do not enable CHECKED with DEBUG | Michael Niedermayer | 2017-05-27 | 1 | -3/+2 |
* | avutil/softfloat: Fix overflow in av_div_sf() | Michael Niedermayer | 2017-05-17 | 1 | -1/+8 |
* | avutil/softfloat: Fix multiple runtime error: left shift of negative value -8 | Michael Niedermayer | 2017-05-17 | 1 | -2/+2 |
* | Add CHECK/SUINT code | Michael Niedermayer | 2017-05-17 | 1 | -0/+14 |
* | avutil/random_seed: Reduce the time needed on systems with very low precissio... | Michael Niedermayer | 2017-02-03 | 1 | -1/+1 |
* | avutil/random_seed: Improve get_generic_seed() with higher precission clock() | Michael Niedermayer | 2017-02-03 | 1 | -4/+6 |
* | avutil: Add av_image_check_size2() | Michael Niedermayer | 2016-12-10 | 2 | -5/+38 |
* | softfloat: decrease MIN_EXP to cover full float range | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | softfloat: handle -INT_MAX correctly | Andreas Cadhalpun | 2016-11-27 | 1 | -1/+1 |
* | avutil/mips/generic_macros_msa: rename macro variable which causes segfault f... | Shivraj Patil | 2016-10-06 | 1 | -6/+6 |
* | libavutil/opt: Small bugfix in example. | Kacper Michajłow | 2016-08-13 | 1 | -2/+2 |
* | mips: add support for R6 | Vicente Olivert Riera | 2016-04-26 | 1 | -0/+4 |
* | pgssubdec: fix subpicture output colorspace and range | Jan Ekström | 2016-04-26 | 1 | -0/+10 |
* | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) | Ganesh Ajjanagadde | 2016-03-28 | 1 | -0/+16 |
* | avutil/random_seed: Add the runtime in cycles of the main loop to the entropy... | Michael Niedermayer | 2016-03-26 | 1 | -1/+6 |
* | avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing | Martin Cracauer | 2016-03-26 | 1 | -1/+1 |
* | avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats | Michael Niedermayer | 2016-03-26 | 1 | -0/+4 |
* | x86: use the new helper macros where useful | James Almer | 2016-02-14 | 2 | -2/+2 |
* | x86: add some more helper macros to check for slow cpuflags | James Almer | 2016-02-14 | 2 | -4/+11 |
* | avutil/imgutils: remove special case for aligning the palette | Michael Niedermayer | 2016-02-14 | 2 | -8/+8 |
* | avutil/parseutils: remove 2112 date from fate test | Marton Balint | 2016-02-14 | 1 | -1/+1 |
* | avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix... | Marton Balint | 2016-02-14 | 1 | -2/+30 |
* | avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t... | Marton Balint | 2016-02-14 | 1 | -5/+7 |
* | avutil: Remove x86_cpu.h | Timothy Gu | 2016-02-13 | 1 | -1/+0 |
* | avutil/frame: Free destination qp_table_buf in frame_copy_props() | Michael Niedermayer | 2016-02-13 | 1 | -0/+1 |
* | avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there... | Michael Niedermayer | 2016-02-13 | 2 | -1/+6 |
* | avutil/avstring: add a "ALL" entry and the possibility to negate matches to a... | Michael Niedermayer | 2016-02-13 | 3 | -6/+16 |
* | avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get... | Michael Niedermayer | 2016-02-13 | 1 | -1/+1 |
* | x86/cpu: set avxslow cpuflag on btver2 CPUs | James Almer | 2016-02-07 | 1 | -6/+4 |
* | x86/emms: empty the mmx state unconditionally on supported targets | James Almer | 2016-02-04 | 1 | -0/+6 |
* | avutil/aes_crt: free AVAESCTR struct properly | James Almer | 2016-02-03 | 1 | -1/+1 |
* | Merge commit 'd336bfcf69fee159e9dba5e5e486ddb1aba61aab' | Derek Buitenhuis | 2016-02-03 | 1 | -2/+2 |
|\ |
|
| * | pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample() | Anton Khirnov | 2016-01-23 | 1 | -2/+2 |
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 4 | -3/+11 |
* | | avutil: Add GOP timecode frame side data | Derek Buitenhuis | 2016-02-01 | 3 | -3/+9 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 2 | -6/+6 |
* | | libavutil/mastering_display_metadata.h: change fields to be rationals as this... | Neil Birkbeck | 2016-01-29 | 2 | -6/+7 |
* | | all: Add missing header guards | Timothy Gu | 2016-01-28 | 5 | -0/+25 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 4 | -4/+7 |
* | | avutil/opt: check for and handle errors in av_opt_set_dict2() | Michael Niedermayer | 2016-01-26 | 1 | -3/+4 |
* | | avutil: add P010 pixel format | Hendrik Leppkes | 2016-01-26 | 3 | -1/+29 |
* | | Add missing conversions from side data enum to name | Neil Birkbeck | 2016-01-22 | 1 | -0/+4 |
* | | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-21 | 1 | -0/+23 |
* | | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-21 | 1 | -2/+4 |
* | | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-21 | 1 | -4/+2 |
* | | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-21 | 1 | -67/+67 |
* | | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-21 | 1 | -2/+5 |
* | | x86inc: Improve FMA instruction handling | Henrik Gramner | 2016-01-21 | 1 | -40/+37 |