| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/pixdesc: add missing FF_API_PSEUDOPAL check | James Almer | 2020-10-02 | 1 | -0/+2 |
* | lavu/buffer: add a convenience function for replacing buffers | Anton Khirnov | 2020-09-28 | 3 | -1/+43 |
* | avutil/pixfmt: improve definition of AVColorRange | Jan Ekström | 2020-09-23 | 1 | -3/+51 |
* | avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c() | Michael Niedermayer | 2020-09-19 | 1 | -1/+2 |
* | avutil/cuda_check: add missing dynlink_loader.h include | James Almer | 2020-09-15 | 1 | -0/+2 |
* | avutil/timecode: add av_timecode_make_smpte_tc_string2 | Marton Balint | 2020-09-13 | 3 | -2/+36 |
* | avutil/timecode: do not trash bits on invalid av_timecode_get_smpte arguments | Marton Balint | 2020-09-13 | 1 | -0/+5 |
* | avutil/timecode: cosmetics on av_timecode_get_smpte | Marton Balint | 2020-09-13 | 1 | -7/+4 |
* | avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps | Marton Balint | 2020-09-13 | 2 | -18/+4 |
* | hwcontext_vaapi: Don't require a render node when deriving from DRM | Mark Thompson | 2020-08-31 | 1 | -12/+16 |
* | lavu/buffer: forward av_buffer_realloc() error code. | Nicolas George | 2020-08-21 | 1 | -3/+4 |
* | lavu/avstring: deprecate av_d2str(). | Nicolas George | 2020-08-21 | 4 | -0/+14 |
* | avutil/video_enc_params: fix code comment | leozhang | 2020-08-20 | 1 | -1/+1 |
* | avutil/channel_layout: add 22.2 layout | Jan Ekström | 2020-08-04 | 3 | -1/+13 |
* | hwcontext_vulkan: remove plane size alignment checks when host importing | Lynne | 2020-08-02 | 1 | -4/+4 |
* | tests/imgutils: test the output of av_image_fill_* functions | James Almer | 2020-07-30 | 1 | -0/+38 |
* | avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by ... | Shiyou Yin | 2020-07-30 | 1 | -6/+8 |
* | hwcontext_vaapi: remove duplicate formats from sw_format list | Haihao Xiang | 2020-07-27 | 1 | -5/+25 |
* | hwcontext_vaapi: avoid fd leak in vaapi_device_derive | Haihao Xiang | 2020-07-27 | 1 | -1/+6 |
* | avutil/imgutils: always zero data pointers in av_image_fill_pointers() | James Almer | 2020-07-26 | 1 | -2/+2 |
* | avutil/imgutils: don't fill data pointers for missing planes | James Almer | 2020-07-26 | 1 | -1/+1 |
* | avutil: bump version after addition of MIPS cpu flags | James Almer | 2020-07-23 | 1 | -1/+1 |
* | libavutil: Detect MMI and MSA flags for MIPS | Jiaxun Yang | 2020-07-23 | 7 | -1/+181 |
* | libavutils: Add parse_r helper for MIPS | Jiaxun Yang | 2020-07-23 | 1 | -0/+42 |
* | libavutil/frame: avoid UB when getting plane sizes | Brian Kim | 2020-07-22 | 1 | -4/+16 |
* | avutil/imgutils: add utility to get plane sizes | Brian Kim | 2020-07-22 | 3 | -24/+90 |
* | avutil/timecode: add description for SMPTE binary format | Limin Wang | 2020-07-15 | 2 | -2/+15 |
* | avutil/hwcontext_vdpau: Correctly initialise pixfmts | Philip Langdale | 2020-07-12 | 1 | -21/+21 |
* | avutil/x86inc: fix warnings when assembling with Nasm 2.15 | Henrik Gramner | 2020-07-12 | 1 | -16/+30 |
* | avcodec/hevcdec: Add VDPAU to list of supported formats | ManojGuptaBonda | 2020-07-09 | 1 | -2/+19 |
* | avutil/opt: check return value of av_bprint_finalize() | Limin Wang | 2020-07-02 | 1 | -1/+3 |
* | avutil/avsscanf: Add () to avoid integer overflow in scanexp() | Michael Niedermayer | 2020-07-01 | 1 | -2/+2 |
* | avutil/common: Fix integer overflow in av_ceil_log2_c() | Michael Niedermayer | 2020-06-30 | 1 | -1/+1 |
* | avutil/timecode: add function av_timecode_get_smpte() | Limin Wang | 2020-06-28 | 2 | -0/+45 |
* | lavu/internal: Fix comment for avpriv_dict_set_timestamp | Jun Zhao | 2020-06-14 | 1 | -1/+2 |
* | avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macros | Limin Wang | 2020-06-13 | 1 | -36/+0 |
* | avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable | Limin Wang | 2020-06-13 | 1 | -0/+3 |
* | lavu/hwcontext_vaapi: add vaapi_format_map support for x2rgb10 | Fei Wang | 2020-06-12 | 1 | -0/+3 |
* | lavu/pix_fmt: add new pixel format x2rgb10 | Fei Wang | 2020-06-12 | 3 | -1/+28 |
* | avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type | Limin Wang | 2020-06-11 | 3 | -1/+10 |
* | lavu/opt: add a more general child class iteration API | Anton Khirnov | 2020-06-10 | 4 | -12/+67 |
* | Bump minor versions after branching 4.3n4.4-dev | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Bump minor versions to separate 4.3 from master | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | avutil/dict: av_realloc -> av_realloc_array() | Limin Wang | 2020-06-06 | 1 | -2/+2 |
* | avutil/mathematics: Fix overflow with NaN in av_add_stable() | Dale Curtis | 2020-06-06 | 1 | -1/+1 |
* | avutil/buffer: separate public and internal flags inside AVBuffers | James Almer | 2020-06-05 | 2 | -10/+10 |
* | avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffe... | James Almer | 2020-06-05 | 1 | -2/+3 |
* | avutil/buffer: use the default allocator if none is provided to av_buffer_poo... | James Almer | 2020-06-05 | 2 | -1/+4 |
* | hwcontext_vulkan: fix make checkheaders fail | Jun Zhao | 2020-06-04 | 1 | -0/+3 |
* | avutil/attributes: Fix too many warning: false is not defined [-Wundef] | Limin Wang | 2020-05-30 | 1 | -1/+1 |