Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-08 Thread Kalileo
On Mar 8, 2012, at 14:05 , Carl Eugen Hoyos wrote: First of all thanks for your answers and ideas, I learned a lot already while following your suggestions. > Kalileo writes: > >> In order to run the files though ffmpeg I had ffmpeg >> converting the files, which works, and the resulting >>

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Carl Eugen Hoyos
Kalileo writes: > > Please also test ./configure --cc=clang && make > > I tried that, but then I cannot link the application, the > linker reports errors referencing > _kCVPixelBufferIOSurfacePropertiesKey and a lot of other > stuff with is in libavcodec/vda.c. These > linker errors do not oc

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Kalileo
On Mar 8, 2012, at 02:50 , Carl Eugen Hoyos wrote: > Kalileo writes: > >> I tested it now with >> >> ./configure --cc=clang >> and with >> ./configure --cc=clang --disable-optimizations --disable-asm >> --disable-yasm --enable-shared > > Please also test ./configure --cc=clang && make I t

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Carl Eugen Hoyos
Kalileo writes: > I tested it now with > > ./configure --cc=clang --enable-shared > and with > ./configure --cc=clang --disable-optimizations --disable-asm > --disable-yasm --enable-shared Please also test ./configure --cc=clang && make and please provide complete, uncut console output for t

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Kalileo
On Mar 7, 2012, at 23:25 , Carl Eugen Hoyos wrote: > Kalileo writes: > >> I downloaded new snapshots of ffmpeg, libx264 and lame > > Please first test ./configure --cc=clang && make. I tested it now with ./configure --cc=clang --enable-shared and with ./configure --cc=clang --disable-optim

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Carl Eugen Hoyos
Kalileo writes: > I downloaded new snapshots of ffmpeg, libx264 and lame Please first test ./configure --cc=clang && make. And please add complete, uncut output that shows the problem. Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org htt

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-07 Thread Kalileo
On Mar 7, 2012, at 14:15 , Carl Eugen Hoyos wrote: > Kalileo writes: > >> Works fine on windows (with any of these files), however on >> OS X Lion audio is broken (with every of these files). > > (Complete, uncut console output when failing missing.) > > Please try with ./configure --cc=clan

Re: [Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-06 Thread Carl Eugen Hoyos
Kalileo writes: > Works fine on windows (with any of these files), however on > OS X Lion audio is broken (with every of these files). (Complete, uncut console output when failing missing.) Please try with ./configure --cc=clang (removing the other options), and please try with things like --

[Libav-user] mp2/mp3 missing header at decoding of mpegts file, but only in OS X

2012-03-06 Thread Kalileo
This is driving me nuts: I'm decoding mpegts files, with h264 and either mp2, mp3, or aac audio. The mpegts files are cut out from mpegts streams from several different sources, and saved as file. The decoding containsothing unusual, the standard procedure as in any example. Works fine on windo