Навигация
Главная
MPC HomeCinema (x86/x64)
Media Player Classic
ffdshow (x86/x64)
ffdshow (ffmpeg-mt)
Xvid Video Codec x86/x64
x264 Video Codec
- - - - - - -
Far Manager (x86/x64)
- - - - - - -
Файловый архив
Логи изменений
Форум
Ссылки
- - - - - - -
- - - - - - -
Карта Сайта
О Проекте
JoomlaWatch Stats 1.2.9 by Matej Koval
Авторизация
Поиск по сайту
Статистика
Участников: 336
Новостей: 817
Ссылок: 2
посетителей: 13038133
RSS Лента
 
Главная arrow Логи изменений arrow Лог изменений - ffdshow tryouts project
Лог изменений - ffdshow tryouts project Версия для печати Отправить на e-mail
06.07.2009
Оглавление
Лог изменений - ffdshow tryouts project
Страница 2
Страница 3

 2299

05.11.2008

yadif: fix timestamps calculation of the first image

 2298

05.11.2008

Applied patch by Tal Aloni : AC3/DTS passthrough based on presets, AC3 pass-through (core AC3) used when MLP decoder disabled

 2297

05.11.2008

decoding of picture timing SEI message
 My patch is now part of FFmpeg.

 2296

05.11.2008

yadif double frame rate mode: don't send extra frame if error is returned from down stream filters.

 2295

04.11.2008

Added ICL10 project files under VS 2008

 2294

04.11.2008

yadif: bug fix (rtStop was incorrect in double frame rate mode)
H.264: very minor fix

 2293

04.11.2008

Updated FFmpeg

 2292

04.11.2008

Fixed bug : cropping was not functional

 2291

04.11.2008

ffmpeg-mt branch: Update decoding of picture timing SEI
 bug fix
 doxygen compatible comment 

 2290

04.11.2008

MinGW compilation fix 

 2289

04.11.2008

MinGW compilation fix
 patch by cc979

 2288

03.11.2008

ffmpeg-mt branch:
 libmpeg2: flag SEQ_START and SEQ_END at the same time if the sequence is consisted of only one frame.
 yadif: DVD related fixes.

 2287

03.11.2008

yadif: discontinuity handling, improve DVD support

 2286

03.11.2008

ffmpeg-mt branch: update project files.

 2285

03.11.2008

ffmpeg-mt branch: decoding of picture timing SEI message

 2284

03.11.2008

ffmpeg-mt branch: merge from trunk except ffmpeg (Sorry new audio decoders are disabled)

 2283

03.11.2008

ffmpeg-mt branch: apply rev 2255

 2282

03.11.2008

yadif: Support raw video from DVD decoder
TimgFilterSubtitles::resetSubtitles calls onSeek in image filters.
TimgFilterSubtitles::ctlSubtitles pulls image out of yadif's next picture buffer.
use enum for adhocMode in TimgFilterSubtitles.
remove dependency to mp_image stuffs.

 2281

02.11.2008

Updated FFmpeg

 2280

02.11.2008

minor updates

 2279

02.11.2008

yadif: fix memory access violation crash 

 2278

02.11.2008

yadif: minimal DVD menu support 

 2277

02.11.2008

Update yadif in ffmpeg-mt branch
 resize after yadif produced flickering.
 better switches between progressive and interlacing. 

 2276

02.11.2008

libmpeg2: flag FIELD_TYPE::PROGRESSIVE_FRAME | FIELD_TYPE::INT_?FF for telecined film.

 2275

01.11.2008

Fixed compilation error on VS 2003 (nested templates bug in MSVC 2003 : needs to insert a space between the ">" : (for example replace std::map<int,std::vector<TrenderedSubtitleLine*>> with std::map<int,std::vector<TrenderedSubtitleLine* > >)

 2274

01.11.2008

update x264

 2273

31.10.2008

Fix wrong colors with Fraps v5.

 2272

31.10.2008

libavcodec: compilation fix for MSVC9

 2271

31.10.2008

decoding of picture timing SEI: trying to make it more readable.

 2270

31.10.2008

Improvements of SSA subtitles : collisions, position, move, layers
Added a new dialog box for overriding some SSA settings

 2269

29.10.2008

more configurable "Set interlace flag in output media type" (aka hardware deinterlacing)
Method: "Auto", "Force weave" and "Force bob"
Field order: "Auto", "Top field first" and "Bottom field first"
patch by MatMaul

 2268

29.10.2008

H.264: decode picture timing SEI message and get more interlacing information (ffdshow custom code).
 better interlacing detection.
 get field 1 repeat flag.
 A few variables which were erroneously placed in H264Context at rev 2260 were moved to SPS.

 2267

29.10.2008

Updated FFmpeg

 2266

29.10.2008

Fixed broken TrueHD with 7.1

 2265

28.10.2008

Updated FFmpeg

 2264

28.10.2008

Updated whitelist/blacklist 

 2263

28.10.2008

Fix, (triggered a compiler's??) bug at rev 2261.

 2262

28.10.2008

reserve some constants for coming patches. 

 2261

28.10.2008

libavcodec compilation fix for MSVC9 

 2260

28.10.2008

H.264: decode picture timing SEI message and get field order (ffdshow custom code). 

 2259

27.10.2008

Disable audio related assembly code in libavcodec for 64-bit builds. 

 2258

27.10.2008

Volume normalization: patch by Tal Aloni
+ fixed a small visual bug where currect amlification was displayed as "1000%" where normalization was disabled.
+ removal of unused const. 

 2257

27.10.2008

Fixed compilation warning and added new resolutions to resize drop down list 

 2256

27.10.2008

ffdshow_2008.vcproj: let MSVC9 reorder as it likes. Now we can use GUI to edit this file. 

 2255

27.10.2008

x64 custom build step: delete yasm64.rules and use yasm.rules.

 2254

26.10.2008

64bit fix

 2253

26.10.2008

Import code from audio branch #3: ffdshow, installer

 2252

26.10.2008

Updated FFmpeg
Import code from audio branch #3: FFmpeg

 2251

26.10.2008

Import code from audio branch #1: mplayer channel reordering

 2250

26.10.2008

yadif: Support "Process frames flagged as progressive"

 2249

26.10.2008

yadif: resource fix

 2248

25.10.2008

yadif: x64 fixes

 2247

25.10.2008

Volume normalization
 remove unused variable. patch by Tal Aloni

 2246

25.10.2008

ffmpeg-mt branch:
 Yet Another DeInterlacing Filter from MPlayer by Michael Niedermayer

 2245

25.10.2008

ffmpeg-mt branch: merge from trunk except ffmpeg

 2244

24.10.2008

Updated French translation

 2243

23.10.2008

Volume normalization: patch by Tal Aloni
+ Added comments
+ Added tooltip
+ very minor fix: now the last increment will be performed, even if it's smaller than 'step', to prevent "current amplification" from being displayed as 399% instead of 400% (for example).
+ default "Max. amplification" is now set to 400% (instead of 500%), this is not related to the patch, but I thought we shouldn't encourage reducing the dynamic range that much.

 2242

22.10.2008

libmpeg2: better detection of changes from progressive to interlacing.

 2241

22.10.2008

Improved volume normalization ("Regain volume" checked)
patch by Tal Aloni

 2240

20.10.2008

Updated FFmpeg

 2239

20.10.2008

libavformat branch : merge from trunk part #2

 2238

20.10.2008

bug fixed : garbled subtitles on SRT/SSA formats (appeared in rev 2221, my fault)

 2237

20.10.2008

Subtitles and OSD(RGB mode): do correct color space conversion for interlaced pictures.

 2236

20.10.2008

Import code from guliverkli by gabest.
libmpeg2: flag "progressive" if telecined film is detected.

 2235

20.10.2008

Added an option to deinterlace only frames flagged as "interlaced".
patch by Tal Aloni

 2234

20.10.2008

libavformat branch : merge from trunk before building a new official build

 2233

19.10.2008

Added a new option in subtitles section : SSA tags in SRT subs and HTML tags in SSA subs supports are now optional (as long as the garbling problem with ASCII subs is not solved)

 2232

19.10.2008

Volume normalize: patch by tal.aloni
Added an option to preform one-pass normalization. active when "Normalize" is checked and "Regain volume" is unckecked. (this mode is used to reach the highest possible loudness with minimum of possible artifacts) 

 2231

18.10.2008

Partial rollback of SSA tags within SRT subs and HTML tags within SSA subs : keep only SSA tags within SRT subs (which is the most commonly used) until the garbling/crash problem with Shift JIS (ANSI/DBCS) (?) subs is fixed 

 2230

18.10.2008

libavformat branch : fix for 64 bits crash 

 2229

18.10.2008

libavformat branch : fixed FFMpeg compilation under MSVC (hoping to deliver 64 bits build withs MSVC)

 2228

17.10.2008

work around crashes in applications that use Windows Media Encoder SDK

 2227

17.10.2008

update ffmpeg-mt

 2226

17.10.2008

ffmpeg-mt branch: bug fixes

 2225

16.10.2008

Updated FFmpeg

 2224

16.10.2008

libavformat branch : merge from trunk (Finished)

 2223

16.10.2008

Typo on Tfont.cpp

 2222

16.10.2008

libavformat branch : 8 channels reordering fix (finally, there was a silly bug).

 2221

16.10.2008

SRT files with tags support : SSA tags support in srt files and HTML tags support in SSA files (actually the same renderer is used with those improvements now).

 2220

15.10.2008

libavformat branch : 8 channels reordering fix, internal parser reset in case of timeline skipping

 2219

15.10.2008

update ffmpeg-mt

 2218

14.10.2008

libavformat branch : bug fixes (erratic behaviour, PCM not parsed correctly for DTS)

 2217

14.10.2008

libavformat branch : fixed wrong channel order for MLP. Updated installer

 2216

13.10.2008

libavformat branch : bug fixed (PCM format). Corresponds to beta17

 2215

13.10.2008

libavformat branch : serveral fixes (DTS wav, AC3 when MLP decoder disabled, SonicHD demuxer guid for MLP...)

 2214

13.10.2008

fix rev 2213
Use sps.log2_max_frame_num.

 2213

13.10.2008

ffmpeg-mt branch H.264 decoder: Output ffdshow custom stuffs (POC and frame_num) in AVFrame rather than AVCodecContext.

 2212

13.10.2008

libavformat branch :
- DTS in wav fix : no more limit to 44Khz and 2 channels with libdts or libavcodec
- DTS-HD : DTS core passthrough to SPDIF when SPDIF is selected for DTS codec
- Update of project files
- Correction of installer (MP3 format)

 2211

13.10.2008

libavcodec compilation fix (MSVC9)

 2210

12.10.2008

libavformat branch : bug fixes

 2209

12.10.2008

Added GCC option -fno-common. This might help prevent alignment related crashes that can occur with certain GCC toolchains.

 2208

12.10.2008

ffmpeg-mt branch: minor fix

 2207

12.10.2008

libavformat branch : new fixes for MLP/TrueHD, DTS, DTS-HD decoding.
Implementation of the internal parser on the top of the decoders.
Codec switching seems to work (when the input format has been wrongly detected by the splitter)

 2206

12.10.2008

ffmpeg-mt branch: fix timestamps

 2205

12.10.2008

ffmpeg-mt branch: merge from trunk except ffmpeg directory

 2204

11.10.2008

overload ff_abs

 2203

10.10.2008

libavformat branch :
- full TrueHD support (all samples work, to be confirmed)
- created an internal  parser that can be used by the other decoders library than libavcodec
- created separate codecs for AC3, EAC3, MLP/TrueHD
To do : better interaction between the codecs (liba52, libdts, libavcodec). Implement the internal parser on top of the other codecs to decide eventually a change of codec if wrong input format provided

 2202

10.10.2008

AVI file playback: fix timestamps 

 2201

09.10.2008

Updated FFmpeg

 2200

09.10.2008

Updated FFmpeg (in branch)

 2199

09.10.2008

Remove unused code (H.264 post-processing has been removed.)
Cosmetics

 2198

09.10.2008

use of reordered_opaque (a new API of FFmpeg).
mpeg12.c, mpegvideo.h, parser.h: add some comment (/* ffdshow custom code */)

 2197

09.10.2008

libavcodec Theora: reactivate old code written by milan (play back didn't start because key frame was not found)

 2196

09.10.2008

libavcodec compilation fix (MSVC)

 2195

09.10.2008

libavformat branch : Dolby TrueHD and MLP decoding finally fully functional

 2194

08.10.2008

libavformat branch : Dolby TrueHD decoding works with interweaved AC3/True HD streams and AC3 output enabled (AC3 frames are stripped off and sent to the libavcodec AC3 decoder).
To do : fix TrueHD/MLP decoding for the other types of streams and options

 2193

08.10.2008

libavformat branch : Dolby TrueHD/MLP decoding starts to work (thank you Madshi)

 2192

08.10.2008

libavformat branch : bug corrected, MP3 was reported as MP2

 2191

08.10.2008

Rollback : committed ffdshow_installer.iss on the trunk by accident

 2190

08.10.2008

ff_abs now returns unsigned type.

 2189

08.10.2008

rename neroavc -> dont_use_rtStop_from_upper_stream

 2188

08.10.2008

partially revert rev 2177
 some MPEG-2 on ts file did not start playing if Haali's media splitter is used.

 2187

08.10.2008

Merge libavformat branch from trunk
Reformat code

 2186

08.10.2008

libavformat branch : DTS in wav now works with libavcodec.
TrueHD/MLP decoding implemented but not working

 2185

07.10.2008

ffmpeg-mt branch:
 implement drainage at EOF.

 2184

07.10.2008

ffmpeg-mt branch:
 timestamps handling
 remove deprecated stuff (av_free_static)

 2183

06.10.2008

Bug fix of rev 2146
Audio was missing is some cases.

 2182

05.10.2008

update x264

 2181

04.10.2008

Updated FFmpeg

 2180

04.10.2008

ffdshow_constants.h: revert rev 2108

 2179

04.10.2008

frame dropping: Do not feed to decoder until late <= 0.

 2178

04.10.2008

prepare to use avctx->skip_frame = AVDISCARD_NONREF.

 2177

04.10.2008

TvideoCodecDec::decompress should not return S_FALSE unless it has very important reason.

 2176

03.10.2008

Updated FFmpeg

 2175

03.10.2008

minor fix

 2174

03.10.2008

Remove two directories that I could not last time

 2173

03.10.2008

ffmpeg-mt branch: merge from trunk except for ffmpeg directory.
h264.c::avcodec_h264_search_recovery_point: adapted for frame multithreading.

 2172

03.10.2008

libavformat branch : fixes for DTS files not playing correctly (playback was too slow).
Implementation of TrueHD/MLP parsing (not working yet)

 2171

03.10.2008

Update Polish IS translation

 2170

02.10.2008

Small fix for gcc compilation problem of ffdshow.ax

 2169

02.10.2008

libavformat branch : DTS-HD implemented (DTS-HD blocks are stripped off so now files play correctly with regular DTS). Waiting for DTS-HD decoding within libavcodec

 2168

02.10.2008

Subtitles management : removed annoying tags ({\pos(x,y)}...) as long as they are not supported

 2167

01.10.2008

Update Polish translation by Piotr Sokó³, VirtualMan_PL and Radzio

 2166

01.10.2008

update ffmpeg-mt

 2165

01.10.2008

update ffmpeg-mt

 2164

30.09.2008

update ffmpeg-mt

 2163

30.09.2008

Introducing ffmpeg-mt by Alexander Strange.
Ported by xxl. Small fix by me.
Experimental, some code have to be implemented.

note ffmpeg-mt branch has been created as a copy of rev 2083.

 2162

30.09.2008

Create branch for ffmpeg-mt

 2161

30.09.2008

libavformat branch : fixed libavcodec MP3 showing as MP2, and MLP decoder wrongly numbered

 2160

30.09.2008

Embedded subtitle file : fixed missing character at the end of line with non UTF8 encoding (thanks to avivahl)

 2159

29.09.2008

Updated FFmpeg

 2158

28.09.2008

libavformat branch : Possible fix for libavcodec problems on DTS/DTSHD/AC3

 2157

28.09.2008

Improved H.264 random access. Patch by Haruhiko.

 2156

27.09.2008

Tweaked compatibility reporting

 2155

27.09.2008

Bug fix of rev
If H.264 was disabled and MPEG2 was enabled and you tried to play H.264.ts, the graph messed up (depending on the splitter).

 2154

27.09.2008

libavformat branch : installer fix for MP1,MP2 decoder

 2153

27.09.2008

libavformat branch : added MP2 audio libavcodec decoder

 2152

27.09.2008

Support MPEG2 program stream that contain H.264/AVC in the same way as rev 2146.

 2151

27.09.2008

Add TSPlayer to white list.

 2150

26.09.2008

update x264

 2149

26.09.2008

Updated FFmpeg

 2148

26.09.2008

 2147

25.09.2008

improved H.264 seeking
libavcodec compilation fix (MSVC)

 2146

25.09.2008

Improved compatibility with certain MPEG2 Transport Stream demultiplexers (e.g. DVBSource, Elecard) for files that contain H.264 video. Patch by Haruhiko Yamagata and CiNcH.

 2145

25.09.2008

Update installer

 2144

24.09.2008

Updated FFmpeg

 2143

24.09.2008

libavformat branch : added DRC (dynamic range compression) setting for AC3/DTS formats using libavcodec

 2142

23.09.2008

Updated FFmpeg (in eac3 branch)

 2141

23.09.2008

Updated installer (in eac3 branch)

 2140

23.09.2008

libavformat branch : added MP3 libavcodec decoder (working so far), and a few updates

 2139

23.09.2008

Removed audx and realaac from installer.

 2138

23.09.2008

libavformat branch : disabled MMX function that made libavcodec DTS decoder crash (this is the same function that crashed with binutils 2.18)

 2137

22.09.2008

Updated FFmpeg

 2136

22.09.2008

Bug corrected on RemoteAPI

 2135

21.09.2008

Updated FFmpeg

 2134

18.09.2008

libavformat branch : wrong channel order was not complete

 2133

18.09.2008

libavformat branch : Channel order fix

 2132

18.09.2008

Wrong channel order fix. To be confirmed

 2131

15.09.2008

Wrong channel order fix. To be confirmed

 2130

15.09.2008

Rollback of the fix : doesn't work in all cases

 2129

15.09.2008

Fix for AC3 decoding with libavcodec.
Added MLP decoder and parser

 2128

14.09.2008

minor update

 2127

14.09.2008

minor update

 2126

14.09.2008

update libav aac

 2125

13.09.2008

Removed INCLUDE_UNSTABLE_DECODERS

 2124

13.09.2008

Possible fix of fast EAC3/AC3 playing and wrong bitrate report

 2123

12.09.2008

Updated FFmpeg

 2122

12.09.2008

Updated FFmpeg

 2121

12.09.2008

Cleanup code 

 2120

12.09.2008

Cleanup code 

 2119

12.09.2008

Cleanup code 

 2118

12.09.2008

Cleanup code

 2117

12.09.2008

Channel mapping fixes

 2116

12.09.2008

EAC3 and AC3 streams seem to work now. To be confirmed

 2115

12.09.2008

libavformat imported into the branch.
FFDShow, ffmpeg, mplayer compile fine and seem to work as before

 2114

12.09.2008

libavformat import from FFMpeg project

 2113

11.09.2008

update x264

 2112

09.09.2008

update x264

 2111

08.09.2008

Updated FFmpeg

 2110

08.09.2008

Updated FFmpeg

 2109

08.09.2008

Last modifications for DTS decoding with libavcodec

 2108

08.09.2008

Minor updates

 2107

08.09.2008

End of application of XXL patch

 2106

08.09.2008

Added a preprocessor macro "INCLUDE_UNSTABLE_DECODERS" into FFDShow project. Add this macro to test unstable decoders (AAC, AC3 libavcodec)

 2105

08.09.2008

Applied (and tested) patch from XXL, disabled libavcodec AAC and AC3 decoders from list

 2104

08.09.2008

Added AC3 & E-AC3 decoders (libavcodec only)

 2103

08.09.2008

error in makefile fixed

 2102

07.09.2008

New decoder for AAC : libavcodec (in addition of realaac and libfaad)
+ modification of makefiles to be able to compile with gcc in debug mode

 2101

06.09.2008

Updated libavcodec : imported  E-AC3, AC3 and AAC decoders (not coded yet into ffdshow).

 2100

04.09.2008

Added SSA support for OSD and combobox to select the format (HTML/SSA). For OSD user only

 2099

03.09.2008

Updated FFmpeg

 2098

02.09.2008

update libmpeg2

 2097

02.09.2008

OSD now supports HTML encoding as in srt files (<b>, <i>, <font...>)

 2096

31.08.2008

Updated FFmpeg

 2095

31.08.2008

Updated German IS translation.

 2094

30.08.2008

Updated FFmpeg

 2093

30.08.2008

Update 'too old CPU' message.

 2092

29.08.2008

update x264

 2091

28.08.2008

Increased OSD buffer (was limited to 256 characters => 2048)

 2090

27.08.2008

Updated FFmpeg

 2089

26.08.2008

WEB content: Updated screenshots of the ffdshow options window.

 2088

25.08.2008

update x264

 2087

25.08.2008

Updated project files.

 2086

23.08.2008

Moved some libtheora files.

 2085

23.08.2008

Moved some libtheora files.

 2084

23.08.2008

Updated some Xiph files.

 2083

20.08.2008

Unicode support for FFDShowRemoteAPI

 2082

20.08.2008

Updated FFmpeg

 2081

18.08.2008

Updated simplified Chinese translations for Inno setup by majie

 2080

16.08.2008

Fixed audio/subtitle streams selection in FFDSHowRemoteAPI following Shadson's bug report

 2079

15.08.2008

Revert one FFmpeg update. It caused a crash.

 2078

15.08.2008

Updated FFmpeg

 2077

14.08.2008

Updated FFmpeg

 2076

13.08.2008

Updated FFmpeg

 2075

13.08.2008

Updated makefiles

 2074

13.08.2008

Updated FFmpeg. Vorbis decoder has been updated, postgain support still needs to be added.

 2073

11.08.2008

Updated FFmpeg

 2072

11.08.2008

Minor changes

 2071

11.08.2008

Fixed IAMStreamSelect interface which was not properly used : this interface list all the streams supported by the decoder. It is used to list the audio streams for FFDShow audio (OK), and filters for FFDShow video but the group is not correct (1 for audio, 2 for subtitles and anything else for filters, I chose 10). This interface is only used by FFDShowRemoteAPI

 2070

11.08.2008

update x264

 2069

10.08.2008

update x264

 2068

10.08.2008

Updated FFmpeg

 2067

07.08.2008

Updated FFmpeg

 2066

05.08.2008

Update German IS translaton.

 2065

05.08.2008

Updated FFmpeg

 2064

05.08.2008

Updated whitelist

 2063

04.08.2008

Simplified installer. Whitelist functionality is now configured using just two checkboxes.

 2062

04.08.2008

Updated white/blacklist

 2061

03.082008

Updated FFmpeg

 2060

01.08.2008

update x264

 2059

01.08.2008

Updated libamr

 2058

31.07.2008

Updated FFmpeg

 2057

31.07.2008

Moved FourCCs 'BLZ0' and 'DXGM' from 'DivX 4/5/6' to 'Other MPEG4'.

 2056

29.07.2008

Update German IS translation to rev 2048.
Also reorder some strings for readability

 2055

28.07.2008

Updated FFmpeg

 2054

27.07.2008

Tweaked compatibility list reporting. Now it is only possible for users to report executable names that are not yet on the default whitelist/blacklist.

 2053

27.07.2008

Blacklist PowerDVD8 and some games

 2052

27.07.2008

Updated FFmpeg

 2051

27.07.2008

update liba52
update libdts
update libmpeg2

 2050

26.07.2008

update x264

 2049

26.07.2008

Updated FFmpeg

 2048

25.07.2008

Installer now detects if the user has a compatible CPU (= family 6 or newer).

 2047

25.07.2008

FIX : x64 version compile error

 2046

24.07.2008

Updated FFmpeg

 2045

21.07.2008

Compilation fix for MinGW64 

 2044

21.07.2008

Updated FFmpeg 

 2043

21.07.2008

Updated install script 

 2042

17.07.2008

Updated FFmpeg

 2041

15.07.2008

Updated FFmpeg

 2040

13.07.2008

Updated FFmpeg

 2039

13.07.2008

update x264

 2038

12.07.2008

MPEG4 encoding now always uses just 1 thread. Fixes an assertion failure.

 2037

11.07.2008

Updated FFmpeg

 2036

09.07.2008

Updated FFmpeg

 2035

07.07.2008

Updated FFmpeg 

 2034

05.07.2008

update x264 

 2033

05.07.2008

Updated project files

 2032

03.07.2008

update x264

 2031

02.07.2008

Updated FFmpeg

 2030

01.07.2008

update x264 

 2029

29.06.2008

Updated FFmpeg 

 2028

27.06.2008

Revert 2024. It broke keyboard control.

 2027

26.06.2008

update x264 

 2026

25.06.2008

Updated FFmpeg 

 2025

25.06.2008

Updated MSVC runtime detection 

 2024

24.06.2008

Fix for compilation with recent DirectX SDKs. 

 2023

24.06.2008

Compilation fix for VS2008. 

 2022

24.06.2008

Updated install script 

 2021

24.06.2008

Workaround for runtime detection on Vista x64. 

 2020

22.06.2008

Updated FFmpeg

 2019

22.06.2008

minor updates 

 2018

21.06.2008

update x264 

 2017

20.06.2008

Updated FFmpeg 

 2016

17.06.2008

Restore project files that were deleted in previous revision.

 2015

17.06.2008

updates for x64

 2014

17.06.2008

update x264 

 2013

17.06.2008

updates for MinGW GCC 

 2012

17.06.2008

Updated FFmpeg 

 2011

16.06.2008

updates for x64 

 2010

16.06.2008

Updated installer 

 2009

16.06.2008

Updated installer

 2008

15.06.2008

Patch by jh6rooms

 2007

15.06.2008

updates for x64

 2006

15.06.2008

updates for x64 

 2005

15.06.2008

updates for x64

2004 13.06.2008
Idem
2003 13.06.2008
Updated project files
2002 13.06.2008
Idem
2001 13.06.2008
Rewritten the text on the About page.
2000 13.06.2008
Updated MSVC runtime detection
1999 12.06.2008
update x264
1998 12.06.2008
update libmpeg2
1997 12.06.2008
update x264
1996 11.06.2008
update x264
1995 10.06.2008
update liba52
1994 09.06.2008
Updated FFmpeg
1993 08.06.2008
update x264
1992 08.06.2008
updated innosetup script
1991 08.06.2008
update x264
1990 08.06.2008
temporary disabled sse2 for libmpeg2 and x264.
1989 08.06.2008
Fix tremor compilation
1988 08.06.2008
Updated FFmpeg
1987 08.06.2008
Updated project files
1986 07.06.2008
cleanup
1985 07.06.2008
update libmpeg2, update libtheora, update x264/Makefile, update xvidcore/Makefile
1984 07.06.2008
update x264
1983 07.06.2008
update libdts
1982 07.06.2008
update libdts
1981 05.06.2008
Added subtitles/audio streams switching feature in RemoteAPI
1980 02.06.2008
Updated FFmpeg
1979 29.05.2008
Updated libavcodec
1978 28.05.2008
cleanup
1977 28.05.2008
Updated libavcodec
1976 28.05.2008
Updated libavcodec


 
След. >
 
Статистика
Новые файлы
XvidVideo.RU © 2009