summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-20
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-20
* avcodec/snowdec: Maintain avmv bufferMichael Niedermayer2021-09-19
* avcodec/siren: Check index for catergory5Michael Niedermayer2021-09-19
* avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer2021-09-17
* avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer2021-09-17
* avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer2021-09-17
* avcodec/elbg: Remove avoidable bufferAndreas Rheinhardt2021-09-17
* avcodec/apedec: Fix integer overflow in intermediateMichael Niedermayer2021-09-16
* avcodec/mjpegdec: export display matrix frame side data when availableJames Almer2021-09-16
* avcodec/elbg: Increase some fields to 64bitMichael Niedermayer2021-09-15
* avcodec/dxva2_av1: fix superres_denom parameterTong Wu2021-09-14
* avcodec/h264_picture: wait for the second slice to apply film grain on interl...James Almer2021-09-14
* avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer2021-09-14
* avcodec/jpeg2000_parser: Check state!=0Michael Niedermayer2021-09-14
* avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt2021-09-14
* avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt2021-09-14
* avcodec/wmadec: fix WMA gapless playbackbnnm2021-09-12
* avcodec/h274: trim unnecessarily large arrayNiklas Haas2021-09-12
* avcodec/h274: don't read from uninitialized array membersNiklas Haas2021-09-12
* avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin2021-09-09
* avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt2021-09-09
* avcodec/siren: decode_vector: remove unused parameterPeter Ross2021-09-09
* avcodec/siren: replace magic numbers with macro valuePeter Ross2021-09-09
* avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski2021-09-08
* avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt2021-09-08
* avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt2021-09-08
* avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt2021-09-08
* avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt2021-09-08
* avcodec/qsv: Make ff_qsv_map_error() staticAndreas Rheinhardt2021-09-08
* avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt2021-09-08
* avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt2021-09-08
* avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt2021-09-08
* libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* avcodec/h264_parser: Fix nalsize checkMichael Niedermayer2021-09-08
* avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol2021-09-07
* avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol2021-09-07
* avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol2021-09-07
* avcodec/siren: MSN Siren decoderPeter Ross2021-09-07
* avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol2021-09-07
* avcodec/mlpenc: use variables local to for loopsPaul B Mahol2021-09-07
* avcodec/nvenc: add constrainedFrame encoding supportLimin Wang2021-09-06
* avcodec/nvenc: add single slice intra refresh supportLimin Wang2021-09-06
* avcodec/nvenc: add intra refresh supportLimin Wang2021-09-06
* avcodec/nvenc: make number of slices per frame configurableLimin Wang2021-09-06
* avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer2021-09-05
* avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer2021-09-05
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-09-05
* avcodec/argo: Move U, fix shiftMichael Niedermayer2021-09-05