Find Bug Reports and Feature Requests in FFmpeg Trac
Navigating the FFmpeg Trac issue tracker is essential for developers and users who want to track existing software bugs or view proposed feature requests. This article provides a straightforward guide on how to search, filter, and identify active bug reports and feature requests within the official FFmpeg Trac system, helping you avoid duplicate submissions and stay updated on the project’s development.
To find active bug reports and feature requests, you must use the FFmpeg Trac database. Follow these steps to locate the specific issues you are looking for.
1. Access the FFmpeg Trac Interface
Go to the official FFmpeg Trac website at trac.ffmpeg.org. You do not need an account to search or view tickets, though an account is required if you want to modify them or post comments.
2. Use Predefined Reports
The simplest way to view ongoing issues is by using Trac’s built-in reports: * Click on View Tickets in the top navigation bar. * Select Active Tickets to view a list of all unresolved issues sorted by priority or component. * Select All Tickets by Milestones to see which bugs are assigned to upcoming FFmpeg releases.
3. Use the Custom Query Tool for Advanced Filtering
To separate bug reports from feature requests, use the Custom Query tool, which allows you to filter the database by specific criteria: 1. Click on View Tickets in the top menu, then click on Custom Query (located near the top-right of the ticket list). 2. To find active bug reports: * Set Status to new, open, accepted, or reopened. * Set Type to defect. 3. To find active feature requests: * Set Status to new, open, accepted, or reopened. * Set Type to enhancement. 4. Click Update to run the query and view the filtered list.
4. Search by Keywords
If you are looking for a bug or feature related to a specific codec, format, or command (such as “hevc”, “mp4”, or “hardware acceleration”): 1. Enter your search term into the search box in the top-right corner of the Trac homepage. 2. Press Enter. 3. On the results page, filter the results by checking only the Tickets box and unchecking Wiki or Changesets. This will limit your search results to bug reports and feature requests.