summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Denoise (hqdn3d) optimizations.Rodeo2013-10-281-160/+74
* WinGui: Couple of cosmetic fixes / minor improvements. sr552013-10-274-6/+8
* WinGui: Fixed burn-in checkbox for subtitlessr552013-10-251-1/+1
* MacGUI: Varius warnings fixes:ritsuka2013-10-2512-292/+301
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-237-50/+62
* Add ubuntu 13.10 to nightly buildsjstebbins2013-10-233-0/+128
* QSV: temporarily work around a bug in the Intel 33.x driver series.Rodeo2013-10-221-0/+22
* libhb: check AVIOContext.error for errors while muxingjstebbins2013-10-211-1/+4
* libhb: fix duration of initial audio frame when decoding with avcodecjstebbins2013-10-211-11/+15
* QSV: fix for normal processingmaxd2013-10-211-1/+1
* WinGui: Fix adding a new VobSub or PGS subtitle, default it to "Burned In" fo...sr552013-10-204-34/+40
* WinGui: Add a "Add 'Foreign Audio Scan'" option to the Automatic Subtitle tra...sr552013-10-205-4/+51
* LinGui: add gmodule dependencyjstebbins2013-10-201-2/+2
* OpenCL: ship our own headers, to reduce our dependency on external OpenCL SDKs.Rodeo2013-10-207-24/+2483
* libhb: fix pgs timestamp problemsjstebbins2013-10-191-23/+35
* encx264: remove some long dead code.Rodeo2013-10-191-6/+0
* encx264: don't log unparsed options if the string is NULL.Rodeo2013-10-191-1/+4
* encx264: remove duplicate logging (libx264 already logs the SAR), and log the...Rodeo2013-10-191-4/+2
* encx264: log the unparsed advanced options string for informational purposes.Rodeo2013-10-191-0/+10
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-1514-214/+210
* libhb: remove dead codejstebbins2013-10-145-1616/+0
* Interop: Input/output paths are now encoded to UTF-8. Removed references to h...randomengy2013-10-1312-280/+377
* WinGui: Fixed an issue with PGS subtitle detection.sr552013-10-131-0/+3
* QSV: improve CopyFrame bug workaround a bit.Rodeo2013-10-123-14/+21
* HW: fix for compile and runtime behavior and support of the features/RB601maxd2013-10-114-19/+36
* hb_get_opencl_env: remove dead code.Rodeo2013-10-111-36/+3
* QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...Rodeo2013-10-113-2/+54
* scan: print CPU info, GPU info, then QSV info.Rodeo2013-10-113-22/+59
* WinGui: Use a specific culture to make sure . is used rather than ,sr552013-10-101-1/+1
* WinGui: Fix a culture issue with the samplerate query generation.sr552013-10-101-1/+1
* WinGUI: Add a notice for XP users letting them know the app is not currently ...sr552013-10-101-2/+10
* WinGui: Make Lanczos the default scaler in the WinGUI again.sr552013-10-101-1/+1
* WinGui: Handle libhb dll errors.sr552013-10-084-369/+391
* QSV: added check for dimensionsmaxd2013-10-081-3/+4
* WinGui: Add some sanity checks around the Gpu Info checker.sr552013-10-061-6/+11
* WinGui: Mising CsvReader library files.sr552013-10-063-0/+1538
* QSV: fix for stream(s) with no-SPS availablemaxd2013-10-051-2/+11
* WinGui: Use the LumenWorks CsvReader library for the chapters tab. (MIT Licen...sr552013-10-053-10/+17
* BuildSystem: fix Xcode when building w/ clang targeting 10.6konablend2013-10-011-0/+1
* WinGui: All the hardware acceleration options are now available view a new ta...sr552013-09-2812-29/+60
* MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.ritsuka2013-09-281-26/+27
* WinGui: Fix an index problem with the angles dropdown.sr552013-09-271-1/+1
* WinGui: Flip the dvdnav option back to the correct way round.sr552013-09-271-1/+1
* Bump libx264 to r2358 9e941d1.Rodeo2013-09-252-5/+5
* QSV: move LookAheadDepth miminum to commmon code.Rodeo2013-09-252-4/+2
* QSV: miscellaneous option-related improvements.Rodeo2013-09-242-6/+11
* QSV: improve ExtBRC workaround.Rodeo2013-09-241-8/+6
* QSV: remove RateDistortionOpt control.Rodeo2013-09-242-24/+5
* QSV: fix a hang with lookahead RC and some graphics drivers.Rodeo2013-09-241-0/+3
* QSV: ExtBRC/MBBRC and lookahead are mutually exclusive, plus miscelleanous st...Rodeo2013-09-241-11/+24