summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/color_utils: Mark test_data as static constMichael Niedermayer2016-03-031-1/+1
* Add test for avpriv_get_trc_function_from_trc functionNagaChaitanya Vellanki2016-03-032-0/+30
* lavu/rational: add more info regarding floor(x+0.5) usageGanesh Ajjanagadde2016-02-291-1/+2
* Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-281-0/+3
* avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer2016-02-281-1/+4
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-247-8/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-187-8/+0
* | Merge commit 'd847a40888c064cc8c35b546fc5a0ccb69136a7c'Derek Buitenhuis2016-02-241-0/+2
|\ \ | |/
| * hwcontext_cuda/vdpau: add to skipheadersAnton Khirnov2016-02-181-0/+2
* | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'Derek Buitenhuis2016-02-246-0/+323
|\ \ | |/
| * hwcontext: add a CUDA implementationAnton Khirnov2016-02-146-0/+323
* | Merge commit '7bc780cd4413f688d3b834037b0f9ddfd6948140'Derek Buitenhuis2016-02-242-0/+10
|\ \ | |/
| * pixfmt: add a CUDA hwaccelled formatAnton Khirnov2016-02-142-0/+10
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-243-1/+33
* | avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-02-221-0/+4
* | avfilter: add loop filtersPaul B Mahol2016-02-182-0/+41
* | avutil/hwcontext: Remove duplicate ;Michael Niedermayer2016-02-171-1/+1
* | Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42'Derek Buitenhuis2016-02-175-0/+459
|\ \ | |/
| * hwcontext: add a VDPAU implementationAnton Khirnov2016-02-145-0/+459
* | Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis2016-02-176-0/+831
|\ \ | |/
| * lavu: add a framework for handling hwaccel framesAnton Khirnov2016-02-146-0/+832
* | Merge commit '721a4efc0545548a241080b53ab480e34f366240'Derek Buitenhuis2016-02-174-3/+48
|\ \ | |/
| * buffer: add support for pools using caller data in allocationAnton Khirnov2016-02-144-2/+47
| * x86: Add ymm_reg structJames Almer2016-01-281-0/+1
* | Merge commit '6695f178a5929eab91d3da7e9023999f1774bd0e'Derek Buitenhuis2016-02-161-3/+3
|\ \ | |/
| * pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara2016-01-251-3/+3
* | Merge commit '1546a41adae818b340acdd9b5dacd6d0a92b6507'Derek Buitenhuis2016-02-161-2/+0
|\ \ | |/
| * pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-251-2/+0
| * x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-0/+23
| * x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-231-2/+4
| * x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-231-4/+2
| * x86inc: Use more consistent indentationHenrik Gramner2016-01-231-67/+67
| * x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-231-2/+5
| * x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-231-40/+37
| * x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-231-1/+1
| * x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-231-2/+3
* | 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