notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: multimedia/mp4v2/files/patch-src_rtphint.cpp

Number of commits found: 3

Sunday, 9 Jul 2023
22:08 Matthias Andree (mandree) search for other commits by this committer
multimedia/mp4v2: switch to fork, update to 2.1.3

PR:		272326
commit hash: c70787606cc9b3bb4aba63b0065eeb5d337f85bb commit hash: c70787606cc9b3bb4aba63b0065eeb5d337f85bb commit hash: c70787606cc9b3bb4aba63b0065eeb5d337f85bb commit hash: c70787606cc9b3bb4aba63b0065eeb5d337f85bb c707876
Tuesday, 27 Aug 2019
12:07 riggs search for other commits by this committer
Update to upstream release 2.0.0

Details:
Update to what seems to be the latest generally accepted upstream
release (judging by what major Linux distributions have been including
in the recent past and what consumers of the lib are using.)

PR:		212785
Submitted by:	wulf (patch set for the port)
Reported by:	rkoberman@gmail.com
Original commitRevision:510005 
Wednesday, 10 Jan 2018
19:14 jbeich search for other commits by this committer
multimedia/mp4v2: unbreak build with Clang 6 (C++14 by default)

src/mp4.cpp:679:20: error: cannot initialize return object of type
'mp4v2_ismacrypParams *' (aka 'mp4v2_ismacryp_session_params *') with an rvalue
of type 'MP4TrackId' (aka 'unsigned int')
            return MP4_INVALID_TRACK_ID;
                   ^~~~~~~~~~~~~~~~~~~~
./include/mp4v2/general.h:45:33: note: expanded from macro
'MP4_INVALID_TRACK_ID'
 #define MP4_INVALID_TRACK_ID    ((MP4TrackId)0)       /**< Constant: invalid
MP4TrackId. */
                                 ^~~~~~~~~~~~~~~
src/rtphint.cpp:348:32: error: comparison between pointer and integer ('const
char *' and 'int')
                    if (pSlash != '\0') {
                        ~~~~~~ ^  ~~~~
util/mp4chaps.cpp:712:14: error: case value evaluates to 4026531855, which
cannot be narrowed to type 'int'
      [-Wc++11-narrowing]
        case LC_CHP_REMOVE:
             ^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:458678 

Number of commits found: 3