[FFmpeg-devel] [PATCH] Fix audiotoolboxenc compile error on OS X 10.8.

2016-03-24 Thread Dan Dennedy
Fixes error "libavcodec/audiotoolboxenc.c:294:50: error: use of undeclared identifier 'kAudioCodecPropertyPacketSizeLimitForVBR'." That was added to 10.9: https://developer.apple.com/library/mac/releasenotes/General/APIDiffsMacOSX10_9/AudioUnit.html Signed-off-by: Dan Denn

[FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-19 Thread Dan Dennedy
Fixes error: libavcodec/videotoolbox.c:511:18: error: implicit declaration of function 'CMVideoFormatDescriptionCreateFromH264ParameterSets' is invalid in C99 This was added in 10.9: https://developer.apple.com/reference/coremedia/1489818-cmvideoformatdescriptioncreatefr?language=objc --- libavco

Re: [FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-20 Thread Dan Dennedy
On Sun, Jun 19, 2016 at 9:25 PM Richard Kern wrote: > > > On Jun 19, 2016, at 6:11 PM, Dan Dennedy wrote: > > > > Fixes error: > > libavcodec/videotoolbox.c:511:18: error: implicit declaration of > > function 'CMVideoFormatDescriptionCreateFromH2

Re: [FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-20 Thread Dan Dennedy
On Mon, Jun 20, 2016 at 9:45 PM Dan Dennedy wrote: > On Sun, Jun 19, 2016 at 9:25 PM Richard Kern wrote: > >> >> > On Jun 19, 2016, at 6:11 PM, Dan Dennedy wrote: >> > >> > Fixes error: >> > libavcodec/videotoolbox.c:511:

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added HLS encryption

2015-06-15 Thread Dan Dennedy
On Wed, Feb 11, 2015 at 12:20 PM Michael Niedermayer wrote: > > please provide a example which works > this is not an example its a description of how to create an example > I mean example in the sense that its bytes when given to the right > program like /bin/sh will do something not a descripti