| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vqavideo: Decode 15-bit VQA3 files | Pekka Väänänen | 2021-10-28 | 1 | -30/+238 |
* | avcodec/binkaudio: Properly flush the decoder | Andreas Rheinhardt | 2021-10-28 | 1 | -0/+10 |
* | avcodec/binkaudio: Remove AV_CODEC_CAP_DELAY | Andreas Rheinhardt | 2021-10-28 | 1 | -2/+2 |
* | avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE | Michael Niedermayer | 2021-10-22 | 1 | -2/+3 |
* | avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() | Michael Niedermayer | 2021-10-21 | 1 | -3/+3 |
* | avcodec/atsc_a53: use AVERROR_INVALIDDATA | Limin Wang | 2021-10-20 | 1 | -3/+3 |
* | avcodec/hevc_sei: remove the duplicate check | Limin Wang | 2021-10-20 | 1 | -3/+0 |
* | avcodec/libx264: move sei_data_size out of the for loop | James Almer | 2021-10-20 | 1 | -1/+1 |
* | avcodec/extract_extradata_bsf: add support for AVS3 | Limin Wang | 2021-10-19 | 1 | -0/+2 |
* | avcodec/libx264: copy unregistered data SEI messages to the input x264 picture | James Almer | 2021-10-18 | 1 | -11/+9 |
* | libavcodec/flac_parser: Validate subframe zero bit and type | Mattias Wadman | 2021-10-18 | 1 | -2/+28 |
* | avcodec/h264_picture: don't assume Film Grain Params side data will be present | James Almer | 2021-10-18 | 1 | -3/+5 |
* | libavcodec/libx264: add user data unregistered SEI encoding | Brad Hards | 2021-10-18 | 1 | -0/+30 |
* | aarch64: h264qpel: Do vertical filtering without transposing | Martin Storsjö | 2021-10-18 | 1 | -55/+56 |
* | arm/aarch64: Improve scheduling in the avg form of h264_qpel | Martin Storsjö | 2021-10-18 | 2 | -63/+54 |
* | avcodec/speexdec: Seed should be unsigned otherwise the operations done on it... | Michael Niedermayer | 2021-10-17 | 1 | -5/+5 |
* | avcodec/hevc_filter: Correct indention | Limin Wang | 2021-10-17 | 1 | -12/+12 |
* | avcodec/hevc_filter: remove unneeded headers | Limin Wang | 2021-10-17 | 1 | -3/+0 |
* | avcodec/hevcdec: remove unused code | Limin Wang | 2021-10-17 | 1 | -3/+0 |
* | avcodec/av1_vaapi: improve decode quality | Fei Wang | 2021-10-16 | 1 | -27/+41 |
* | avcodec/av1_vaapi: enable segmentation features | Fei Wang | 2021-10-16 | 1 | -0/+14 |
* | avcodec/av1_vaapi: setting 2 output surface for film grain | Fei Wang | 2021-10-16 | 1 | -7/+108 |
* | avcodec/vaapi: increase av1 decode pool size | Fei Wang | 2021-10-16 | 1 | -1/+1 |
* | avcodec/dxva2_av1: fix global motion params | Tong Wu | 2021-10-16 | 1 | -1/+1 |
* | avcodec/av1_vaapi: add gm params valid check | Fei Wang | 2021-10-16 | 1 | -1/+2 |
* | avcodec/av1dec: support setup shear process | Fei Wang | 2021-10-16 | 2 | -0/+99 |
* | avcodec/av1: extend some definitions in spec section 3 | Fei Wang | 2021-10-16 | 1 | -0/+7 |
* | cbs_av1: fix incorrect data type | Fei Wang | 2021-10-16 | 1 | -1/+1 |
* | avcodec/hevcdec: apply H.274 film grain | Niklas Haas | 2021-10-15 | 3 | -3/+66 |
* | avcodec/videotoolboxenc: use goto end for memory cleanup | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8() | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8() | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | libavcodec/adts_header: add frame_length field and avpriv function to parse A... | Nachiket Tarate | 2021-10-13 | 3 | -0/+47 |
* | avcodec/gemdec: Use ff_set_dimensions() | Michael Niedermayer | 2021-10-11 | 1 | -2/+6 |
* | avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() | Michael Niedermayer | 2021-10-11 | 1 | -2/+3 |
* | avcodec/bitpacked: check av_buffer_ref result | Limin Wang | 2021-10-11 | 1 | -0/+4 |
* | libavcodec/speexdec: fix memleak in error path | Zhao Zhili | 2021-10-11 | 1 | -1/+1 |
* | avcodec/lagarith: return early on error | Paul B Mahol | 2021-10-10 | 1 | -18/+32 |
* | avcodec: add native Speex decoder | Paul B Mahol | 2021-10-10 | 5 | -1/+2373 |
* | avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8() | Limin Wang | 2021-10-09 | 1 | -1/+1 |
* | avcodec/h274: Fix signed left shift | Michael Niedermayer | 2021-10-09 | 1 | -2/+2 |
* | avcodec/h264_slice: Check idr_pic_id | Michael Niedermayer | 2021-10-09 | 1 | -2/+7 |
* | avcodec: GEM Raster image decoder | Peter Ross | 2021-10-08 | 6 | -1/+354 |
* | avcodec/hevcdec: set the film grain property if present | Limin Wang | 2021-10-08 | 1 | -0/+3 |
* | avcodec/apedec: Use 64bit to avoid overflow | Michael Niedermayer | 2021-10-07 | 1 | -1/+1 |
* | avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() | Michael Niedermayer | 2021-10-07 | 1 | -1/+1 |
* | avcodec/amr_parser: Treat 0 channels as 1 | Michael Niedermayer | 2021-10-07 | 1 | -0/+6 |
* | avcodec/aliaspixenc: Remove redundant counter | Andreas Rheinhardt | 2021-10-07 | 1 | -8/+8 |
* | avcodec/rasc: Fix potential use of uninitialized value | Andreas Rheinhardt | 2021-10-07 | 1 | -0/+1 |
* | avcodec/wmaprodec: Do not initialize unused variable to out of array value | Michael Niedermayer | 2021-10-05 | 1 | -2/+3 |