| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libsvt_av1: remove forced-idr option | Lynne | 2020-07-29 | 1 | -6/+1 |
* | avcodec: Add an SVT-AV1 encoder wrapper | Daryl Seah | 2020-07-29 | 4 | -2/+586 |
* | avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possible | Andreas Rheinhardt | 2020-07-29 | 4 | -16/+16 |
* | avcodec/golomb: Document return value of get_ue_golomb_31 on error | Andreas Rheinhardt | 2020-07-29 | 1 | -1/+2 |
* | avcodec/golomb: Prevent shift by negative number | Andreas Rheinhardt | 2020-07-29 | 1 | -1/+4 |
* | libavcodec/jpeg2000dec: Support for PPM marker | Gautam Ramakrishnan | 2020-07-28 | 1 | -10/+96 |
* | avcodec/jpeg2000dec: Move reslevelno check before use in case JPEG2000_PGOD_RPCL | Michael Niedermayer | 2020-07-28 | 1 | -3/+3 |
* | lavc/libxavs2.c: mark key-frame packets | hwren | 2020-07-28 | 1 | -0/+6 |
* | avcodec/nvenc: fix B-Ref-Mode support check for recent HEVC | Timo Rothenpieler | 2020-07-28 | 1 | -1/+1 |
* | avcodec/golomb: Don't emit error message in get_ue_golomb | Andreas Rheinhardt | 2020-07-28 | 1 | -3/+1 |
* | Revert "lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure" | Mark Thompson | 2020-07-27 | 1 | -3/+0 |
* | libavcodec/libaomenc.c: Add command-line options for inter-coding tools | Wang Cao | 2020-07-24 | 2 | -1/+61 |
* | libavcodec/libaomenc.c: Add command-line options for tx tools. | Wang Cao | 2020-07-24 | 2 | -1/+31 |
* | libavcodec/jpeg2000dec: Fix codeblock decode check | Gautam Ramakrishnan | 2020-07-24 | 1 | -2/+6 |
* | avcodec/alac: Check decorr_shift to avoid invalid shift | Michael Niedermayer | 2020-07-24 | 1 | -0/+3 |
* | lavc/vaapi_encode: Add render target support for 422 10-bit | Linjie Fu | 2020-07-24 | 1 | -0/+3 |
* | vaapi_encode_h265: Enable 4:2:2 support | Mark Thompson | 2020-07-24 | 1 | -0/+4 |
* | libavcodec: MIPS: MMI: Move sp out of the clobber list | Jiaxun Yang | 2020-07-23 | 1 | -19/+19 |
* | libavcodec: MIPS: MMI: Fix type mismatches | Jiaxun Yang | 2020-07-23 | 4 | -22/+22 |
* | libavcodec: Enable runtime detection for MIPS MMI & MSA | Jiaxun Yang | 2020-07-23 | 25 | -1707/+1543 |
* | ffbuild: Refine MIPS handling | Jiaxun Yang | 2020-07-23 | 1 | -1/+2 |
* | libavcodec/jpeg2000dec: Add check when done with main header markers | Gautam Ramakrishnan | 2020-07-23 | 1 | -0/+4 |
* | avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame size | James Almer | 2020-07-22 | 1 | -4/+4 |
* | libavcodec/decode: avoid UB when getting plane sizes | Brian Kim | 2020-07-22 | 1 | -12/+11 |
* | avcodec/libvpxenc: use pix_fmt descriptors where useful | James Zern | 2020-07-21 | 1 | -10/+3 |
* | avcodec/adpcmenc: cleanup trellis checks | Zane van Iperen | 2020-07-21 | 1 | -17/+18 |
* | avcodec: add adpcm_ima_apm encoder | Zane van Iperen | 2020-07-21 | 5 | -3/+36 |
* | avcodec/tdsc: Fix tile checks | Michael Niedermayer | 2020-07-20 | 1 | -11/+10 |
* | avcodec/put_bits: Fix LZW warning | Steinar H. Gunderson | 2020-07-20 | 4 | -18/+24 |
* | lavc/vaapi_encode_h265: add h265 tile encoding support | Linjie Fu | 2020-07-20 | 1 | -1/+37 |
* | lavc/vaapi_encode: add tile slice encoding support | Linjie Fu | 2020-07-20 | 2 | -8/+136 |
* | lavc/vaapi_encode: wrap slice codes into row slice functions | Linjie Fu | 2020-07-20 | 1 | -81/+109 |
* | lavc/sgienc: Fix default 16bit encoding. | Carl Eugen Hoyos | 2020-07-19 | 1 | -1/+9 |
* | avcodec/mips: fix type mismatch in h264dsp_msa.c | Shiyou Yin | 2020-07-19 | 2 | -56/+62 |
* | avcodec/put_bits: Make bit buffers 64-bit | Steinar H. Gunderson | 2020-07-19 | 2 | -7/+25 |
* | avcodec/put_bits: Parametrize bit buffer type | Steinar H. Gunderson | 2020-07-19 | 2 | -44/+53 |
* | libavcodec/jpeg2000dec: Support for Parameterless Markers | Gautam Ramakrishnan | 2020-07-19 | 1 | -1/+2 |
* | lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure | Linjie Fu | 2020-07-19 | 1 | -0/+3 |
* | avcodec/libaomenc: use pix_fmt descriptors where useful | James Almer | 2020-07-17 | 1 | -11/+4 |
* | libaomenc: enable 8, 10 and 12 bit RGB encoding | Lynne | 2020-07-17 | 1 | -5/+21 |
* | avcodec/libx264: call x264_param_cleanup() if available | James Almer | 2020-07-17 | 1 | -0/+4 |
* | avcodec/libx264: check for param allocation failure error code | James Almer | 2020-07-17 | 1 | -1/+12 |
* | avcodec/libx264: use a function to parse x264opts | James Almer | 2020-07-17 | 1 | -16/+28 |
* | Revert "avcodec/cbs_av1: keep separate reference frame state for reading and ... | James Almer | 2020-07-16 | 2 | -7/+1 |
* | avcodec/av1_frame_merge_bsf: Use separate contexts for reading/writing | James Almer | 2020-07-16 | 1 | -5/+12 |
* | avcodec/av1_metadata_bsf: Use separate contexts for reading/writing | James Almer | 2020-07-16 | 1 | -9/+14 |
* | libavcodec/jpeg2000 Fix RPCL Progression order check | Gautam Ramakrishnan | 2020-07-16 | 1 | -6/+12 |
* | avcodec/v4l2_m2m_dec: remove redundant packet and fix double free | Andriy Gelman | 2020-07-16 | 1 | -22/+15 |
* | libavcodec/jpeg2000 Fix PCRL Progression Order check | Gautam Ramakrishnan | 2020-07-16 | 1 | -8/+15 |
* | API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataType | Limin Wang | 2020-07-15 | 4 | -1/+11 |