summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSV: load required plug-ins before encoding, too.Rodeo2015-06-273-47/+115
* QSV: add new capability guards for some extended video parameter buffers.Rodeo2015-06-273-69/+246
* QSV: parse and print profile & level in a codec-agnostic way.Rodeo2015-06-273-87/+207
* QSV: B-pyramid support is codec-specific.Rodeo2015-06-271-8/+11
* QSV: cleanup LookAheadDepth handling.Rodeo2015-06-272-3/+7
* libhb: remove HB_API_OLD_PRESET_GETTERS cruft.Rodeo2015-06-273-39/+0
* WinGui: Couple of workaround fixes for the preset service until refactoring i...sr552015-06-262-5/+4
* Doc: Add missing - to command.sr552015-06-261-1/+1
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-2614-922/+177
* Updated MinGW doc filesr552015-06-261-35/+32
* Doc: MinGW build doc updates.sr552015-06-261-3/+11
* add new preset function to header filejstebbins2015-06-241-1/+5
* presets: add hb_presets_read_file_json()jstebbins2015-06-241-0/+13
* libhb: re-work OpenCL cleanup a bit.Rodeo2015-06-232-8/+16
* DXVA2: make hb_va_create_dxva2 less verbose.Rodeo2015-06-231-6/+7
* DXVA2: check if a compatible AVHWAccel exists for the input codec.Rodeo2015-06-231-4/+17
* DXVA2: cleanup decode support checks.Rodeo2015-06-238-61/+54
* Minor cleanup after last commit.Rodeo2015-06-232-4/+4
* libhb: add DXVA2-accelerated HEVC decoding.Rodeo2015-06-234-3/+23
* Backport hevc_dxva2 hwaccel from libav master.Rodeo2015-06-232-0/+1146
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-2012-102/+467
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-2010-644/+309
* WinGui: Move options strings to resources.sr552015-06-183-61/+685
* WinGui: "Start Encode" resource corrected.sr552015-06-182-2/+2
* LinGui: fix video options edit box tooltipjstebbins2015-06-172-28/+36
* WinGui: Another alignment issue fix.sr552015-06-161-2/+2
* WinGui: Fix an issue with the json preset factory not correctly setting the a...sr552015-06-162-11/+10
* Update libmfx to v6.0.0.349Rodeo2015-06-161-1/+1
* Interop: Updated ApplicationServices DLL to target AnyCPU.randomengy2015-06-151-4/+4
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-154-5/+28
* libhb: fix application of custom anamorphic settingsjstebbins2015-06-141-2/+2
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-1210-103/+63
* WinGui: Move user control strings to resources.sr552015-06-113-12/+144
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-1116-307/+718
* WinGui: Adding missing resources files.sr552015-06-092-0/+1746
* CLI: Use json job instead of jobjstebbins2015-06-091-5/+6
* libhb: log json job stringjstebbins2015-06-091-0/+2
* libhb: Eliminate string length limit in hb_valogjstebbins2015-06-092-19/+49
* encx265: fix regression introduced in SVN revision 6366.Rodeo2015-06-081-6/+2
* WinGui: Moving more of the view strings into resources. sr552015-06-0715-323/+650
* WinGui: Starting to move UI text string to resources. This will allow us to s...sr552015-06-0410-62/+410
* MacGui: remove a unneeded statement, built-in presets already have the select...ritsuka2015-06-041-1/+0
* MacGui: update the layout of the add preset window.ritsuka2015-06-041-106/+74
* bd: use the correct printf specifier for unsigned variables.Rodeo2015-06-031-7/+7
* WinGui: Fix the Video Profile option in the JSON preset marshaller. sr552015-06-031-0/+1
* WinGui: Revert last change. Only set the GUI to enabled when editing queue i...sr552015-06-031-7/+4
* WinGui: Queue Recovery now sets the GUI to enabled if it recovers a job.sr552015-06-032-3/+13
* bd: fix printf warningsjstebbins2015-06-031-3/+3
* libhb: fix green bottom line in preview with deinterlacejstebbins2015-06-031-0/+1
* Initialize the copy_mask variable before using itritsuka2015-06-031-1/+1