summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/pnmdec: Mark PHM decoder as init-threadsafeAndreas Rheinhardt2022-07-18
* avcodec/libjxlenc: avoid hard failure with unspecified primariesLeo Izen2022-07-17
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-16
* aarch64: me_cmp: Don't do uaddlv once per iterationMartin Storsjö2022-07-16
* aarch64: me_cmp: Switch from uabd to uabal in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* aarch64: me_cmp: Interleave some of the loads in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* libavcodec: aarch64: Don't clobber v8 in the h%4 case in ff_pix_abs16_xy2_neonMartin Storsjö2022-07-16
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-07-14
* lavc/aarch64: Add pix_abs16_x2 neon implementationHubert Mazur2022-07-13
* Bump versions after 5.1 branchMichael Niedermayer2022-07-13
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-13
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-12
* avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer2022-07-12
* avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer2022-07-12
* avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer2022-07-12
* avcodec/tiff: Check pixel format types for dngMichael Niedermayer2022-07-12
* avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer2022-07-12
* avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer2022-07-12
* avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer2022-07-12
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-07-12
* avcodec/ffv1dec_template: fix indentionMichael Niedermayer2022-07-12
* lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function p...Hubert Mazur2022-07-11
* avcodec/pcm-dvdenc: Fix encoding 24bit samplesAndreas Rheinhardt2022-07-10
* avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)Andreas Rheinhardt2022-07-10
* avcodec/mpegvideo_enc: Unify the code styleWenbin Chen2022-07-09
* avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen2022-07-09
* avcodec/hevc_cabac: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-09
* avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt2022-07-09
* avcodec/hevc_sei: Use proper type for NALU typeAndreas Rheinhardt2022-07-09
* avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_typeAndreas Rheinhardt2022-07-09
* avcodec/hevc_ps: Fix wrong copyright yearsAndreas Rheinhardt2022-07-09
* avcodec/dv: Remove unnecessary headerAndreas Rheinhardt2022-07-09
* avcodec/cbs: Mark init and close functions as av_coldAndreas Rheinhardt2022-07-09
* avcodec/encode: Avoid check whose result is known in advanceAndreas Rheinhardt2022-07-09
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-09
* avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt2022-07-09
* avcodec/aacdec: fix parsing of dual mono filesJames Almer2022-07-08
* avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check failsAndreas Schneider2022-07-08
* avcodec/flashsv: Clear pointersMichael Niedermayer2022-07-07
* avcodec/aasc: Fix indentionMichael Niedermayer2022-07-07
* avcodec/flashsv: Check inflate() for failureMichael Niedermayer2022-07-07
* avcodec/smacker: fix indention after previous commitMichael Niedermayer2022-07-07
* avcodec/smacker: Optimize constant 16bit audio outputMichael Niedermayer2022-07-07
* avcodec/exrenc: add av_cold to some functionsPaul B Mahol2022-07-06
* avcodec/nvenc: add support for additional (10 bit) RGB pixel formatsTimo Rothenpieler2022-07-05
* get_bits: move check_marker() to mpegvideodec.hAnton Khirnov2022-07-04
* avcodec/mscc: Don't modify input packetAndreas Rheinhardt2022-07-04
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-04