summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini2016-04-02
* lavu: improve documentation of some AVFrame functionswm42016-04-01
* fix some a/an typosLou Logan2016-03-28
* lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann2016-03-25
* avutil/parseutils: mark args as static constMichael Niedermayer2016-03-24
* Added more tests to libavutil/parseutils.cPetru Rares Sincraian2016-03-24
* Refactor libavutil/parseutils.cPetru Rares Sincraian2016-03-24
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* Added a selftest to libavutil/display.cPetru Rares Sincraian2016-03-22
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-18
* avutil/dict: add warning to docs about invalidating existing entries when add...Marton Balint2016-03-15
* avutil/dict: do not realloc entries when deleting a non-existing itemMarton Balint2016-03-15
* lavu/lfg-test: add simple sample mean, stddev checksGanesh Ajjanagadde2016-03-13
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-12
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-03-10
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-10
* Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-09
* mips: add support for R6Vicente Olivert Riera2016-03-09
* avutil/color_utils: Mark test_data as static constMichael Niedermayer2016-03-03
* Add test for avpriv_get_trc_function_from_trc functionNagaChaitanya Vellanki2016-03-03
* lavu/rational: add more info regarding floor(x+0.5) usageGanesh Ajjanagadde2016-02-29
* Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-28
* avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer2016-02-28
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | Merge commit 'd847a40888c064cc8c35b546fc5a0ccb69136a7c'Derek Buitenhuis2016-02-24
|\|
| * hwcontext_cuda/vdpau: add to skipheadersAnton Khirnov2016-02-18
* | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'Derek Buitenhuis2016-02-24
|\|
| * hwcontext: add a CUDA implementationAnton Khirnov2016-02-14
* | Merge commit '7bc780cd4413f688d3b834037b0f9ddfd6948140'Derek Buitenhuis2016-02-24
|\|
| * pixfmt: add a CUDA hwaccelled formatAnton Khirnov2016-02-14
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-24
* | avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer2016-02-22
* | avfilter: add loop filtersPaul B Mahol2016-02-18
* | avutil/hwcontext: Remove duplicate ;Michael Niedermayer2016-02-17
* | Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42'Derek Buitenhuis2016-02-17
|\|
| * hwcontext: add a VDPAU implementationAnton Khirnov2016-02-14
* | Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis2016-02-17
|\|
| * lavu: add a framework for handling hwaccel framesAnton Khirnov2016-02-14
* | Merge commit '721a4efc0545548a241080b53ab480e34f366240'Derek Buitenhuis2016-02-17
|\|
| * buffer: add support for pools using caller data in allocationAnton Khirnov2016-02-14
| * x86: Add ymm_reg structJames Almer2016-01-28
* | Merge commit '6695f178a5929eab91d3da7e9023999f1774bd0e'Derek Buitenhuis2016-02-16
|\|
| * pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara2016-01-25
* | Merge commit '1546a41adae818b340acdd9b5dacd6d0a92b6507'Derek Buitenhuis2016-02-16
|\|
| * pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-25
| * x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
| * x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-23
| * x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-23
| * x86inc: Use more consistent indentationHenrik Gramner2016-01-23