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
2019-09-24avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer
2019-09-24avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler
2019-09-24avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol
2019-09-23avcodec/exr: cosmeticsLimin Wang
2019-09-23avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick
2019-09-23avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler
2019-09-23avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer
2019-09-23avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol
2019-09-23avformat/dashdec: fix segfault when parsing segmentlistvectronic
2019-09-23avformat/dashdec: fix pointer being freed was not allocatedvectronic
2019-09-22avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol
2019-09-22avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol
2019-09-22avfilter/vf_v360: fix mercator_to_xyz()Paul B Mahol
2019-09-22avfilter/v360: reduce size of some struct membersPaul B Mahol
2019-09-22avformat/y4m: do not try to seek if pts is less than 0Paul B Mahol
2019-09-22avcodec/sunrast: Fix indentionMichael Niedermayer
2019-09-22avcodec/sunrast: Fix return type for "unsupported (compression) type"Michael Niedermayer
2019-09-22avutil/opt: Fix type specifierAndreas Rheinhardt
2019-09-22avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol
2019-09-22avfilter/vf_v360: remove intermediate variablesPaul B Mahol
2019-09-21tools/patcheck: remove gcc-2.95 compat checkJames Zern
2019-09-21avfilter/vf_v360: fix comparison with float valuePaul B Mahol
2019-09-21avfilter/vf_v360: simplify xyz_to_dfisheye() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: simplify dfisheye_to_xyz() calculationsPaul B Mahol
2019-09-21avfilter/avf_showfreqs: fix check for failed allocationPaul B Mahol
2019-09-21avformat/latmenc: fix context used for loggingJames Almer
2019-09-21avfilter/vf_v360: simplify ball_to_xyz() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: simplify xyz_to_ball() calculationsPaul B Mahol
2019-09-21avfilter/vf_v360: add hammer projectionPaul B Mahol
2019-09-21avfilter/vf_v360: use lrintf() in kernelPaul B Mahol
2019-09-21avfilter/vf_v360: fix small artifacts between corners in EAC formatPaul B Mahol
2019-09-21avformat/hashenc: add streamhash muxerMoritz Barsnick
2019-09-21avformat/hashenc: use an array of hashesMoritz Barsnick
2019-09-21avformat/hashenc: rearrange options definitionMoritz Barsnick
2019-09-21avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt
2019-09-21tools/target_dec_fuzzer: fuzz channels and sample_rate tooMichael Niedermayer
2019-09-21avcodec/utils: Check channels fully earlierMichael Niedermayer
2019-09-21avformat/rtpenc_mpegts: copy metadata to mpegts sub-muxerMoritz Barsnick
2019-09-21avformat/aiffdec: parse replaygain metadataMoritz Barsnick
2019-09-21avutil/opt: Print out numeric values of option constantsSoft Works
2019-09-21avutil/opt: Fix printing integer option defaultsSoft Works
2019-09-21avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/g723_1dec: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt
2019-09-20avfilter/vf_v360: remove uneeded array elementPaul B Mahol
2019-09-20avfilter/vf_v360: add support for mirroring to ball input formatPaul B Mahol
2019-09-20avfilter/vf_v360: adjust kernel after latest changePaul B Mahol
2019-09-20avfilter/vf_v360: fix various artifacts with cubemapsPaul B Mahol
2019-09-20avfilter/vf_v360: improve description about s in commentsPaul B Mahol
2019-09-20libavfilter/dnn: support multiple outputs for native modeGuo, Yejun