Re: [FFmpeg-devel] Getting started

2021-06-21 Thread Michael Niedermayer
On Sat, Jun 19, 2021 at 12:16:28PM -0500, Mihir Shah wrote: > Hi, > > I would be interested in contributing to ffmpeg, can you please provide me > suggestions on how to get started/any good first issues? look at https://trac.ffmpeg.org/ theres alot that can be done bugs to fix, features to add, g

Re: [FFmpeg-devel] Getting Started :: Need for render API

2020-02-13 Thread Timo Rothenpieler
Vulkan is the new standard API for interfacing with GPUs. A video decode API in on the horizon, and shaders can be used as filters. FFmpeg is primarily a library, the command line tool is pretty much only an example implementation. ___ ffmpeg-devel mai

Re: [FFmpeg-devel] [Getting Started]

2020-02-12 Thread Andreas Rheinhardt
On Thu, Feb 13, 2020 at 6:23 AM Goutham Kancherla < kancherlagout...@gmail.com> wrote: > Greetings > There are 3 binaries at the end > ffmpeg , play ,probe > where is the main for each one > Just Getting Started , pardon the naive question > Cheers The binaries are in the fftools/ folder and the

Re: [FFmpeg-devel] Getting Started On ffmpeg development

2020-02-12 Thread James Almer
On 2/12/2020 9:02 AM, Goutham Kancherla wrote: > Greetings, > I have just begun to explore the code-base of ffmpeg repository found on > > https://github.com/FFmpeg/FFmpeg > > I hope that I have accessed the correct and official repository. > I have searched for the code documentation i.e, the ar

Re: [FFmpeg-devel] Getting Started.

2016-12-12 Thread Paul B Mahol
On 12/12/16, Agneet Chatterjee wrote: > I'm having prior knowledge in C and C++. What I have no knowledge is the > code base of ffmpeg. If you could provide me the basics of where to start > and get me accustomed to the various projects that the organisation deals > with. I could start contributin

Re: [FFmpeg-devel] Getting Started.

2016-12-12 Thread Agneet Chatterjee
I'm having prior knowledge in C and C++. What I have no knowledge is the code base of ffmpeg. If you could provide me the basics of where to start and get me accustomed to the various projects that the organisation deals with. I could start contributing at my earliest. Thank you. On 12 Dec 2016 0

Re: [FFmpeg-devel] Getting Started.

2016-12-11 Thread Paul B Mahol
On 12/11/16, Agneet Chatterjee wrote: > Hello everyone. I'm a second year CS undergrad willing to contribute to > this organisation. Could somebody help me get started? Anything you are interested to work on? There are numerous possibilities. > > Thank you. > Agneet Chatterjee. > ___