| Commit message (Expand) | Author | Age | Files | Lines |
* | vaapi_encode_h265: Fix setting colour properties | Mark Thompson | 2020-11-03 | 1 | -22/+12 |
* | vaapi_encode_h264: Fix setting colour properties | Mark Thompson | 2020-11-03 | 1 | -22/+12 |
* | avcodec/mpc8: Unobfuscate sign-extension | Andreas Rheinhardt | 2020-11-03 | 1 | -1/+1 |
* | avcodec/mimic: Inline constants | Andreas Rheinhardt | 2020-11-03 | 1 | -2/+3 |
* | avcodec/tscc2: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-11-03 | 1 | -6/+0 |
* | avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample() | Zane van Iperen | 2020-11-03 | 1 | -0/+1 |
* | avcodec/magicyuv: Free previous VLC table | Michael Niedermayer | 2020-11-03 | 1 | -0/+1 |
* | avcodec: add av1 VAAPI decoder | Fei Wang | 2020-11-02 | 6 | -2/+300 |
* | avcodec/nvenc: fix build with older SDKs | Timo Rothenpieler | 2020-10-30 | 1 | -3/+0 |
* | avcodec/nvenc: only enforce explicitly set twopass mode | Timo Rothenpieler | 2020-10-30 | 1 | -1/+1 |
* | avcodec/nvenc: only auto-pick vbr rc in cq mode | Timo Rothenpieler | 2020-10-30 | 1 | -1/+1 |
* | avcodec/nvenc: all presets are SDK10 presets now | Timo Rothenpieler | 2020-10-29 | 1 | -26/+16 |
* | avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ... | Michael Niedermayer | 2020-10-29 | 1 | -1/+4 |
* | avcodec/vp3: Don't check for errors for complete VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -5/+0 |
* | avcodec/cllc: Don't unnecessarily free VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -8/+3 |
* | avcodec/clearvideo: Don't check for errors for complete VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -2/+0 |
* | avcodec/codec2utils: move the remaining avpriv functions to lavf | James Almer | 2020-10-28 | 2 | -0/+6 |
* | libavcodec/codec2utils: remove codec2_version_from_extradata() | James Almer | 2020-10-28 | 1 | -5/+0 |
* | avcodec/codec2utils: remove avpriv prefix from inline functions | James Almer | 2020-10-28 | 3 | -19/+19 |
* | avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame none | James Almer | 2020-10-28 | 1 | -2/+11 |
* | avcodec/av1dec: don't derive loop filter delta parameters | James Almer | 2020-10-28 | 2 | -63/+0 |
* | avcodec/cbs_av1: infer segmentation parameters from reference frames | James Almer | 2020-10-28 | 2 | -3/+28 |
* | avcodec/cbs_av1: infer loop filter delta parameters from reference frames | James Almer | 2020-10-28 | 2 | -9/+44 |
* | lavc: un-avpriv avpriv_bprint_to_extradata() | Anton Khirnov | 2020-10-28 | 3 | -29/+24 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 8 | -16/+21 |
* | put_bits: make avpriv_put_string() lavc-local | Anton Khirnov | 2020-10-28 | 6 | -11/+10 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 16 | -28/+41 |
* | avcodec/bitstream: Stop allocating one VLCcode more than needed | Andreas Rheinhardt | 2020-10-28 | 1 | -3/+3 |
* | avcodec/bitstream: Check code length before truncating to uint8_t | Andreas Rheinhardt | 2020-10-28 | 1 | -5/+7 |
* | avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if... | Xu Guangxin | 2020-10-28 | 1 | -1/+1 |
* | avcodec/webp: Replace never-true check by assert | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+1 |
* | avcodec/webp: Return directly when creating Huff table fails | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+2 |
* | avcodec/webp: Use uint8_t for code lengths | Andreas Rheinhardt | 2020-10-27 | 1 | -4/+4 |
* | avcodec/bitstream: Consistently treat symbol as VLC_TYPE | Andreas Rheinhardt | 2020-10-27 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-10-27 | 1 | -4/+1 |
* | avcodec/atrac3plus: Perform reusing of VLCs during init | Andreas Rheinhardt | 2020-10-27 | 1 | -7/+3 |
* | avcodec/atrac3: Use least max_depth for get_vlc2() | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+2 |
* | avcodec/atrac3: Inline constants | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+2 |
* | avcodec/atrac3: Don't use too big VLC tables | Andreas Rheinhardt | 2020-10-27 | 2 | -9/+8 |
* | avcodec/av1dec: Check for unset obu instead of crashing | Michael Niedermayer | 2020-10-26 | 1 | -1/+6 |
* | avcodec/dirac_parser: do not offset AV_NOPTS_OFFSET | Michael Niedermayer | 2020-10-26 | 1 | -1/+1 |
* | avcodec/mobiclip: Use smaller type for codes | Andreas Rheinhardt | 2020-10-26 | 1 | -1/+1 |
* | avcodec/mobiclip: Use static VLC tables | Andreas Rheinhardt | 2020-10-26 | 1 | -42/+29 |
* | avcodec/mobiclip: Don't use too big max_depth, inline constants | Andreas Rheinhardt | 2020-10-26 | 1 | -3/+4 |
* | avcodec/mobiclip: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-10-26 | 1 | -21/+5 |
* | avcodec/mobiclip: Reduce size of VLCs, inline constants | Andreas Rheinhardt | 2020-10-26 | 1 | -4/+6 |
* | avcodec/rv34: Simplify getting right VLC | Andreas Rheinhardt | 2020-10-26 | 2 | -6/+8 |
* | avcodec/rv34: Don't needlessly copy VLC length and symbol arrays | Andreas Rheinhardt | 2020-10-26 | 1 | -22/+18 |
* | avcodec/vp3: Make parsing Theora Huffman tables more spec-compliant | Andreas Rheinhardt | 2020-10-26 | 1 | -42/+43 |
* | avcodec/adpcm_ima_cunning: document origin of tables | Zane van Iperen | 2020-10-26 | 1 | -0/+12 |