Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer
2022-08-29avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer
2022-08-29avcodec/h263dec: Sanity check against minimal I/P frame sizeMichael Niedermayer
2022-08-29avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer
2022-08-29avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()Michael Niedermayer
2022-08-29avcodec/mjpegdec: bayer and rct are incompatibleMichael Niedermayer
2022-08-26avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUNDAndreas Rheinhardt
2022-08-24avcodec/libvpx: fix assembling vp9 packets with alpha channelJames Almer
2022-08-24avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType structJames Almer
2022-08-10avcodec/libspeexdec: Fix use of uninitialized valueAndreas Rheinhardt
2022-07-30avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer
2022-07-22avcodec/hevc_filter: copy_CTB() only within width&heightn5.1Michael Niedermayer
2022-07-22avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer
2022-07-22avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer
2022-07-22avcodec/exr: Check x/ysizeMichael Niedermayer
2022-07-22avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer
2022-07-20avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer
2022-07-16avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer
2022-07-13Bump Versions for 5.1 branchMichael Niedermayer
2022-07-12avcodec/h264dec: Skip late SEIMichael Niedermayer
2022-07-12avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()Michael Niedermayer
2022-07-12avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer
2022-07-12avcodec/hevcdsp_template: stay within tables in sao_band_filter()Michael Niedermayer
2022-07-12avcodec/tiff: Check pixel format types for dngMichael Niedermayer
2022-07-12avcodec/qpeldsp: copy less for the mc0x casesMichael Niedermayer
2022-07-12avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer
2022-07-12avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer
2022-07-12avcodec/wnv1: Check for width =1Michael Niedermayer
2022-07-12avcodec/ffv1dec_template: fix indentionMichael Niedermayer
2022-07-11lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function p...Hubert Mazur
2022-07-10avcodec/pcm-dvdenc: Fix encoding 24bit samplesAndreas Rheinhardt
2022-07-10avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)Andreas Rheinhardt
2022-07-09avcodec/mpegvideo_enc: Unify the code styleWenbin Chen
2022-07-09avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen
2022-07-09avcodec/hevc_cabac: Don't cast const away unnecessarilyAndreas Rheinhardt
2022-07-09avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt
2022-07-09avcodec/hevc_sei: Use proper type for NALU typeAndreas Rheinhardt
2022-07-09avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_typeAndreas Rheinhardt
2022-07-09avcodec/hevc_ps: Fix wrong copyright yearsAndreas Rheinhardt
2022-07-09avcodec/dv: Remove unnecessary headerAndreas Rheinhardt
2022-07-09avcodec/cbs: Mark init and close functions as av_coldAndreas Rheinhardt
2022-07-09avcodec/encode: Avoid check whose result is known in advanceAndreas Rheinhardt
2022-07-09avcodec: Add const to decoder packet data pointersAndreas Rheinhardt
2022-07-09avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt
2022-07-08avcodec/aacdec: fix parsing of dual mono filesJames Almer
2022-07-08avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check failsAndreas Schneider
2022-07-07avcodec/flashsv: Clear pointersMichael Niedermayer
2022-07-07avcodec/aasc: Fix indentionMichael Niedermayer
2022-07-07avcodec/flashsv: Check inflate() for failureMichael Niedermayer
2022-07-07avcodec/smacker: fix indention after previous commitMichael Niedermayer