Re: [FFmpeg-devel] [PATCH v2 01/12] lavc/videotoolboxenc: Use shared pixel buffer pool

2016-08-14 Thread crossle song
on iOS when enter background got Could not get pixel buffer pool. error How about videotoolbox run on background? On Wed, Apr 27, 2016 at 12:00 AM, Richard Kern wrote: > > > On Apr 26, 2016, at 8:14 AM, Carl Eugen Hoyos wrote: > > > > Richard Kern gmail.com> writes: > > > static const enu

Re: [FFmpeg-devel] [PATCH 2/6] lavc/audiotoolboxenc: fix a number of config issues

2016-03-31 Thread crossle song
Merge please On Mon, Mar 28, 2016 at 1:20 AM, Rodger Combs wrote: > - size variables were used in a confusing way > - incorrect size var use led to channel layouts not being set properly > - channel layouts were incorrectly mapped for >2-channel AAC > - bitrates not accepted by the encoder were

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-29 Thread crossle song
OK, I'll try your all patch before about audiotoolbox On Wed, Mar 30, 2016 at 5:01 AM, Rodger Combs wrote: > > > On Mar 27, 2016, at 21:13, crossle song wrote: > > > > Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @ > > 0x1702a400] Encod

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-29 Thread crossle song
Please merge the audiotoolbox patch On Wed, Mar 30, 2016 at 10:07 AM, crossle song wrote: > OK, I'll try your all patch before about audiotoolbox > > On Wed, Mar 30, 2016 at 5:01 AM, Rodger Combs > wrote: > >> >> > On Mar 27, 2016, at 21:13, crossle song wro

Re: [FFmpeg-devel] [PATCH 3/6] lavc/audiotoolboxenc: fix iOS build

2016-03-27 Thread crossle song
Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @ 0x1702a400] Encode error: -50, can not work On Mon, Mar 28, 2016 at 8:47 AM, Michael Niedermayer wrote: > On Sun, Mar 27, 2016 at 12:20:24PM -0500, Rodger Combs wrote: > > --- > > libavcodec/audiotoolboxenc.c | 7 ++- > > 1

Re: [FFmpeg-devel] [PATCH] avcodec/audiotoolboxenc: Fix compile error to support iOS

2016-03-27 Thread crossle song
Fixed on a new patch On Sun, Mar 27, 2016 at 8:54 PM, Hendrik Leppkes wrote: > On Sun, Mar 27, 2016 at 1:52 PM, wrote: > > From: Crossle Song > > > > Fix error libavcodec/audiotoolboxenc.c use of undeclared > > 'kAudioCodecPropertyBitRateControlMode' on