summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* fix some a/an typosLou Logan2016-03-283-4/+4
* lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann2016-03-252-3/+7
* avutil/parseutils: mark args as static constMichael Niedermayer2016-03-241-1/+1
* Added more tests to libavutil/parseutils.cPetru Rares Sincraian2016-03-241-0/+36
* Refactor libavutil/parseutils.cPetru Rares Sincraian2016-03-241-163/+175
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-223-36/+68
* Added a selftest to libavutil/display.cPetru Rares Sincraian2016-03-223-0/+45
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-181-0/+16
* avutil/dict: add warning to docs about invalidating existing entries when add...Marton Balint2016-03-151-0/+3
* avutil/dict: do not realloc entries when deleting a non-existing itemMarton Balint2016-03-151-1/+1
* lavu/lfg-test: add simple sample mean, stddev checksGanesh Ajjanagadde2016-03-131-2/+18
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-124-46/+76
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-03-101-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-101-1/+1
* Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-092-0/+43
* mips: add support for R6Vicente Olivert Riera2016-03-091-0/+4
* 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