Alexander Drozdov

Results 14 issues of Alexander Drozdov

If input context close and Packet still use SEGFAULT occured. Need check.

Add classes to work with FFmpeg filters. Build graphs.

enhancement

Good things. But I have no time and ffmpeg-related project for this time to implement it, so any help will be welcomed. My preferred C++ test framework is [Catch2](https://github.com/catchorg/Catch2) 1....

enhancement

Add ability to copy metadata from input sources to the output one. Metadata aware objects: 1. `AVFormatContext` (`FormatContext`) 2. `AVChapter` (#15) 3. `AVProgram` (#16) 4. `AVStream` (`Stream2`) 5. `AVFrame` (`VideoFrame2`,...

enhancement

Add support for AVProgram reading and adding to the streams. Also, add ability "transmux" programs.

enhancement

Add support for AVChapter reading and adding to the streams. Also, add ability "transmux" chapters.

enhancement

``` /** * Additional packet data that can be provided by the container. * Packet can contain several types of side information. */ AVPacketSideData *side_data; int side_data_elems; ```

Access to the objects (AVClass related) options. Rework all related classes.

enhancement

**TBD** * For tree builder settings (exlusion/inclusion) * Directory watcher settings

enhancement

Currently every file scanned by Tree Builder checks with MIME database API to detect it type. It requires a lot of time for processing on big projects (~400k files in...

enhancement