summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify Foreign Audio Search code:Rodeo2012-05-014-102/+98
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-016-5/+17
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-016-3/+21
* libhb: allow arbitrary number of preview images, fixes potential crashjstebbins2012-05-011-9/+28
* WinGui: (WPF) Updates to the new Query Generator to deal with passthru tracks...sr552012-05-011-7/+8
* WinGui: (WPF) Improvements to the new audio panel.sr552012-05-017-42/+177
* WinGui (WPF) Fix a bug in the GongSolutions WPF Drag/Drop Library to prevent ...sr552012-04-293-19/+286
* WinGui: Basic support for PGS subtitles in the forms UI.sr552012-04-295-21/+84
* WinGui: Fix Preview Window Play button crash.sr552012-04-281-0/+4
* Fix a potential null pointer referencejstebbins2012-04-281-1/+1
* LinGui: fix problem with fallback audio encoder selectionjstebbins2012-04-271-4/+6
* Fix naming of ubuntu 12.04 repository. it expects "precise" not "pangolin"jstebbins2012-04-271-12/+12
* 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