Search found 4364 matches

by admin
Thu Jan 06, 2011 10:41 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

You need to ask DiAVC about it. I have confirmed that DGSource() itself is threadsafe. I can open a script several times in simultaneous VirtualDub instances and they play fine and independently. Beyond that, it's your problem to get MT working. I know nothing about it, and more precisely, I don't c...
by admin
Thu Jan 06, 2011 8:46 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

That's all I can do for you on this issue. Use your first script.
by admin
Wed Jan 05, 2011 10:15 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

I've found some code that makes DGSource() not thread-safe, and therefore not compatible with MT. I have corrected it and slipstreamed it into build 2025. So redownload build 2025 and update DGAVCDecodeDI.dll. Please test it and report your results.
by admin
Wed Jan 05, 2011 4:09 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

Just use DGSource() and enable multithreading in the DiAVC configuration.
by admin
Wed Jan 05, 2011 1:56 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

As I said, do not attempt to MT the DGSource() filter. Use DiAVC's integral multithreading.

DGSource() code itself is thread-safe. It's the combination with DiAVC that causes the issue, I believe.
by admin
Wed Jan 05, 2011 10:39 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

I believe you have to not attempt to multithread the source filter but only the remaining part of the script. I know that DiAVC is multithreaded and I see it using multiple threads on my PC. So perhaps you have it misconfigured. Please consult DIAVC for assistance in that regard.
by admin
Wed Jan 05, 2011 8:26 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

I don't know anything about MT and have no interest in installing it.

Didée is our local expert on this. He has performed similar experiments for DGDecNV. Maybe you'd like to ping him about this.
by admin
Tue Jan 04, 2011 6:42 pm
Forum: News
Topic: DGAVCDecDI Latest Build 2038
Replies: 2
Views: 15570

DGAVCDecDI Latest Build 2038

All new builds will be listed in this thread as they are released. Please do not post problems or questions in this thread (they will be deleted). Start a new thread in the DGAVCDecDI forum.

http://rationalqm.us/dgavcdecdi/dgavcdecdi.html
by admin
Tue Jan 04, 2011 6:37 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

Build 2025 is now available.
by admin
Tue Jan 04, 2011 2:56 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

I have revised the parsing to allow for profile 244 and I now have your stream playing fine without crashing. I will release a new revision this evening if my regression testing goes without surprises.
by admin
Tue Jan 04, 2011 2:00 pm
Forum: DGMPGDec
Topic: [RESOLVED] DVB-S MPEG TS input for MPEG2Source
Replies: 3
Views: 14295

Re: Feature Request: DVB-S MPEG TS input for MPEG2Source

Sorry but MPEG2Source() requires an index.
by admin
Tue Jan 04, 2011 1:56 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

You're not disturbing me; I appreciate you bringing this issue to light.

Looking closer at the spec, I see I have to parse the SPS differently when profile=244, so I am probably reading the wrong frame_num value. I will continue investigating.
by admin
Tue Jan 04, 2011 1:35 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

It has the same problem with illegal frame_num value.

What are you using to encode this? Is it an official version of x264.exe? If so, you could ask the x264 guys about it.
by admin
Tue Jan 04, 2011 12:47 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

Please make a small clean raw 264 file in lossless mode. I can't believe that x264 will produce IDR slices with frame_num not equal to 0.
by admin
Tue Jan 04, 2011 12:11 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

I don't know how that is happening, unless some uninited variables are taking on very lucky values for you. Anyway, I demuxed the 264 out of the MKV and ran a parser on it. I get the dump below. You can see that the first IDR slice has a frame_num of 1 (must be 0 by spec). This is ILLEGAL and so you...
by admin
Tue Jan 04, 2011 10:46 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

Even if your soft can't process such files properly at the moment, why you don't want to add this feature? Why you don't want to investigate this issue in details? I do not understand. Really. I never said I would not support it. I said this quite clearly: "If DiAVC supports these lossless files I ...
by admin
Tue Jan 04, 2011 9:34 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

Open the Help/About box in DGAVCDecDI. It should show version 2024. Is that what you have? If so, there is no way you can play that file.
by admin
Tue Jan 04, 2011 9:16 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 129101

Re: DGAvcDecDI crashes when playing mkv-file

DGAvcDecDI 2001 crashes when playing file specified in URL below. I am using trial version of last DiAVC decoder (1.2.2). http://rationalqm.us/board/viewtopic.php?f=8&t=69 I do following: 1. Load file to application 2. Play it (it plays correctly). You've lost me already. DGAVCDecDI cannot play the...
by admin
Mon Jan 03, 2011 3:08 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20247

Re: DGIndexNV 2037 crashes when playing MKV-file

The file does not crash for me. It just shows garbage.
by admin
Mon Jan 03, 2011 12:52 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20247

Re: DGIndexNV 2037 crashes when playing MKV-file

CUVID is the programming interface for using the Nvidia video decoding engine on the GPU.
by admin
Mon Jan 03, 2011 11:11 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20247

Re: DGIndexNV 2037 crashes when playing MKV-file

My understanding is that CUVID does not support lossless x264 streams. Unless, you can show otherwise, there's nothing I can do about this.
by admin
Mon Jan 03, 2011 8:52 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20247

Re: DGIndexNV 2037 crashes when playing MKV-file

The file won't play in VLC, so I am not interested in looking at it.

What does "loseless" mean in the file title?
by admin
Sun Jan 02, 2011 6:59 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20247

Re: DGIndexNV 2037 crashes when playing MKV-file

Sorry, but I don't speak Russian and can't figure out how to download it. Can you use mediafire.com, please?
by admin
Sun Jan 02, 2011 10:49 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 - Crash at end of MKV
Replies: 3
Views: 6394

Re: DGIndexNV 2037 - Crash at end of MKV

It seems there is an incomplete slice at the end of the file.

As it is a small change for a rare issue, I have slipstreamed a fix into 2037. Please re-download and update DGIndexNV.exe.
by admin
Sat Jan 01, 2011 6:26 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 - Crash at end of MKV
Replies: 3
Views: 6394

Re: DGIndexNV 2037 - Crash at end of MKV

I've duplicated it. Investigating...