notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/ffms2/distinfo
SVNWeb

Number of commits found: 4

Wed, 15 Mar 2023
[ 12:46 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:546e957ac8428c8adc2e46faf371d41a247b170c  commit hash:546e957ac8428c8adc2e46faf371d41a247b170c  commit hash:546e957ac8428c8adc2e46faf371d41a247b170c  546e957 
multimedia/ffms2: unbreak with ffmpeg 5.0

src/core/videosource.cpp:174:18: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
        AVCodec *Codec =
avcodec_find_decoder(FormatContext->streams[VideoTrack]->codecpar->codec_id);
                 ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/audiosource.cpp:466:14: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
    AVCodec *Codec =
avcodec_find_decoder(FormatContext->streams[TrackNumber]->codecpar->codec_id);
             ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:387:14: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
    AVCodec *codec =
avcodec_find_decoder(FormatContext->streams[Track]->codecpar->codec_id);
             ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:405:22: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
            AVCodec *VideoCodec =
avcodec_find_decoder(FormatContext->streams[i]->codecpar->codec_id);
                     ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:436:22: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
            AVCodec *AudioCodec =
avcodec_find_decoder(FormatContext->streams[i]->codecpar->codec_id);
                     ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		270226
Obtained from:	upstream
Tue, 15 Sep 2020
[ 00:46 jbeich search for other commits by this committer ] Original commit   Revision:548688
multimedia/ffms2: update to 2.40

Changes:	https://github.com/FFMS/ffms2/releases/tag/2.40
Reported by:	GitHub (watch releases)
Wed, 19 Oct 2016
[ 11:44 jbeich search for other commits by this committer ] Original commit   Revision:424241
multimedia/ffms2: update to 2.23

Changes:	https://github.com/FFMS/ffms2/releases/tag/2.23
Wed, 6 Apr 2016
[ 01:38 jbeich search for other commits by this committer ] Original commit   Revision:412591
multimedia/ffms2: add new port

FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform
wrapper library around FFmpeg/libav. It gives you an easy, convenient
way to say "open and decompress this media file for me, I don't care
how you do it" and get frame- and sample-accurate access (usually),
without having to bother with the sometimes less than straightforward
and less than perfectly documented libav API.

https://github.com/FFMS/ffms2

Number of commits found: 4