summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PGS (bluray) subtitle support \o/jstebbins2012-04-2638-330/+1236
* LinGui: allow the user to select and use a bitrate for audio autopassthrujstebbins2012-04-262-13/+5
* LinGui:jstebbins2012-04-262-14/+42
* WinGui: Always pass down the --previews flag for encodes when it's not defaul...sr552012-04-221-1/+7
* libhb: fix crash when subtitle render filter fails to initializejstebbins2012-04-152-5/+6
* libhb: fix problem with fps calculation in 2 pass encodesjstebbins2012-04-141-1/+1
* WinGui: Remove deprecated variable to avoid confusion.sr552012-04-126-13/+7
* WinGui: (WPF) Audio Panel Auto Passthru implementation. sr552012-04-125-4/+54
* WinGui: File Handler was not being released, now fixed.sr552012-04-121-20/+22
* WinGui: Lots of fixes to the Plist Import / Export functionality.sr552012-04-121-31/+57
* libhb: fix estimated number of frames expectedjstebbins2012-04-111-2/+0
* libhb: handle TS streams that have broken DTS timestampsjstebbins2012-04-111-0/+7
* libhb: fix a problem with start times of frames in CFR modejstebbins2012-04-101-2/+10
* libhb: fix problem with rendering burned in subtitlesjstebbins2012-04-101-28/+5
* Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_...Rodeo2012-04-102-8/+13
* WinGui: (WPF) Initial Implementation of title specific scanning.sr552012-04-069-9/+272
* WinGui: Update Caliburn Micro Framework to 1.3.1sr552012-04-063-74/+453
* WinGui: (WPF) User Setting Service fixes, Query Generation fixes, Logviewer l...sr552012-04-015-26/+36
* WinGui: (WPF) Cleanup and fixes to the main window and preferences screen.sr552012-04-015-24/+134
* WinGui: (WPF) Bug fixes to the advanced panelsr552012-04-014-6/+22
* WinGui: Fix an filepath issue in libhb scan service.sr552012-04-011-2/+2
* WinGui: (0.9.x) User Settings Service Fixes/Improvements from Trunksr552012-04-011-0/+4
* libhb: fix incorrect audio gapsjstebbins2012-04-011-1/+3
* Interop: Fixes / API Updates for Encoding.sr552012-03-314-42/+102
* Interop: Update hb_job_s and hb_title_s with latest API changes.sr552012-03-312-0/+8
* Interop: Expose option to enable or disable LibDVDNav on scans.randomengy2012-03-311-80/+87
* Bump x264 to r2184-5c85e0a.Rodeo2012-03-311-1/+1
* Cosmetic after last commit.Rodeo2012-03-311-1/+1
* encx264: cleanup.Rodeo2012-03-311-33/+33
* LinGui: fix queue display problem with "same as source (constant)" frameratejstebbins2012-03-311-6/+16
* Activity Log: fix some typos and make indentation a bit more consistent.Rodeo2012-03-312-3/+3
* MacGUI: use hb_reset_job.Rodeo2012-03-312-27/+5
* libhb: fix cfr encodingjstebbins2012-03-315-121/+148
* Add hb_dict_unset and hb_dict_to_encopts.Rodeo2012-03-312-1/+49
* libhb: Fix problem with TS streams that have no PAT or PMTjstebbins2012-03-301-14/+22
* cqm=/some/path has the same effect as cqmfile=/some/path AND param.psz_cqm_fi...Rodeo2012-03-291-0/+1
* hb_apply_h264_level: avoid division by zero due to some x264_param_t fields b...Rodeo2012-03-291-4/+16
* WinGui: More refactoring of user settings / exception handling for the user s...sr552012-03-293-41/+29
* libhb/hd_dict.c, add newline at end of file.Rodeo2012-03-292-2/+1
* hb_dict: cosmetics.Rodeo2012-03-291-3/+3
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-296-4/+46
* hb_dict: minor improvements.Rodeo2012-03-291-7/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-287-34/+224
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-286-109/+32
* libhb: add basic dictionary implementation.Rodeo2012-03-284-91/+247
* Controller.m: replace usage of hb_strdup_printf with NSString.Rodeo2012-03-281-25/+16
* WinGui: Add code to overwrite corrupted settings file.sr552012-03-281-0/+9
* MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo...dynaflash2012-03-283-15/+9
* Rework filter pipelinejstebbins2012-03-2755-2995/+3659
* LinGui: fix default value for fallback audio encoder for autopassthrujstebbins2012-03-261-1/+1