Nazwa Użytkownika   
Hasło   
  

Zarejestruj się  
Przypomnij hasło  
 
  Strona Główna Artykuły audio/video Forum Pliki Odtwarzacze Blu-ray Soft DVD Recenzje playerów MP3 Szukaj Kontakt RSS22.05.2012 14:59 
 
Nawigacja
Strona Główna
Artykuły audio/video
Forum
Pliki
FAQ
Odtwarzacze Blu-ray
Soft DVD
Recenzje playerów MP3
Szukaj
Kontakt
Archiwum newsów
Sponsorzy serwisu
RSS
Dodaj newsa
Pliki do pobrania
Ostatnio dodane
Avidemux 2.6 r7970 (SVN)
MediaCoder 0.8.12.5245
ffdshow rev4453 clsid 20120...
AC3Filter 2.2a
AviAddXSubs 9.11
DVDStyler 2.2
K-Lite Codec Pack Full 8.8.0
DVDFab HD Decrypter 8.1.8.2...
Zoom Player Home FREE 8.1.6
x264vfw 2197

Najchętniej pobierane
VirtualDubMod 1.5.10.3 buil... [58586]
VSO ConvertXToDVD 4.1.19.365 [36278]
Virtualdub-MPEG2 1.6.19 bui... [35706]
VirtualDubMod 1.5.10.2 (b.2... [35253]
XviD 1.3.2 stable (Koepi) [34100]
WinAVI Video Converter 11.5 [33985]
Avi ReComp 1.5.4 [32323]
Ultra RM Converter 5.1.0225 [31947]
AviSynth 2.5.8 final [29229]
Auto Gordian Knot 2.55 [28316]
Sztama


AviSynth POLSKA
Szybkie statystyki
VideoAudio.pl - serwis o technologii video/audio
WITAMY:
biniek
jako nowego użytkownika.

Zarejestrowanch Uzytkowników: 3877

Super Administratorzy: 3
Administratorzy: 2
Użytkownicy: 3872

Użytkownicy Online:

Placio7401:56:00
alpinus902:40:57
artsza16:42:59
biniek 1 dzień
tadzos 1 dzień
Liparus 2 dni
007marc 3 dni
SHINGO 5 dni
Waldemar 1 tydzień
teklan 1 tydzień

Gości Online: 22

Najwiecej online: 106
Bylo: 27.05.2008-19:56
Twoje IP to: 38.107.179.208

Newsy 3377
Artykuły 132
Trutka na Spam
ffdshow rev4257 clsid 20120115 SVN
ffdshow ffdshow to filtr DirectShow umożliwiający dekompresję filmów kodowanych DivX'em, Xvid'em (a także wieloma innymi kodekami) z wykorzystaniem bibliotek libavcodec, libmpeg2, mp3lib, libmad, Aud-X i jeszcze kilku innych (w niektórych przypadkach możliwe jest skorzystanie z zainstalowanych kodeków - np. Xvid dla formatów MPEG-4).
ffdshow ma bogate możliwości manipulacji obrazem.
Umożliwia również wyświetlanie (nakładanie) napisów oraz zapewnia obsługę wielu formatów audio.
Możliwe jest również wykorzystanie ffdshow VfW np. w VirtualDub - zarówno do kompresji (jako enkoder) jak i po prostu do edycji (bez potrzeby instalacji kodeków).
Podstawowa konfiguracja możliwa jest już na etapie instalacji - między innymi zarządzanie problemami kompatybilności.


Zmiany w tej wersji:
ffdshow tryouts SVN changelog
ffdshow tryouts changelog

4257
If a matroska container had hidden leading chapter and Haali's splitter was used and tray icon was right cricked, ffdshow crashed.
4256
fix FLV cropping issue
4255
Debug print: mode of color space converters: "fast copy"
4254
fixed rcTarget in reconnectOutput.
minor clean up.
4253
remove unneeded changes in IntelQuickSyncDecoder.vcxproj (common properties are set in common.props and /O2 means /Og /Oi /Ot /Oy /Ob2 /Gs /GF /Gy)
4252
Updated Libav
4251
Sync with IntelQuickSync Decoder rev28 (MT decode, MT copy, VC1 decoder fix).
Raised level of optimization in the project file
No ffdshow code change
4250
RGB planar: fix crash in resize filter.
4249
fix RGB planar plane order (workaround a bug? of libswscale)
4248
Removed extra checks for changes of settings of color space converters.
4247
Apply a patch by shikin to threadpool. fixes memory leak of ffdshow converters.
https://sourceforge.net/tracker/?func=detail&aid=2910301&group_id=158064&atid=806333
4246
recommit ffdshow custom code of x86inc.asm.
4245
Support libavcodec's planar RGB output. H.264 encoded in RGB is now supported.
4244
10-bit YCbCr to RGB conversion crashed if ICL12 was used.
4243
Bug fix: "Export all settings" could not export long Avisynth script. Closing #3149428.
4242
Updated Libav
4241
Updated Libav
4240
Bug fix of ffdshow converters: 10-bit YCbCr to RGB conversion crashed if dithering was unchecked.
4239
Remove support for USF subtitles
4238
Sync with IntelQuickSync Decoder rev20 (difference from 18 MT buffer copy and VC1 decoder fix).
No ffdshow code change
4237
Delete subtitles branch
4236
Merge subtitles branch
4235
subtitles branch: fix alignment of the bitmap width
4234
Updated Libav
4233
subtitles branch: merge from trunk
4232
subtitles branch: Improve YV12 rendering a bit (subtitles and OSD). Align luma and chroma.
4231
Update tool-tip-hint in RGB conversion page.
4230
Don't use deprecated PIX_FMT_YUVJ42**P to set FF_CSP_FLAGS_YUV_JPEG flag and use AVCodecContext::color_range instead.
Get color primaries from AVCodecContext::color_primaries and remove some ffdshow custom code from libavcodec.
4229
Updated Libav
4228
Sync with IntelQuickSync Decoder rev18 (difference from 17 is updated docs and version numbers).
No ffdshow code change
4227
Sync with IntelQuickSync Decoder rev17 (Better multi threaded code. Fix dynamic AR bug).
Changed decoder check function to not actually load the IntelQuickSyncDecoder.dll. This was very slow. Now checking for sse4.1 and existance of DLL.
4226
Updated blacklist
4225
Updated Libav
4224
raw video decoder: Improved handling of input media type.
revert rev 4142 mostly because of compatibility problems.
use BITMAPINFOHEADER::biWidth as stride without extra alignment calculation.
use BITMAPINFOHEADER::biHeight to calculate the start address of chroma.
use VIDEOINFOHEADER2::rcTarget as input dimensions if available.
4223
Sync toSync with IntelQuickSync Decoder rev14 no ffdshow code change. previous version would report certain interlaced clips as progressive.
4222
Fixed compilation issue with QS decoder. Several systems got compiler errors (warnings as errors) on lack of inlining. No ffdshow code change.
4221
remove some YV12 font rendering workaround.
This and prior commit applies to subtitles branch.
4220
subtitle branch: fix OSD position and extra blur.
4219
subtitles branch: merge from trunk
4218
Sync with IntelQuickSync Decoder rev12 - added an option to disable time stamp correction. Not used in ffdshow.
Fixed frame rate calculation (property page). Alternates between two methods depending on the quality of the time stamp.
Changed external IntelQuickSyncDecoder project file: raised to level 4 warnings and "treat warnings as errors" for release builds.
4217
Disable AYUV by default
4216
QuickSync Decoder rev11 (v0.21) - with lower latency and better performance.
Better checks for compatibility so QS decoder will not be available on platforms without a compatible GPU.
Re-enabled WMV9 playback on QS decoder (no HW acceleration ATM).
Moved resource files into QS src dir.
4215
moved to src dir (external)
4214
fixed prior revision to support multiple 00 00 03.
4213
decodeH264SPS: remove 0x00 0x00 0x03 sequence. This was the real cause of the long standing crash issue.
4212
Updated Libav
4211
Updated Libav
4210
update faad2 ICL12 project; the problem with /Ob2 is seems to be fixed in ICL12 update 8
4209
fixed rev 4203. rcSource was used where rcTarget should be used by mistake.
4208
subtitles letter box: support for non mod 4 resolutions.
4207
fixed freeze issue with Haali Renderer since rev 4181.
4206
Cleanup
4205
Updated Libav
4204
Update copyright
4203
raw video decoder:
1. Get width of the input picture from VIDEOINFOHEADER::rcTarget if available.
2. Set rcTarget if not set by the upper stream filter.
4202
update ICL12 project
4201
complementary fix of prior revision
4200
fix rev 4196
4199
subtitles branch: merge from trunk
4198
calculate output buffer size correctly
4197
correct bits per pixel
4196
check output buffer size
4195
removed a debugging code that was committed to SVN by mistake.

producent: ffdshow tryouts
licencja: GPL
wersja: rev4257 clsid 20120115 (SVN)
rozmiar: ~ 4,9 MB
plik można pobrać z naszego serwera tutaj
Reklama
Miejsce na reklamę
Honey Pot
 

Prawa autorskie © VideoAudio.pl 2001-2011.
Zabronione jest bez zgody właściciela wyrażonej na piśmie; kopiowanie, powielanie lub jakiekolwiek inne wykorzystywanie w całości lub we fragmentach informacji, danych lub innych treści Serwisu.
oldfashioned
9829783 Unikalnych wizyt
Powered by v6.01.19 © 2003-2009