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-11-12avfilter/af_afir: Check return value of av_tx_init()Andreas Rheinhardt
2022-11-12avfilter/vf_fftfilt: Check return value of av_tx_init()Andreas Rheinhardt
2022-11-12avfilter/af_surround: Check return value of av_tx_init()Andreas Rheinhardt
2022-11-12avcodec/siren: indentPeter Ross
2022-11-11avutil/cast5: Avoid undefined shift of uint32_t by 32 placesAndreas Rheinhardt
2022-11-11avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only userAndreas Rheinhardt
2022-11-11avcodec/h261dec: Don't update block_index unnecessarilyAndreas Rheinhardt
2022-11-11avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt
2022-11-10avcodec/bonk: steplet cannot become negativeMichael Niedermayer
2022-11-10avcodec/bonk: Check step against overflowMichael Niedermayer
2022-11-10avcodec/bonk: Simplify read_uint_max()Michael Niedermayer
2022-11-10avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overf...Michael Niedermayer
2022-11-10avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush()Michael Niedermayer
2022-11-10avfilter/af_dynaudnorm: add curve optionPaul B Mahol
2022-11-10avfilter/f_ebur128: add quiet framelog modePaul B Mahol
2022-11-10MAINTAINERS: add myself as amfenc* maintainerDmitrii Ovchinnikov
2022-11-10libx265: support ATSC A/53 captionserankor
2022-11-10avcodec/nvenc: remove unsupported AV1 High ProfileTimo Rothenpieler
2022-11-10avcodec/nvenc: fix AV1 darWidth/Height calculationTimo Rothenpieler
2022-11-10avfilter/vf_thumbnail: add slice threading supportPaul B Mahol
2022-11-10avcodec/clearvideo: Avoid allocations when decoding tilesAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Use const where appropriateAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Redo updating predicitionAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Move tile_do_block() upwardsAndreas Rheinhardt
2022-11-10avcodec/clearvideo: Remove unnecessary level parameterAndreas Rheinhardt
2022-11-09avfilter/vf_hqdn3d: Fix left-shift of negative numbersAndreas Rheinhardt
2022-11-09avfilter/phase_template: Fix left-shift of negative numbersAndreas Rheinhardt
2022-11-09avfilter/vf_qp: Don't store NAN in intAndreas Rheinhardt
2022-11-09postproc/postprocess_template: Fix alignmentAndreas Rheinhardt
2022-11-09swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt
2022-11-09avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt
2022-11-09postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functionsAndreas Rheinhardt
2022-11-09avfilter/af_loudnorm: stop rewritting ptsPaul B Mahol
2022-11-09avfilter/af_loudnorm: switch to activatePaul B Mahol
2022-11-09avfilter/af_loudnorm: fix incorrect gain when audio is shorter than 3sRui Zhu
2022-11-08avutil/tx: use llrintf() to convert a float into a 64 bit integerJames Almer
2022-11-08avutil/tx: use a lower log level for the debug messagesJames Almer
2022-11-08avdevice/avfoundation: convert to new channel layout-APIJames Almer
2022-11-08avdevice/audiotoolbox: convert to new channel layout-APIJames Almer
2022-11-07Changelog: add forgotten nvenc av1 entryTimo Rothenpieler
2022-11-07fftools/ffprobe: Loop over correct number of streams when flushing decodersDerek Buitenhuis
2022-11-07avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö
2022-11-07avfilter/af_speechnorm: change initial gain statePaul B Mahol
2022-11-07avfilter/af_speechnorm: remove long search range for min gainPaul B Mahol
2022-11-07avfilter/af_speechnorm: implement rms optionPaul B Mahol
2022-11-07fate/video: vqc testcasePeter Ross
2022-11-07fate/audio: msnsiren test casePeter Ross
2022-11-07fate/microsoft: add mss2 region test casePeter Ross
2022-11-07libavcodec/qsvenc: Add skip_frame support to qsvencWenbin Chen
2022-11-07doc/encoders: add doc of the tier option for hevc_qsvnyanmisaka