| 1748 |
10.03.2010
Add : option "Don't use 'search in folder' on commands 'Skip back/forward' when only
one item in playlist"
|
| 1747 |
09.03.2010
Fixed Polish translation
|
| 1746 |
09.03.2010
-Updated VSFilterMod from r20 to r25
-Fixed subtitle bug (Ticket #345) Link: http://sourceforge.net/apps/trac/mpc-hc/ticket/345
-Updated build script
|
| 1745 |
09.03.2010
Updated : Polish translation
|
| 1744 |
08.03.2010
fixed more truncated strings in Dutch translation and updated the resource file to match the latest changes of the player
|
| 1743 |
08.03.2010
Translations: "Add Favorite" dialog cosmetics
|
| 1742 |
08.03.2010
fix : search in dir function, play video from network share
Patch by X-Dron
|
| 1741 |
08.03.2010
-Updated Dutch translation (also fixed some more truncated strings)
-removed unneeded file
|
| 1740 |
08.03.2010
Added Dutch translation by Paul Tjepkema
|
| 1739 |
08.03.2010
Add : select OSD font & size(patch by X-Drom);
|
| 1738 |
07.03.2010
fixed previous commit
|
| 1737 |
07.03.2010
updated zlib to v1.2.3.9
|
| 1736 |
07.03.2010
Translations: "Language" menu item minor change
|
| 1735 |
06.03.2010
Add : statistics - add render device;
|
| 1734 |
06.03.2010
Update Traditional Chinese translation and do some cosmetics.
|
| 1733 |
06.03.2010
Fix (c) message in MpegSplitter.cpp
|
| 1732 |
06.03.2010
Fix potential crash by using _MAX_DRIVE (thanks aggro). Also changed all MAX_PATH to _MAX_PATH for consistency across all files
|
| 1731 |
04.03.2010
Updated Belarusian translation
|
| 1730 |
04.03.2010
updated Ukrainian translation [arestarh]
|
| 1729 |
04.03.2010
Matroska Splitter: use own source filter instead of MS file source (async)
|
| 1728 |
04.03.2010
Update resource;
Add : Set HAND cursor for COMBOBOX control;
|
| 1727 |
03.03.2010
Fix potential undefined behaviour using MediaInfo (patch by jackieku)
|
| 1726 |
03.03.2010
Updated Czech translation
|
| 1725 |
03.03.2010
Refactored Player options and moved "Free windows resizing" to Player options
|
| 1724 |
03.03.2010
Add : select D3D device for render, incl. DXVA(EVR Custom & VMR9-Renderless only) if 2 ore more video adapter in system;
|
| 1723 |
03.03.2010
Additional fixes to window calculation
More code formatting corrections and added some comments
|
| 1722 |
03.03.2010
Fixed incorrect minimal window height calculation when caption is on.
Patch by foxx1337
|
| 1721 |
02.03.2010
Updated Czech translation
|
| 1720 |
01.03.2010
Improved build script
|
| 1719 |
01.03.2010
Updated Belarusian translation
|
| 1718 |
01.03.2010
installer: removed default directives
|
| 1717 |
28.02.2010
-Implemented 'Quick add favorite' shortcut (default: Shift + Q), will use current settings from 'Add Favorite' dialog
-Made favorites menu look better
-Fixed a & and && confusion
|
| 1716 |
28.02.2010
fix : rev.1714 - remove menu from thumbnail clip preview;
|
| 1715 |
28.02.2010
fix : break fullscreen mode on secondary monitor in 1707 rev.
|
| 1714 |
28.02.2010
Updated thumbbar / thumbnail code to match new window code
|
| 1713 |
28.02.2010
Fixed OnMove function (video picture now moves when paused when window is moved)
|
| 1712 |
28.02.2010
Updated libpng to v1.4.1
|
| 1711 |
28.02.2010
updated build.bat
|
| 1710 |
28.02.2010
Moved "Remember DVD position" and "Remember File position" in Player page, part 2 and some code cleaned up
|
| 1709 |
28.02.2010
Moved "Remember DVD position" and "Remember File position" in Player page, part 1
|
| 1708 |
27.02.2010
Fixed variable name due to rename
|
| 1707 |
27.02.2010
-Corrected some window calculation, View -> Presets -> Minimal, should now show the window in correct size
-Some tweaks and added more debug code (activated in debug build)
|
| 1706 |
27.02.2010
Added code such that the player loads (if any) the file "toolbar.bmp" to get the icons for the toolbar (play, pause, etc) buttons; else it uses built-in icons.
"Toolbar.bmp" can be of bitdepth <= 24, in which case RGB(255, 0, 255) is considered transparent or of bitdepth 32, in which case the alpha channel is used for transparency / gradients; 32 bit bitmaps mustn't use any compression in order to load properly; its resolution should be 15h x h to load, each icon being h x h in size for bigger toolbar.bmp files, the player minimum width is set so that all icons remain visible.
The volume slider isn't modified yet - it keeps its size.
Patch by foxx1337
|
| 1705 |
27.02.2010
Updated Polish translation
|
| 1704 |
27.02.2010
Updated : Polish translation
|
| 1703 |
27.02.2010
- Fixed SSA/ASS and other save subtitle formats problem (as reported in #295)
- Minor tweaking of default save subtitle file name
|
| 1702 |
26.02.2010
updated svn:ignore plus minor changes
|
| 1701 |
26.02.2010
change : MediaInfo save filename format;
|
| 1700 |
26.02.2010
Fix : Сhecking for duplicates in display modes(patch by V0lt);
|
| 1699 |
25.02.2010
Reinstate safe_subtract_sse2() after it was devoured by the update gremlins...
|
| 1698 |
25.02.2010
Fix : correct state when done playback(rewind fix);
code cleanup;
|
| 1697 |
25.02.2010
update Russian translate;
small code cleanup
|
| 1696 |
25.02.2010
Change : Go to the next/previous file in the directory on the user's click on "skip back"/"skip forward";
small change in files autoplay algorithm;
code cleanup;
|
| 1695 |
24.02.2010
updated Ukrainian translation [arestarh]
|
| 1694 |
24.02.2010
fix rev.1693 - don't show OSD message when auto play disable;
|
| 1693 |
24.02.2010
New : Automatically play next files in a folder (optionally)
Patch by X-Dron
|
| 1692 |
24.02.2010
Fixed ticket #300: Regression when hiding Caption and Menubar
Patch by XPC
|
| 1691 |
23.02.2010
Updated Belarusian translation
|
| 1690 |
21.02.2010
fix : audiorender option remove when use in command line;
|
| 1689 |
21.02.2010
Replaced virtualdub includes with new version
|
| 1688 |
21.02.2010
Merged in VSFilterMod revision 20, only 64 bit code enabled for time being
|
| 1687 |
21.02.2010
More #include case fixes.
And in one place, changed "" to <> for system headers.
|
| 1686 |
21.02.2010
Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #includes to match.
|
| 1685 |
20.02.2010
Fixed broken 64 bit debug build
XhmikosR found the problem
|
| 1684 |
20.02.2010
Fixed a C4345 warning
|
| 1683 |
20.02.2010
When saving a subtitle, suggest as the subtitles filename the video's filename
Patch by foxx1337
|
| 1682 |
20.02.2010
Fixed compile parameters
|
| 1681 |
20.02.2010
Small correction to rev 1663
|
| 1680 |
19.02.2010
-updated Ukrainian translation [arestarh]
-updated copyright year in syncrenderer files
|
| 1679 |
19.02.2010
removed unneeded const
|
| 1678 |
19.02.2010
Fixed mismatching allocation and deallocation
Removed some unused code
Changed more C-Style casts to static_cast
Added SSE2 version of safe_subtract for X64 builds
|
| 1677 |
19.02.2010
const correction
patch by tetsuo55
|
| 1676 |
19.02.2010
Changed C casts to C++ casts and some code formatting corrections
patch by XhmikosR
|
| 1675 |
18.02.2010
Updated Czech translation
|
| 1674 |
18.02.2010
-cosmetic changes in project files
-Installer: Inno Setup 5.3.8 is required
|
| 1673 |
18.02.2010
Updated Belarusian translation
|
| 1672 |
18.02.2010
-Revert 1667, appears MSVC at fault...__mm64 undefined for x64 - compiles but doesn't link
-Some cosmetic changes to fix analysis errors
|
| 1671 |
18.02.2010
More cosmetics
|
| 1670 |
18.02.2010
Cosmetic change
|
| 1669 |
18.02.2010
Fix buffer overrun due to number of characters/number of bytes mismatch pt2
|
| 1668 |
18.02.2010
Fix buffer overrun due to number of characters/number of bytes mismatch
|
| 1667 |
17.02.2010
Partially revert rev1658. MMX intrinsics work perfectly fine with MSVC 64-bit builds
|
| 1666 |
17.02.2010
minor changes in project files and in Belarusian translation
|
| 1665 |
16.02.2010
Updated russian translation
|
| 1664 |
16.02.2010
-
|
| 1663 |
16.02.2010
Added a new panel for switching DVB channels, audio and tuner scan accessible through View-->Navigation menu when in Capture mode.
Patch by XPC
|
| 1662 |
16.02.2010
Update Traditional Chinese translation.
|
| 1661 |
16.02.2010
Fix : ticket #282, Auto-zoom function problem;
|
| 1660 |
15.02.2010
updated Ukrainian translation [arestarh]
|
| 1659 |
14.02.2010
-Added VFR support to the VSFilter AviSynth filter. Patch by nielsm.
-Fixed some warnings
|
| 1658 |
14.02.2010
-DSUtil.h: Removed linker pragma inclusion of fixed-name DSUtil.lib files to allow for more flexible project file management
-Rasterizer.cpp: Don't use MMX intrinsics in 64 bit builds
-SeparableFilter.h: Fix line order for OpenMP building
Patch by nielsm
|
| 1657 |
14.02.2010
-Added /MP switch in all filters
-Fixed some standalone filters dependencies
|
| 1656 |
14.02.2010
Build script:
-now the installer is built automatically if Inno Setup is installed
-cosmetic changes
|
| 1655 |
13.02.2010
added portuguese(brazilian) translation
|
| 1654 |
13.02.2010
Portuguese(brazilian) language updated and fixed compilation error.
|
| 1653 |
13.02.2010
Typos
|
| 1652 |
12.02.2010
updated svn:ignore
|
| 1651 |
12.02.2010
-enabled all internal filters by default
-minor changes
|
| 1650 |
10.02.2010
Cleanup #includes.
|
| 1649 |
10.02.2010
In all files in apps/mplayerc, change #include "stdafx.h" to "StdAfx.h".
|
| 1648 |
10.02.2010
Rename several directories to use MixedCase instead of lowercase.
They now mostly match the case used in #includes,
and they're consistent with the names of the .h files they contain.
|
| 1647 |
09.02.2010
Converted #include slashes from \ to / (makes the code more portable)
Patch by Nicolás Alvarez.
|
| 1646 |
09.02.2010
updated Spanish translation [XPC] + minor changes
|
| 1645 |
09.02.2010
updated translation
|
| 1644 |
09.02.2010
fix : bug #258, speaker configuration (>Audio Switcher) isn't stored;
|
| 1643 |
09.02.2010
updated Ukrainian translation [arestarh]
|
| 1642 |
09.02.2010
Fix again (duplicated CONTROL)
|
| 1641 |
09.02.2010
Fixed Hungarian translation
|
| 1640 |
09.02.2010
Fixed memory leaks on failure, leaks have been reported upstream:
(Artifact 2948077)
Link: http://sourceforge.net/tracker/?func=detail&aid=2948077&group_id=173941&atid=867362
|
| 1639 |
08.02.2010
reverted translated control in Hungarian resource file
|
| 1638 |
08.02.2010
Updated Czech translation
|
| 1637 |
08.02.2010
Updated Hungarian translation (untested)
|
| 1636 |
08.02.2010
Added missing string from resources
Patch by foxx1337
|
| 1635 |
08.02.2010
Feature Request #46(patch X-Dron); add number to AudioDevice list;
|
| 1634 |
08.02.2010
Changed encoding from utf16 to utf8 by tetsuo55
|
| 1633 |
08.02.2010
Fixed memory leak on failure
|
| 1632 |
08.02.2010
French comment translated to English
|
| 1631 |
08.02.2010
Fixed sentence tweak
|
| 1630 |
08.02.2010
Updated Swedish translation and a sentence tweak.
|
| 1629 |
07.02.2010
updated Spanish translation [XPC]
|
| 1628 |
07.02.2010
Fixed (hopefully) subtitle renderer regression that appeared when the DirectX device needed to be recreated
|
| 1627 |
07.02.2010
Just some code format fixing and fixed release dll refs
|
| 1626 |
07.02.2010
updated Ukrainian translation [arestarh]
|
| 1625 |
07.02.2010
cosmetics: moved subtitle and audio load order boxes a few pixels to the left
|
| 1624 |
07.02.2010
Updated Czech translation
|
| 1623 |
07.02.2010
Tweaked embedded style override: default style font size is constant when overriding, regardless if the file contains a style.
Patch by foxx1337
|
| 1622 |
07.02.2010
Patch by foxx1337:
-when caption is hidden, window is without a thick frame now, child view responsible for NC_HITTEST
-preliminary support for subtitle language order (similar to Haali Media Splitter)
-same for audio language order
-added menu option to override embedded style for subtitles
|
| 1621 |
06.02.2010
added missing files from previous commit
|
| 1620 |
06.02.2010
Refactored DX9AllocatorPresenter; separate the classes to different files.
Patch by kinddragon.
|
| 1619 |
06.02.2010
Fixed : small bug in ffmpeg udpate
|
| 1618 |
06.02.2010
Updated : ffmpeg library
|
| 1617 |
06.02.2010
Change in EditListEditor (add column Name)
|
| 1616 |
06.02.2010
Fixed seeking problem with mpeg files
|
| 1615 |
06.02.2010
Added : support for SRM7500 remote control
|
| 1614 |
06.02.2010
Added : support for SRM7500 remote control
|
| 1613 |
06.02.2010
Fixed potential bug that could be caused by uninitialised variable
|
| 1612 |
05.02.2010
Fixed memory leak in libFlac, leak have been reported upstream:
(Artifact 2946736)
Link: http://sourceforge.net/tracker/?func=detail&aid=2946736&group_id=13478&atid=313478
|
| 1611 |
05.02.2010
Reverted Swedish.isl to ANSI and added the missing CodePage; this should fix any issues with Swedish language (thanks to jonasno for noticing it)
|
| 1610 |
05.02.2010
Update to latest SoundTouch (1.5.0)
|
| 1609 |
05.02.2010
-removed #pragma warning about dxtrans from qedit.h and duplicate defs from libavcodec.def
-installer: workaround for ISPP (when compiling with Inno Setup Compiler, ISPP complained about "File not found")
|
| 1608 |
05.02.2010
Tidied up mpeg splitter code. No code actually altered (well, not on purpose)
|
| 1607 |
05.02.2010
Fix : bug in 2008 R2 with fullscreen autochange mode;
minor change in "after playback" options;
|
| 1606 |
04.02.2010
Installer:
-added Russian custom messages [alexins]
-different shortcuts for x64 builds [alexins]
|
| 1605 |
04.02.2010
installer: cosmetics in the script + updated Ukrainian translation [arestarh]
|
| 1604 |
04.02.2010
change : Win 7 toolbar, disable fullscreen button for audio;
|
| 1603 |
04.02.2010
updated translation
|
| 1602 |
03.02.2010
-
|
| 1601 |
03.02.2010
Updated Czech translation - installer
|
| 1600 |
03.02.2010
Installer: get MPC-HC executable's previous directory and offer to install it there; only applies to new installations, not upgrades and if the dir actually exists
|