summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Added a new tab in Options to host "Video" related settings including...sr552013-09-212-3/+6
* WinGui: Fix up libhb encode feature.sr552013-09-215-48/+146
* WinGui: Remove the scan service wrapper as it's no longer needed.sr552013-09-211-18/+0
* WinGui: Fix around logging when the TextWriter is closed and Removed an unne...sr552013-09-011-2/+16
* WinGui: Possible fix for the main feature detection.sr552013-08-301-2/+6
* Interop: Add Path to the Title objectsr552013-08-291-1/+2
* Interop: Few minor updates for QuickSync.sr552013-08-241-28/+18
* WinGui: Additional fixes to libhb logging, libdvdnav option and min duration...sr552013-08-241-5/+38
* WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan l...sr552013-08-242-34/+65
* WinGui: Strip out legacy CLI scan code.sr552013-08-224-619/+1
* WinGui: Use LibHB for scanning. CLI is no longer used. It seems to be stable...sr552013-08-221-1/+2
* WinGui: Initial work around around a when done countdown.sr552013-08-211-0/+4
* WinGui: Stopping an encode or pausing the queue will no longer run the "When...sr552013-08-182-21/+23
* WinGui: General code tidyupsr552013-08-171-1/+1
* WinGui: Update the exception handling code to deal with Component Activation ...sr552013-07-201-6/+14
* WiWinGui: Remap the audio and video encoders. Hopefully this should also be ...sr552013-06-162-29/+22
* WinGui: Temp workaround for iPod preset.sr552013-05-301-0/+5
* WinGui: Some usability improvements and bug fixes around the queue window.sr552013-05-241-12/+25
* WinGui: Rectored some Encode/Queue service code. This restoes "Quit HandBrake...sr552013-05-193-96/+14
* WinGui: Fix buildsr552013-04-291-1/+1
* WinGui: Fix Lock System action and hide the quit handbrake option from when d...sr552013-04-291-1/+1
* WinGui: Couple bug fixes and tweaks.sr552013-03-271-1/+1
* WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI ...sr552013-03-195-17/+8
* WinGui: Some Threading, Performance and Log window fixes.sr552013-03-074-98/+51
* WinGui: Update the scan parser to handle the new scan progress meter.sr552013-03-021-2/+4
* WinGui: Show "Scan failed: Unrecognized file type." when a scan fails for thi...sr552013-02-242-3/+6
* WinGui: A Stylecop cleanup pass on Interop Library. Note, moved the Eventarg...sr552013-02-122-6/+9
* WinGui: Code Tidyup.sr552013-01-262-16/+28
* WinGui: Numerous bug fixes to the services library.sr552013-01-265-159/+155
* WinGui: UI Tweaks.sr552013-01-172-0/+41
* WinGui: Fix AllowSleep option. Port the Numeric Stepper control from Vidcoder...sr552013-01-061-2/+2
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-281-2/+1
* WinGui: General code tidy-up and fix a couple of possible points that could t...sr552012-11-271-33/+17
* WinGui: Better error messages from the user settings service. sr552012-11-101-2/+3
* WinGui: Refactor multi-instance support to use Process ID. Fix old log file c...sr552012-10-134-18/+5
* WinGui: API Tidyup Part 3 of many.sr552012-10-134-702/+576
* WinGui: Missed files from previous checkin.sr552012-10-103-14/+1
* WinGui: Remove old ShowCLI setting. There isn't much reason to have this anym...sr552012-10-091-1/+1
* WinGui: Fix a couple of swallowed exceptions.sr552012-10-072-9/+16
* WinGui: API Tidyup Part 1 of manysr552012-10-075-54/+15
* WinGui: Improvements to status messages.sr552012-09-301-2/+11
* WinGui: Misc Fixessr552012-09-301-2/+12
* WinGui: LibHb Encode and Scan support (off by default for the moment until I ...sr552012-09-2510-12/+106
* WinGui: Further work and fixes on the Process Isolation Servicesr552012-09-022-9/+25
* WinGui: Further work in the process isolation service.sr552012-09-012-5/+8
* WinGui: General Tidyup of the Services Library API.sr552012-08-259-39/+91
* WinGui: Initial Work to wire up Encode Process Isolation.sr552012-08-228-85/+331
* WinGui: Prototype of process isolation support (to be used for libhb when thi...sr552012-08-194-8/+447
* WinGui: Fix up the Audio Passthru selection options.sr552012-07-231-1/+1
* WinGui: Move some stuff around in the services library and refactor out some ...sr552012-07-207-14/+29