summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decomb: don't use frame flags to modify deinterlace behaviorjstebbins2013-11-051-15/+5
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-049-2664/+2270
* MacGUI: fixed OutputPanel.xib warnings.ritsuka2013-11-031-239/+260
* fix a52dec and mpeg2dec duplicate symbols w/ OSX 10.9 SDKkonablend2013-11-026-0/+37
* WinGui: fix an issue where the value of the H.264 level and profile widgets w...Rodeo2013-11-021-8/+11
* OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out...Rodeo2013-11-026-70/+995
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-027-3136/+2206
* Push 2 new folder/file icons into the main gfx folder.sr552013-11-022-0/+0
* WinGui: Update the video preview window icon. Was using the wrong one.sr552013-11-023-5/+4
* WinGui: Changed the Source Menu file icon to something that scales down a bit...sr552013-11-024-2/+5
* WinGui: Fixed an issue with the Queue toolbar where resizing the widow to a s...sr552013-11-023-11/+19
* libhb: fix problem with SSA render when muxer is avformatjstebbins2013-11-011-2/+2
* libhb: fix BD audio detection problemjstebbins2013-10-281-15/+24
* libhb: fix another case of spurious "missing start code" messagesjstebbins2013-10-281-0/+11
* libhb: fix double hb_buffer_closejstebbins2013-10-281-1/+0
* libhb: fix "missing start code" error message when encoding BDjstebbins2013-10-281-3/+9
* libhb: fix compiler warningsjstebbins2013-10-281-2/+1
* Denoise (hqdn3d) performance improvements.Rodeo2013-10-281-49/+54
* 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