| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/integer: Fix integer overflow in av_mul_i() | Michael Niedermayer | 2018-10-28 | 1 | -1/+1 |
* | avutil/pixfmt: Document chroma plane size for odd resolutions | Michael Niedermayer | 2018-10-28 | 1 | -0/+4 |
* | avutil/common: Fix undefined behavior in av_clip_uintp2_c() | Michael Niedermayer | 2018-06-18 | 1 | -1/+1 |
* | avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() | Michael Niedermayer | 2018-06-18 | 1 | -2/+2 |
* | hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctly | wm4 | 2018-01-04 | 1 | -0/+1 |
* | libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl... | Humberto Ribeiro | 2018-01-04 | 1 | -1/+5 |
* | avutil/softfloat: Add FLOAT_MIN | Michael Niedermayer | 2017-12-07 | 1 | -0/+1 |
* | lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp | Martin Storsjö | 2017-10-23 | 1 | -2/+2 |
* | hwcontext_vaapi: Remove use of vaExportSurfaceHandle()n3.4 | Mark Thompson | 2017-10-15 | 1 | -69/+0 |
* | Bump minor versions for branching 3.4 | Michael Niedermayer | 2017-10-11 | 1 | -2/+2 |
* | avutil/frame: Fix project name | Michael Niedermayer | 2017-10-11 | 1 | -2/+2 |
* | avcodec/mips: Improve avc bi-weighted mc msa functions | Kaustubh Raste | 2017-10-10 | 1 | -0/+4 |
* | hwcontext_vaapi: Add support for mapping to DRM objects | Mark Thompson | 2017-10-09 | 1 | -2/+106 |
* | hwcontext: Perform usual initialisation on derived device contexts | Mark Thompson | 2017-10-09 | 2 | -10/+4 |
* | hwcontext_vaapi: Set message callbacks on internally-created devices | Mark Thompson | 2017-10-09 | 1 | -0/+21 |
* | hwcontext_vaapi: Factorise out common connection code | Mark Thompson | 2017-10-09 | 1 | -29/+24 |
* | lavu/opt: Use "&&" instead of "*" in boolean expression. | Carl Eugen Hoyos | 2017-10-08 | 1 | -1/+1 |
* | lavu/utils: Use "__asm__" like everywhere else in the codebase. | Carl Eugen Hoyos | 2017-10-08 | 1 | -1/+1 |
* | Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30' | James Almer | 2017-09-27 | 3 | -2/+7 |
|\ |
|
| * | frame: allow align=0 (meaning automatic) for av_frame_get_buffer() | Anton Khirnov | 2017-02-11 | 3 | -2/+8 |
* | | avutil/cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-09-27 | 6 | -31/+72 |
* | | Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e' | James Almer | 2017-09-27 | 3 | -1/+53 |
|\| |
|
| * | cpu: add a function for querying maximum required data alignment | Anton Khirnov | 2017-02-11 | 3 | -1/+27 |
* | | Merge commit 'ce6d72d10776b03c6780d4aa676414ce002285d4' | James Almer | 2017-09-27 | 1 | -1/+5 |
|\| |
|
| * | imgutils: Document av_image_get_buffer_size() | Vittorio Giovara | 2017-02-10 | 1 | -1/+5 |
* | | avcodec/mips: Improve avc weighted mc msa functions | Kaustubh Raste | 2017-09-27 | 1 | -0/+36 |
* | | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6' | James Almer | 2017-09-26 | 1 | -2/+2 |
|\| |
|
| * | asm: Consistently uppercase SECTION markers | Diego Biurrun | 2017-02-03 | 1 | -1/+1 |
| * | hwcontext_cuda: implement frames_get_constraints | wm4 | 2017-02-01 | 1 | -0/+26 |
* | | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 4 | -8/+8 |
|\| |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 5 | -9/+9 |
| * | fifo: Return the correct AVERROR value | Luca Barbato | 2017-01-26 | 1 | -1/+1 |
* | | avcodec/mips: Improve hevc uni-w copy mc msa functions | Kaustubh Raste | 2017-09-24 | 1 | -0/+30 |
* | | pixdesc: Add API to map color property names to enum values | Vittorio Giovara | 2017-09-21 | 3 | -1/+91 |
* | | avutil/hwcontext_dxva2: return an error when buffer allocation fails | James Almer | 2017-09-19 | 1 | -1/+3 |
* | | hwcontext_vaapi: Fix DRM format mapping | Mark Thompson | 2017-09-19 | 1 | -8/+8 |
* | | avutil/imgutils: Fix warning: missing braces around initializer | Michael Niedermayer | 2017-09-16 | 1 | -1/+1 |
* | | avcodec/mips: Improve hevc sao band filter msa functions | Kaustubh Raste | 2017-09-15 | 1 | -0/+1 |
* | | hwcontext_vaapi: Fix build failure with old libdrm | Jun Zhao | 2017-09-14 | 1 | -1/+3 |
* | | hwcontext_vaapi: Add DRM to VAAPI mapping | Mark Thompson | 2017-09-13 | 1 | -1/+228 |
* | | lavu: Add DRM hwcontext | Mark Thompson | 2017-09-13 | 9 | -1/+475 |
* | | add missing ignore files | Jesse Liu | 2017-09-10 | 1 | -0/+1 |
* | | lavu/timer.h: add Linux Perf API support | Clément Bœsch | 2017-09-08 | 1 | -3/+43 |
* | | lavu/tests: move timer.h include earlier | Clément Bœsch | 2017-09-08 | 6 | -3/+15 |
* | | lavu/tests/des: rename crypt to crypt_ref | Clément Bœsch | 2017-09-08 | 1 | -3/+3 |
* | | lavu/timer.h: factor out timer report | Clément Bœsch | 2017-09-08 | 1 | -12/+15 |
* | | avcodec/mips: Improve vp9 mc msa functions | Kaustubh Raste | 2017-09-08 | 1 | -13/+11 |
* | | libavutil/opencl: fix potential null dereference | Timo Rothenpieler | 2017-08-27 | 1 | -1/+1 |
* | | avutil/eval: add linear interpolation helper | Paul B Mahol | 2017-08-19 | 1 | -1/+9 |
* | | Add macros to x86util.asm . | Ivan Kalvachev | 2017-08-18 | 1 | -8/+98 |