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
2021-09-21avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer
2021-09-21avcodec/libdav1d: pass auto threads value to libdav1dJames Almer
2021-09-20avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt
2021-09-20avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-09-20avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt
2021-09-20avcodec/avcodec, options_table: Deprecate sub_text_formatAndreas Rheinhardt
2021-09-20avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-09-20avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt
2021-09-19avcodec/snowdec: Maintain avmv bufferMichael Niedermayer
2021-09-19avcodec/siren: Check index for catergory5Michael Niedermayer
2021-09-17avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer
2021-09-17avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer
2021-09-17avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer
2021-09-17avcodec/elbg: Remove avoidable bufferAndreas Rheinhardt
2021-09-16avcodec/apedec: Fix integer overflow in intermediateMichael Niedermayer
2021-09-16avcodec/mjpegdec: export display matrix frame side data when availableJames Almer
2021-09-15avcodec/elbg: Increase some fields to 64bitMichael Niedermayer
2021-09-15avcodec/dxva2_av1: fix superres_denom parameterTong Wu
2021-09-14avcodec/h264_picture: wait for the second slice to apply film grain on interl...James Almer
2021-09-14avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer
2021-09-14avcodec/jpeg2000_parser: Check state!=0Michael Niedermayer
2021-09-14avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt
2021-09-14avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt
2021-09-12avcodec/wmadec: fix WMA gapless playbackbnnm
2021-09-12avcodec/h274: trim unnecessarily large arrayNiklas Haas
2021-09-12avcodec/h274: don't read from uninitialized array membersNiklas Haas
2021-09-09avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin
2021-09-09avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt
2021-09-09avcodec/siren: decode_vector: remove unused parameterPeter Ross
2021-09-09avcodec/siren: replace magic numbers with macro valuePeter Ross
2021-09-09avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski
2021-09-08avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt
2021-09-08avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i staticAndreas Rheinhardt
2021-09-08avcodec/jpeg2000: Make ff_tag_tree_size() staticAndreas Rheinhardt
2021-09-08avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt
2021-09-08avcodec/qsv: Make ff_qsv_map_error() staticAndreas Rheinhardt
2021-09-08avcodec/h263dec: Make ff_h263_hw_config_list staticAndreas Rheinhardt
2021-09-08avcodec/cbs: Make ff_cbs_alloc_unit_data() staticAndreas Rheinhardt
2021-09-08avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt
2021-09-08libavcodec/qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08avcodec/h264_parser: Fix nalsize checkMichael Niedermayer
2021-09-07avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol
2021-09-07avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol
2021-09-07avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol