Windows Xp OS with a service pack 2.0 - problem with FFmpeg Code
Hi, We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre. We are building project in VC++ 6.0, we are facing problem while running the code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations. We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access Violation " Can you suggest solution on this problem Thanks in advance, Regards, Sunil Jadhav Sr.Software Engineer (DSP Group) Concept Embedded Systems Pvt. Ltd. Salunkhe Crystal, Sr. No. 1/8/1, NDA-Pashan Road, Bavdhan, Pune 411 021, India Tel: +91-20-22953051 Fax: +91-20-22951929 Cell: +91-9371005571
We had the same problem. Did you run the 'strip' command on the DLL? Don't do it, a DLL compilation causes exceptions with XP Service Pack 2 if 'strip' is used (but I don't know why). ----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code Hi, We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre. We are building project in VC++ 6.0, we are facing problem while running the code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations. We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access Violation " Can you suggest solution on this problem Thanks in advance, Regards, Sunil Jadhav Sr.Software Engineer (DSP Group) Concept Embedded Systems Pvt. Ltd. Salunkhe Crystal, Sr. No. 1/8/1, NDA-Pashan Road, Bavdhan, Pune 411 021, India Tel: +91-20-22953051 Fax: +91-20-22951929 Cell: +91-9371005571 _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
We had the same problem. Did you run the 'strip' command on the DLL? Don't do it, a DLL compilation causes exceptions with XP Service Pack 2 if 'strip' is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
Hi Manuel, Thanks for giving valuable information, I would like to know how do I avoid stripping ? Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ? With Best Regards, Sunil ----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations.
We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access Violation "
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
Sr.Software Engineer (DSP Group) Concept Embedded Systems Pvt. Ltd. Salunkhe Crystal, Sr. No. 1/8/1, NDA-Pashan Road, Bavdhan, Pune 411 021, India Tel: +91-20-22953051 Fax: +91-20-22951929 Cell: +91-9371005571 _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I avoid stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL? Don't do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations.
We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
Hi Michel, Thanks for information. Regards, Sunil ----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 8:18 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I
avoid
stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL? Don't do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations.
We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
sunil wrote:
Hi Michel,
*PLEASE DONT TOP-POST*
Thanks for information.
Ther correct replies are either "Thanks it worked like a charm, you're a supergenius" or "Thanks but it did not work, instead such-and-such happened".
Regards,
Sunil
----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 8:18 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I
avoid
stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL?
Don't
do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code
is
working as per our expectations.
We have called a function av_find_stream_info() which is causing the
error
when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
IT IS NOT WORKING ----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 9:11 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a servicepack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Michel,
*PLEASE DONT TOP-POST*
Thanks for information.
Ther correct replies are either "Thanks it worked like a charm, you're a supergenius" or "Thanks but it did not work, instead such-and-such happened".
Regards,
Sunil
----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 8:18 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I
avoid
stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL?
Don't
do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name
is
I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code
is
working as per our expectations.
We have called a function av_find_stream_info() which is causing the
error
when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
sunil wrote:
IT IS NOT WORKING
Then reconfigure your mail client. -- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
i have a problem while using ffmpeg code on XP service pack 2.i m building our application on VC++6.0 using dll's created thru mingw.the application is working without XP service pack2.but problem with XP service pack2. ----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 9:22 PM Subject: Re: [Ffmpeg-user] Windows Xp OS witha servicepack 2.0- problemwithFFmpeg Code
sunil wrote:
IT IS NOT WORKING
Then reconfigure your mail client.
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
Hi, Can anyone help me in overcoming my problem. I tried configure --disable-strip ... but still the problem persists. I tried removing outlook express as well as internet explorer, but still I am facing the problem while executing the code. Is there a new version of FFmpeg Code which is upgraded for windows XP OS with service pack 2.0 Regards and Thanks, Sunil ----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 9:11 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a servicepack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Michel,
*PLEASE DONT TOP-POST*
Thanks for information.
Ther correct replies are either "Thanks it worked like a charm, you're a supergenius" or "Thanks but it did not work, instead such-and-such happened".
Regards,
Sunil
----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 8:18 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I
avoid
stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL?
Don't
do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name
is
I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code
is
working as per our expectations.
We have called a function av_find_stream_info() which is causing the
error
when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
-- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
----- Original Message ----- From: "Michel Bardiaux" <mbardiaux at peaktime.be> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 4:48 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0- problemwithFFmpeg Code
sunil wrote:
Hi Manuel,
Please dont top-post.
Thanks for giving valuable information, I would like to know how do I
avoid
stripping ?
configure --disable-strip ...
Can you help me out with the changes needed in make file of - FFmpeg - MINGW32, for blocking the stripping ?
With Best Regards,
Sunil
----- Original Message ----- From: "Manuel D. Jim?nez" <mjimenez at securitasdirect.es> To: "FFMpeg user questions and RTFMs" <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 7:35 PM Subject: Re: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problemwithFFmpeg Code
We had the same problem. Did you run the 'strip' command on the DLL? Don't do it, a DLL compilation causes exceptions with XP Service Pack 2 if
'strip'
is used (but I don't know why).
----- Original Message ----- From: "sunil" <sunil_j at conceptemsys.com> To: <ffmpeg-user at mplayerhq.hu> Sent: Tuesday, May 31, 2005 3:55 PM Subject: [Ffmpeg-user] Windows Xp OS with a service pack 2.0 - problem withFFmpeg Code
Hi,
We are implementing a project, which detects I-Frame's. Project name is I-Frame Detection, we are using FFmpeg source code version 0.4.9 pre.
We are building project in VC++ 6.0, we are facing problem while running
the
code on Windows Xp OS with a service pack 2.0. For windows 2000 OS code is working as per our expectations.
We have called a function av_find_stream_info() which is causing the error when we execute our code, the error which we are getting is " Unhandled exception in I_frame_detection.exe(MSVCRT.DLL 0xC0000005 : Access
Violation
"
Can you suggest solution on this problem
Thanks in advance,
Regards,
Sunil Jadhav
'strip' is a linux command we type manually after compiling the library, in order to make it smallest. If you don't run this command, then I think this is not the problem, sorry. Manuel
participants (3)
-
mbardiaux@peaktime.be -
mjimenez@securitasdirect.es -
sunil_j@conceptemsys.com