René's URL Explorer Experiment


Title: Developer Documentation

Mail addresses
ffmpeg-devel@ffmpeg.org

direct link

Domain: ffmpeg.org

Links:

FFmpeghttps://ffmpeg.org/
Abouthttps://ffmpeg.org/about.html
Newshttps://ffmpeg.org/index.html#news
Downloadhttps://ffmpeg.org/download.html
Documentationhttps://ffmpeg.org/documentation.html
Communityhttps://ffmpeg.org/community.html
Code of Conducthttps://ffmpeg.org/community.html#Code-of-Conduct
Mailing Listshttps://ffmpeg.org/contact.html#MailingLists
IRChttps://ffmpeg.org/contact.html#IRCChannels
Forumshttps://ffmpeg.org/contact.html#Forums
Bug Reportshttps://ffmpeg.org/bugreports.html
Wikihttps://trac.ffmpeg.org
Conferenceshttps://trac.ffmpeg.org/wiki/Conferences
Developershttps://ffmpeg.org/developer.html
Source Codehttps://ffmpeg.org/download.html#get-sources
Contributehttps://ffmpeg.org/developer.html#Introduction
FATEhttp://fate.ffmpeg.org
Code Coveragehttp://coverage.ffmpeg.org
Funding through SPIhttps://ffmpeg.org/spi.html
Morehttps://ffmpeg.org/developer.html
Donatehttps://ffmpeg.org/donations.html
Hire Developershttps://ffmpeg.org/consulting.html
Contacthttps://ffmpeg.org/contact.html
Securityhttps://ffmpeg.org/security.html
Legalhttps://ffmpeg.org/legal.html
https://ffmpeg.org/developer.html
1 Introductionhttps://ffmpeg.org/developer.html#Introduction
2 Coding Ruleshttps://ffmpeg.org/developer.html#Coding-Rules-1
2.1 Languagehttps://ffmpeg.org/developer.html#Language
2.1.1 SIMD/DSPhttps://ffmpeg.org/developer.html#SIMD_002fDSP-1
2.1.2 Other languageshttps://ffmpeg.org/developer.html#Other-languages
2.2 Code formatting conventionshttps://ffmpeg.org/developer.html#Code-formatting-conventions
2.2.1 Exampleshttps://ffmpeg.org/developer.html#Examples
2.2.2 Vim configurationhttps://ffmpeg.org/developer.html#Vim-configuration
2.2.3 Emacs configurationhttps://ffmpeg.org/developer.html#Emacs-configuration
2.3 Commentshttps://ffmpeg.org/developer.html#Comments
2.4 Naming conventionshttps://ffmpeg.org/developer.html#Naming-conventions-1
2.5 Miscellaneous conventionshttps://ffmpeg.org/developer.html#Miscellaneous-conventions
3 Development Policyhttps://ffmpeg.org/developer.html#Development-Policy-1
3.1 Code behaviourhttps://ffmpeg.org/developer.html#Code-behaviour
3.2 Patches/Committinghttps://ffmpeg.org/developer.html#Patches_002fCommitting
3.3 Codehttps://ffmpeg.org/developer.html#Code
3.4 Library public interfaceshttps://ffmpeg.org/developer.html#Library-public-interfaces
3.4.1 Adding new interfaceshttps://ffmpeg.org/developer.html#Adding-new-interfaces
3.4.2 Removing interfaceshttps://ffmpeg.org/developer.html#Removing-interfaces-1
3.4.3 Major version bumpshttps://ffmpeg.org/developer.html#Major-version-bumps-1
3.5 Documentation/Otherhttps://ffmpeg.org/developer.html#Documentation_002fOther
4 Submitting patcheshttps://ffmpeg.org/developer.html#Submitting-patches-1
5 New codecs or formats checklisthttps://ffmpeg.org/developer.html#New-codecs-or-formats-checklist
6 Patch submission checklisthttps://ffmpeg.org/developer.html#Patch-submission-checklist
7 Patch review processhttps://ffmpeg.org/developer.html#Patch-review-process
8 Regression testshttps://ffmpeg.org/developer.html#Regression-tests-1
8.1 Adding files to the fate-suite datasethttps://ffmpeg.org/developer.html#Adding-files-to-the-fate_002dsuite-dataset
8.2 Visualizing Test Coveragehttps://ffmpeg.org/developer.html#Visualizing-Test-Coverage
8.3 Using Valgrindhttps://ffmpeg.org/developer.html#Using-Valgrind
9 Maintenance processhttps://ffmpeg.org/developer.html#Maintenance-process
9.1 MAINTAINERShttps://ffmpeg.org/developer.html#MAINTAINERS-1
9.2 Becoming a maintainerhttps://ffmpeg.org/developer.html#Becoming-a-maintainer-1
10 Release processhttps://ffmpeg.org/developer.html#Release-process-1
10.1 Criteria for Point Releaseshttps://ffmpeg.org/developer.html#Criteria-for-Point-Releases-1
10.2 Release Checklisthttps://ffmpeg.org/developer.html#Release-Checklist
1 Introductionhttps://ffmpeg.org/developer.html#toc-Introduction
the Doxygen documentationhttp://ffmpeg.org/doxygen/trunk/index.html
https://ffmpeg.org/legal.htmlhttps://ffmpeg.org/legal.html
Forgejohttps://code.ffmpeg.org/FFmpeg/FFmpeg/pulls
Submitting patcheshttps://ffmpeg.org/developer.html#Submitting-patches
Development Policyhttps://ffmpeg.org/developer.html#Development-Policy
Coding Ruleshttps://ffmpeg.org/developer.html#Coding-Rules
2 Coding Ruleshttps://ffmpeg.org/developer.html#toc-Coding-Rules-1
2.1 Languagehttps://ffmpeg.org/developer.html#toc-Language
2.1.1 SIMD/DSPhttps://ffmpeg.org/developer.html#toc-SIMD_002fDSP-1
2.1.2 Other languageshttps://ffmpeg.org/developer.html#toc-Other-languages
SIMD/DSPhttps://ffmpeg.org/developer.html#SIMD_002fDSP
2.2 Code formatting conventionshttps://ffmpeg.org/developer.html#toc-Code-formatting-conventions
2.2.1 Exampleshttps://ffmpeg.org/developer.html#toc-Examples
2.2.2 Vim configurationhttps://ffmpeg.org/developer.html#toc-Vim-configuration
2.2.3 Emacs configurationhttps://ffmpeg.org/developer.html#toc-Emacs-configuration
2.3 Commentshttps://ffmpeg.org/developer.html#toc-Comments
2.4 Naming conventionshttps://ffmpeg.org/developer.html#toc-Naming-conventions-1
POSIXhttp://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_02.html#tag_02_02_02
2.5 Miscellaneous conventionshttps://ffmpeg.org/developer.html#toc-Miscellaneous-conventions
3 Development Policyhttps://ffmpeg.org/developer.html#toc-Development-Policy-1
3.1 Code behaviourhttps://ffmpeg.org/developer.html#toc-Code-behaviour
3.2 Patches/Committinghttps://ffmpeg.org/developer.html#toc-Patches_002fCommitting
LGPL 2.1http://www.gnu.org/licenses/lgpl-2.1.html
ISChttp://opensource.org/licenses/isc-license.txt
MIThttp://mit-license.org/
GPL 2http://www.gnu.org/licenses/gpl-2.0.html
3.3 Codehttps://ffmpeg.org/developer.html#toc-Code
3.4 Library public interfaceshttps://ffmpeg.org/developer.html#toc-Library-public-interfaces
Major version bumpshttps://ffmpeg.org/developer.html#Major-version-bumps
3.4.1 Adding new interfaceshttps://ffmpeg.org/developer.html#toc-Adding-new-interfaces
Removing interfaceshttps://ffmpeg.org/developer.html#Removing-interfaces
Naming conventionshttps://ffmpeg.org/developer.html#Naming-conventions
Major version bumpshttps://ffmpeg.org/developer.html#Major-version-bumps
3.4.2 Removing interfaceshttps://ffmpeg.org/developer.html#toc-Removing-interfaces-1
Major version bumpshttps://ffmpeg.org/developer.html#Major-version-bumps
3.4.3 Major version bumpshttps://ffmpeg.org/developer.html#toc-Major-version-bumps-1
3.5 Documentation/Otherhttps://ffmpeg.org/developer.html#toc-Documentation_002fOther
ffmpeg-develhttps://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel
ffmpeg-cvsloghttps://lists.ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
4 Submitting patcheshttps://ffmpeg.org/developer.html#toc-Submitting-patches-1
Coding Ruleshttps://ffmpeg.org/developer.html#Coding-Rules
Regression testshttps://ffmpeg.org/developer.html#Regression-tests
Forgejohttps://code.ffmpeg.org/FFmpeg/FFmpeg/pulls
ffmpeg-develhttps://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel
https://patchwork.ffmpeg.orghttps://patchwork.ffmpeg.org
https://git-send-email.io/https://git-send-email.io/
https://shallowsky.com/blog/tech/email/gmail-app-passwds.htmlhttps://shallowsky.com/blog/tech/email/gmail-app-passwds.html
5 New codecs or formats checklisthttps://ffmpeg.org/developer.html#toc-New-codecs-or-formats-checklist
6 Patch submission checklisthttps://ffmpeg.org/developer.html#toc-Patch-submission-checklist
Sign your workhttps://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/submitting-patches.rst
zzufhttp://caca.zoy.org/wiki/zzuf
https://samples.ffmpeg.orghttps://samples.ffmpeg.org
https://streams.videolan.org/upload/https://streams.videolan.org/upload/
7 Patch review processhttps://ffmpeg.org/developer.html#toc-Patch-review-process
8 Regression testshttps://ffmpeg.org/developer.html#toc-Regression-tests-1
fate.htmlhttps://ffmpeg.org/fate.html
8.1 Adding files to the fate-suite datasethttps://ffmpeg.org/developer.html#toc-Adding-files-to-the-fate_002dsuite-dataset
8.2 Visualizing Test Coveragehttps://ffmpeg.org/developer.html#toc-Visualizing-Test-Coverage
8.3 Using Valgrindhttps://ffmpeg.org/developer.html#toc-Using-Valgrind
9 Maintenance processhttps://ffmpeg.org/developer.html#toc-Maintenance-process
9.1 MAINTAINERShttps://ffmpeg.org/developer.html#toc-MAINTAINERS-1
9.2 Becoming a maintainerhttps://ffmpeg.org/developer.html#toc-Becoming-a-maintainer-1
10 Release processhttps://ffmpeg.org/developer.html#toc-Release-process-1
https://ffmpeg.orghttps://ffmpeg.org
10.1 Criteria for Point Releaseshttps://ffmpeg.org/developer.html#toc-Criteria-for-Point-Releases-1
http://cve.mitre.org/http://cve.mitre.org/
https://trac.ffmpeg.orghttps://trac.ffmpeg.org
10.2 Release Checklisthttps://ffmpeg.org/developer.html#toc-Release-Checklist
https://trac.ffmpeg.org/admin/ticket/versionshttps://trac.ffmpeg.org/admin/ticket/versions
https://ffmpeg.org/security.htmlhttps://ffmpeg.org/security.html
Regression testshttps://ffmpeg.org/developer.html#Regression-tests
https://ffmpeg.org/releaseshttps://ffmpeg.org/releases
makeinfohttp://www.gnu.org/software/texinfo/
telepoint.bghttps://telepoint.bg

Viewport: width=device-width,initial-scale=1.0


URLs of crawlers that visited me.