summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-0824-720/+864
* WinGui: Remove AV_MKV option. Now default for the buildsr552013-11-086-11/+8
* MacGui: update to the new preset getter API.Rodeo2013-11-081-8/+5
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-085-6/+79
* ports: cosmetics.Rodeo2013-11-081-1/+1
* ports: cast return result from getpid().Rodeo2013-11-081-1/+1
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-086-53/+71
* Interop: Exposed properties and methods on subtitle tracks to determine if th...randomengy2013-11-074-7/+56
* Fix a small leak in encca_aac.ritsuka2013-11-051-0/+1
* MacGUI: validate the toolbars items after a scan. This used to be done but go...ritsuka2013-11-051-1/+2
* RB626: return code support addedmaxd2013-11-0513-9/+68
* 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