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
2020-08-27avfilter/vf_xfade: add fadegrays transitionPaul B Mahol
2020-08-26avcodec/cfhd: add x86 SIMDPaul B Mahol
2020-08-26avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer
2020-08-26avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer
2020-08-26avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer
2020-08-26avcodec/tiff: Check the linearization table sizeMichael Niedermayer
2020-08-26avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SARDerek Buitenhuis
2020-08-26avfilter/yadif: simplify the code for better readabilityLimin Wang
2020-08-26avformat/mpegtsenc: reindent the codeLimin Wang
2020-08-26avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3Limin Wang
2020-08-26avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt
2020-08-26avfilter/avfilter: Fix indentationAndreas Rheinhardt
2020-08-26avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()James Almer
2020-08-25avcodec/av1_parser: fix parsing show_existing_frame headersJames Almer
2020-08-25avcodec/cbs_av1: use a more appropiate AV1ReferenceFrameState pointer variabl...James Almer
2020-08-25avcodec/cbs_av1: fix handling reference frames on show_existing_frame framesJames Almer
2020-08-25avcodec/cbs_av1: infer frame_type in show_existing_frame frames earlierJames Almer
2020-08-25avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1ContextJames Almer
2020-08-25lavf/rtpdec_jpeg: Fix JFIF version.Carl Eugen Hoyos
2020-08-25doc/examples: Always open files as "binary", not "text".Carl Eugen Hoyos
2020-08-25dnn/native: add log error messageTing Fu
2020-08-25dnn/native: unify error return to DNN_ERRORTing Fu
2020-08-25dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun
2020-08-25lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos
2020-08-25lavf/mxfdec: Limit score for files with run-in.Carl Eugen Hoyos
2020-08-25avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2Jan Ekström
2020-08-25avcodec/aacdec_template: keep tabs on layout in sniff_channel_orderJan Ekström
2020-08-24Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streamsVikas Agrawal
2020-08-24fate: remove "-v 0" from ffprobe tests.Nicolas George
2020-08-24dnn_backend_native_layer_mathbinary: add floormod supportMingyu Yin
2020-08-24dnn_backend_native_layer_mathbinary: change to function pointerMingyu Yin
2020-08-24avcodec/av1_parser: read frame properties directly from AV1RawFrameHeaderJames Almer
2020-08-24avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frameJames Almer
2020-08-24avcodec/cbs_av1: infer frame sizes when not coded in the bitstreamJames Almer
2020-08-24avfilter/af_aformat: Add uninit functionAndreas Rheinhardt
2020-08-24avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt
2020-08-24avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt
2020-08-24avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt
2020-08-24avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2020-08-24avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt
2020-08-24avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/graphparser: Fix memleak when linking filters failsAndreas Rheinhardt
2020-08-23fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt