Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (10) [1] 2 3 ... Last » ( Go to first unread post )
Virtualdub 1.10.1 Test Thread
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
phaeron
Posted: Feb 20 2011, 06:53 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



Got around to working on VirtualDub a bit, and started going through some of the easier items on the list. I backported the multi-monitor display support and portable mode code from Altirra, did a couple of fixes for Windows Vista/7 specific issues, and added a couple of the quicker features. One notable feature addition is auto-recover support, which allows VirtualDub to recover settings and the edit list after a crash. It's currently disabled by default, but I want to turn it on by default once I put in an option to move the default data directory out of the program directory (which is not install friendly).

Note: All 1.10.1 test releases have been superceded by 1.10.1 final.

http://www.virtualdub.org/beta/VirtualDub-...10.1-test20.zip
http://www.virtualdub.org/beta/VirtualDub-...est20-AMD64.zip
http://www.virtualdub.org/beta/VirtualDub-...1-test20-src.7z

Current changes (some test-1 changes marked as test-2 since I forget):

  • (test-20) Cosmetic dialog fixes.
  • (test-19) Adjusted GUID display in file info dialog.
  • (test-19) Bumped input driver plugin API to V4 and added NoOptions flag.
  • (test-19) Fixed AutoRecover typo.
  • (test-18) Capture: Fix for crash in preview acceleration when switching capture formats on some cards.
  • (test-18) Images: Animated GIF crash fix.
  • (test-18) Added WAVEFORMATEX GUID in file info dialog.
  • (test-16) Fixed AVX detection bug.
  • (test-15) Audio filter dialog icon fix.
  • (test-15) Audio compression dialog now heeds mono-left and mono-right modes.
  • (test-15) Capture large timer and vumeter settings now saved.
  • (test-14) Fixed open/save file dialog regression.
  • (test-13) DirectDraw and Direct3D9 display fixes for Windows 8 Developer Preview.
  • (test-13) Fixes for some hang and error issues with external encoders (can't seek on a pipe with some versions of Windows, and didn't close the output pipes soon enough).
  • (test-13) A couple of dialog cleanups.
  • (test-13) Fixed pointer truncation crash in video compression dialog in 64-bit version.
  • (test-13) Added checks to enforce ALTFORMATS and block NEEDS_LAST flags for V16+ video filters.
  • (test-13) Raw video input mode was ignoring the initial padding offset.
  • (test-12) Added additional checks to prevent crashes due to excessively large video frames (>128M pixels total or >1M pixels in a dimension).
  • (test-12) Fixed annoying UI bug in Video Depth dialog where navigating to Other... by keyboard caused multiple dialogs.
  • (test-12) Fixed crash when opening filter preview with image formats that do not have a Windows BITMAPINFOHEADER equivalent.
  • (test-12) The open previous/next file command now works even if the existing file has been closed.
  • (test-11) Fixed Save As Default in Resize filter.
  • (test-10) Fixed detection bug in .wav driver.
  • (test-9) Fixed mouse cursor appearing when left clicking during right drag on position nub.
  • (test-9) Empty statements are now allowed in scripts.
  • (test-9) Improved error reporting with /cmd switch.
  • (test-9) Fixed regression in null transform filter with flipped formats.
  • (test-9) Filters: Improved format search rules for BT.709 and full range formats.
  • (test-9) Added BT.709 and full range YCbCr support to a bunch of filters.
  • (test-8) Added V16 API with multiple filter input support.
  • (test-8) Added blend layers and merge layers filters.
  • (test-8) Grayscale filter is now 3D accelerated.
  • (test-8) Filters can now safely request 0 source frames.
  • (test-8) LameACM acmFormatSuggest() bug workaround.
  • (test-8) Added comctl32 v6 manifest, since MS is now breaking v5 sad.gif
  • (test-7) Fixed cut off text in audio compression dialog.
  • (test-7) Filters: Many internal filters are now marked as pure transforms to allow pass-through of duplicated frames.
  • (test-7) AVI: File Information now displays audio format tag and prevents long video codec names from cutting off video tag.
  • (test-7) Command line: /capdevice no longer reselects a capture device if it is already the default.
  • (test-6) Capture: Fixed some frame skipping problems when conversions occurred between filters with the filter chain enabled.
  • (test-6) Capture: Fixed crashes when toggling black/white point extension with other capture filters active.
  • (test-6) Render: Fixed crashes in high quality audio sample rate conversion with very low or high rate values.
  • (test-5) About/Configure for audio codecs.
  • (test-4) Some 0x0 resize crash fixes.
  • (test-4) Fixed bicubic resampler regression in high-precision Direct3D9 display.
  • (test-4) Added about/configure dialog support for audio codecs.
  • (test-3) Crash handler now reports memory status.
  • (test-3) Rotate2 filter ported to x64 (although unoptimized).
  • (test-3) Added mpa/m1a/m2a extensions to MPEG audio import filter.
  • (test-3) Fixed graying of export to external encoder option.
  • (test-2) The "audio from other file" dialog now has an extended open options option.
  • (test-2) Added commands to cycle through files.
  • (test-2) Added command to launch a new instance.
  • (test-2) Added command to close and delete the current file.
  • (test-2) Added auto-recover option.
  • (test-2) Display: Added option for multi-monitor display acceleration.
  • (test-2) Command line: Added /capaudiorec and /capaudioplay switches.
  • (test-2) Command line: Added /resetall.
  • (test-2) Command line: Added /portable to initialize portable settings mode.
  • (test-2) Position control mark-in/out icons are now comctl32 v6 compatible.
  • (test-2) ExtEnc: Fixed extra data being written to audio pipe at end of stream.
  • (test-2) ExtEnc: Removed WAVE64 padding from WAVE stream written to pipe to improve compatibility with marginal WAVE parsers.
  • (test-2) BatchWizard: Re-save as AVI and Extract to WAV functions now force the .avi and .wav extensions on output filenames.
  • (test-2) Capture: "Windows Mixer" menu option now launches the Recording tab of the Sound control panel in Windows Vista and Windows 7.
  • (test-2) Capture: Fixed weird disable wonkiness with the Position and Screen Height labels in the screen capture settings dialog.
  • (test-2) Capture: Added option to allow selection of video codecs that do not support the current output format.
  • (test-2) Filters: Fixed bug in allocator merging code that was causing excessive memory usage when disparate frame sizes were used in the same filter chain.
  • (test-2) Defaults: Default preview display depth is now 24-bit.
  • (test-2) Defaults: DirectX hardware video overlays are now disabled by default to avoid color space issues and driver bugs.
  • (test-2) Render: Added option to inhibit system sleep during renders (on by default).
  • (test-2) Render: Added option for background I/O priority (Vista and up only).


This post has been edited by phaeron on Dec 24 2011, 08:57 PM
 
    Top
fmagreed2
Posted: Feb 20 2011, 07:11 PM


Newbie


Group: Members
Posts: 6
Member No.: 29527
Joined: 4-January 11



Thank you for all your hard work!

I can verify that:

(test-2) Capture: "Windows Mixer" menu option now launches the Recording tab of the Sound control panel in Windows Vista and Windows 7.
(test-2) Capture: Added option to allow selection of video codecs that do not support the current output format.

both work correctly on Win 7 x64 (both 32 and 64 bit versions of virtualdub).
 
     Top
ale5000
Posted: Feb 20 2011, 11:32 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Great.

One small suggestion:
If you go on Audio => Audio from other file...
and select an .mp3 file with "Ask for extended options after this dialog" unchecked then it would be a good thing to NOT show the import dialog.

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
ale5000
Posted: Feb 21 2011, 09:01 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Post removed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
ale5000
Posted: Feb 22 2011, 01:54 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Post removed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
ale5000
Posted: Feb 27 2011, 02:08 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Problem fixed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
phaeron
Posted: Feb 28 2011, 01:58 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



Not much on this drop, but test-3 is up.

QUOTE

If you go on Audio => Audio from other file...
and select an .mp3 file with "Ask for extended options after this dialog" unchecked then it would be a good thing to NOT show the import dialog.


Sorry, but I don't want to do this -- I don't want to trivialize that particular decision.

QUOTE

If I load an .ac3 file under Audio => Audio from other file... with "Ask for extended options after this dialog" checked it doesn't load the audio.


I haven't checked that particular plugin yet, but I wasn't able to reproduce this with AVI, at least.
 
    Top
ale5000
Posted: Feb 28 2011, 11:08 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Post removed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
ale5000
Posted: Feb 28 2011, 11:09 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Problem fixed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
BugMaster
Posted: Feb 28 2011, 06:03 PM


Advanced Member


Group: Members
Posts: 50
Member No.: 23001
Joined: 6-February 08



ale5000
What is x264vfw version? CPU? Also if possible provide test case (sample).

P.S. Most probably some bug in ffh264 decoder or corrupted sample. Was sample encoded with x264vfw in avi or it is imported with some plugin from other container (seeking need that every keyframe have SPS/PPS which is not the case for MP4/MKV)?
 
     Top
ale5000
Posted: Feb 28 2011, 08:34 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Problem fixed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
mayhem
Posted: Feb 28 2011, 10:14 PM


Advanced Member


Group: Members
Posts: 62
Member No.: 24668
Joined: 13-December 08



10.1-test branch seems to be altering display range of RGB, I realize
this is a sticky issue as people have their systems setup differently,etc
but on my system it appears to be imposing studioRGB ?? resulting
in a noticeably lower contrast "washed out" effect in the display panes.

Note this only seems to affect display and the end videos come out
full range, however, with the display panes affected it becomes very
difficult to properly make brightness/contrast/hue adjustments using
filters because whats on the screen will not match the output file.

For me this is remedied by unchecking Direct3D and using OpenGL
for display panes things look fine again, but wanted to make notification
of this regardless as it may effect some people using Direct3D/DirectX
for display panes depending on whether they use 0..255 or 16..235

The regular 10.0 branch doesn't have this change, I suspect it may
be related to the "direct X disabled by default" listed in changes?
If so its worth mentioning that if you update your files with this
newer version and still had directX/3D checked in settings it
stays that way regardless of being "disabled" and so this
change in RGB becomes evident (depending on system setup, OS
etc, I'm using XP maybe Win7 is sRGB by default or something)

Edit: Upon further fiddling it looks like this only applies
to Direct3D and not DirectX so possibly an ATI/nVidia
driver issue in there too. Anyhow, setting it to OpenGL
or only DirectX without Direct3D checked seems to be fine.

 
     Top
BugMaster
Posted: Feb 28 2011, 10:30 PM


Advanced Member


Group: Members
Posts: 50
Member No.: 23001
Joined: 6-February 08



ale5000
First of all tell fccHandler that first start code in H.264 Annex B can't be short (3-byte 0x000001), it must be 4-byte start code (0x00000001). I will try to fix x264vfw for this case which try to detect what it get Annex B or not (and fails for this samples) but this is against H.264 specs.
 
     Top
BugMaster
Posted: Feb 28 2011, 11:52 PM


Advanced Member


Group: Members
Posts: 50
Member No.: 23001
Joined: 6-February 08



ale5000
This version must work for such broken files: http://www.mediafire.com/?pn2j9hspsihs7ie
 
     Top
ale5000
Posted: Mar 1 2011, 12:16 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Edit: Problem fixed

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
142 replies since Feb 20 2011, 06:53 AM Track this topic | Email this topic | Print this topic
Pages: (10) [1] 2 3 ... Last »
<< Back to Testing / Bug Reports