Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-07-09 Thread Michael Niedermayer
On Tue, Jun 30, 2015 at 11:53:06AM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Build system modified > > There are several warnings occurring during build after this patch is > applied. The cause of most of these warnings is in that some definitions > needed here are logical part o

[FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-30 Thread Nedeljko Babic
From: Jovan Zelincevic Build system modified There are several warnings occurring during build after this patch is applied. The cause of most of these warnings is in that some definitions needed here are logical part of sbr module and are added in later patches. When this patches are applied the

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-30 Thread Nedeljko Babic
>> >> Cause for these warnings is similar as for the first ones: needed >> definitions are added in later patches (that make changes in sbr module). >> When all the patches are applied there are no warnings here. > >if it breaks nothing then temporary warnings are probably ok. >Some people might ar

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-29 Thread Michael Niedermayer
On Mon, Jun 29, 2015 at 11:21:13AM +, Nedeljko Babic wrote: > >> From: Jovan Zelincevic > >> > >> Build system modified > >> > >> Signed-off-by: Nedeljko Babic > >> --- > >> configure | 1 + > >> libavcodec/Makefile | 13 ++--- > >> libavcodec/aacdec.c

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-29 Thread Nedeljko Babic
>> From: Jovan Zelincevic >> >> Build system modified >> >> Signed-off-by: Nedeljko Babic >> --- >> configure | 1 + >> libavcodec/Makefile | 13 ++--- >> libavcodec/aacdec.c | 1 - >> libavcodec/aacdec_fixed.c | 1 - >> libavcodec/allcodecs.c| 1 + >

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-29 Thread Nedeljko Babic
development discussions and patches Tema: Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4] Are there any patches supporting Intel QSV encoding that will work with recent versions of ffmpeg on Windows? Thanks

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-26 Thread Michael Niedermayer
On Thu, Jun 11, 2015 at 04:08:49PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Build system modified > > Signed-off-by: Nedeljko Babic > --- > configure | 1 + > libavcodec/Makefile | 13 ++--- > libavcodec/aacdec.c | 1 - > libavcodec/aacdec

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-26 Thread Cary Tetrick
Are there any patches supporting Intel QSV encoding that will work with recent versions of ffmpeg on Windows? Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-11 Thread Nedeljko Babic
From: Jovan Zelincevic Build system modified Signed-off-by: Nedeljko Babic --- configure | 1 + libavcodec/Makefile | 13 ++--- libavcodec/aacdec.c | 1 - libavcodec/aacdec_fixed.c | 1 - libavcodec/allcodecs.c| 1 + 5 files changed, 12 insertions(+)