Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-13Return the filename within the rar when calling GetCurFile()HEADmasterArmada
2013-08-13Fix using potentially unitialized variable.XhmikosR
2013-08-13Mediatype.cpp: Fix cast from HRESULT to BOOL.XhmikosR
2013-03-16Change the license to GPL version 2 or any later version.OctaneSnail
2013-02-16Add custom error codes and improve returning error codesArmada
2013-02-11Fixed file list memory leaks.Armada
2013-02-03Convert spaces to tabs in resource.hArmada
2013-02-02Replace guid definition by __uuidof().Armada
2013-02-02Use bytes to identify parts instead of the extension.Armada
2013-02-02improve error messages to reflect compressed and encrypted filesm0viefreak
2013-02-02Add MediaSubtype for mp4.Armada
2013-02-02Renamed classes to use less generic names.Armada
2013-02-02Add QueryFilterInfo to allow the filter name to be displayed in the filter info.Armada
2013-02-02Move filter name to macro definition.Armada
2013-02-02Add guid to class information.Armada
2013-02-02Make CRARFileSource constructor public.Armada
2013-02-02add a gitignore fileXhmikosR
2012-03-04Fix for 100+ part volumes with old numbering.John Peterson
2012-02-04Update version.OctaneSnail
2012-02-04Update copyright year.OctaneSnail
2012-02-04Fix typos in error messages.OctaneSnail
2012-02-04Clean up source formatting.OctaneSnail
2012-02-04Fix return value from ScanArchive on error.OctaneSnail
2012-02-04Fix memory leak.OctaneSnail
2012-02-04Handle rewinding of archives with incorrect MHD_FIRSTVOLUME flags.OctaneSnail
2012-02-02Fix reading file headers with unknown content.OctaneSnail
2012-01-28Make sure the dialog isn't hidden behind the player window.OctaneSnail
2012-01-28Fix hang in file selector on unsupported files.OctaneSnail
2012-01-22Remove unused main header case.OctaneSnail
2012-01-22Don't rely to much on LONG_BLOCK, it's missing in some archives.OctaneSnail
2012-01-21Make sure unknown files are marked as unsupported.OctaneSnail
2011-02-22Update version.OctaneSnail
2011-02-20Fix install dir on 32-bit platforms.OctaneSnail
2011-02-20Enable string pooling.OctaneSnail
2011-02-20Add publisher/company name.OctaneSnail
2011-02-20Update installer for VS2010 redist and add 64-bit target.OctaneSnail
2011-02-20Update readme file.OctaneSnail
2011-02-20Fix 64-bit compile issues.OctaneSnail
2011-02-20Add 64-bit target.OctaneSnail
2011-02-19Convert project files to Visual Studio 2010.OctaneSnail
2010-06-26Silence bool optimization warnings.OctaneSnail
2010-06-25Fix end of file detection when reading headers.OctaneSnail
2010-05-01Remove EARC_NEXT_VOLUME check, it's missing sometimes.OctaneSnail
2010-05-01Fix typo in comment.OctaneSnail
2009-02-28Update version.OctaneSnail
2009-01-24Fix indentation.OctaneSnail
2009-01-24Remove unused macro.OctaneSnail
2009-01-24Reformat source code.OctaneSnail
2009-01-18Properly load multi volume archives even if the end of archive header is not ...OctaneSnail
2009-01-18Refactor code to remove duplication of SyncRead.OctaneSnail