Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libav: fix h.264 initial recovery point detection | John Stebbins | 2017-02-09 | 1 | -0/+20 |
| | | | | | Initial GOP of video was dropped during decode. Fixes https://github.com/HandBrake/HandBrake/issues/520 | ||||
* | WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559 | sr55 | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Updating NEWS file | sr55 | 2017-02-04 | 1 | -0/+20 |
| | |||||
* | WinGui: Order By Name R-Click option on Add to queue selection window. | sr55 | 2017-02-04 | 2 | -0/+33 |
| | |||||
* | MacGui: allow to sort by title/name/duration in the title selections sheet. | Damiano Galassi | 2017-02-04 | 4 | -51/+68 |
| | |||||
* | MacGui: make it possible to create a new folder in the destination open panel. | Damiano Galassi | 2017-02-04 | 1 | -0/+1 |
| | |||||
* | MacGui: add a "Add titles to queue" toolbar button. | Damiano Galassi | 2017-02-04 | 1 | -15/+49 |
| | |||||
* | MacGui: set toolbar images dpi to 72, so Xcode doesn't go crazy and resize ↵ | Damiano Galassi | 2017-02-04 | 20 | -0/+0 |
| | | | | things randomly. | ||||
* | WinGui: Remove further unneeded references from HandBrake.ApplicationServices | sr55 | 2017-02-03 | 1 | -7/+0 |
| | |||||
* | WinGui: Change the services library dll imports to be "hb" rather than ↵ | sr55 | 2017-02-03 | 1 | -92/+92 |
| | | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded. | ||||
* | WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵ | sr55 | 2017-02-03 | 6 | -31/+64 |
| | | | | and WindowsBase from the Services library. This makes the library more portable. | ||||
* | qsv: Allocate planes contiguously. | maxd | 2017-02-02 | 1 | -6/+4 |
| | | | | | | Better performance and less prone to crashing. Fixes #540 and closes #558. | ||||
* | LinGui: fix widget focus problem | John Stebbins | 2017-01-29 | 1 | -0/+1 |
| | |||||
* | preset: fix behavior of AudioSecondaryEncoderMode | John Stebbins | 2017-01-29 | 1 | -2/+2 |
| | | | | | When true, this is meant to use the secondary encoder only for the first selected audio track. It was completely broken :( | ||||
* | WinGui: Adding missing Tape and Sprite Denoise Tunes #544 | sr55 | 2017-01-25 | 1 | -0/+8 |
| | |||||
* | encca_aac: Fix initial start time | John Stebbins | 2017-01-25 | 1 | -2/+8 |
| | | | | | encca_aac assumed the first packet start time is 0 which is no longer the case. We now use edit lists to adjust non-zero start times. | ||||
* | MacGui: improve management of security scoped resources. Fix external SRT in ↵ | Damiano Galassi | 2017-01-25 | 13 | -94/+219 |
| | | | | the sandboxed build. | ||||
* | MacGui: select the right title when editing a queue job, libhb avoids ↵ | Damiano Galassi | 2017-01-25 | 1 | -1/+17 |
| | | | | rescanning if the same file/folder is loaded. | ||||
* | LinGui: clear extra options when video codec changes | John Stebbins | 2017-01-24 | 1 | -0/+1 |
| | | | | Some valid options (e.g. vp9 qmin=0) can crash some libav encoders (mpeg4). | ||||
* | WinGui: Always use iso639 for srt language code rather than name. #541 | sr55 | 2017-01-24 | 3 | -2/+48 |
| | |||||
* | decavcodec: fix avcodec_open failure upon bad extradata | John Stebbins | 2017-01-24 | 1 | -2/+6 |
| | | | | | | | If extradata is improperly parsed, avcodec_open may fail. Keep trying avcodec_open as long as there is more data to parse. Fixes https://github.com/HandBrake/HandBrake/issues/542 | ||||
* | decavcodec: fix crash in decavcodecvInfo | John Stebbins | 2017-01-24 | 1 | -1/+1 |
| | | | | | If avcodec_open fails, pv->context->codec is NULL, but work->info may still be called by scan. | ||||
* | WinGui: Another fix to WhenDone. Should reset when the main window opens, ↵ | sr55 | 2017-01-23 | 1 | -0/+6 |
| | | | | not when preferences opens. | ||||
* | WinGui: Bump version to 1.0.3 for the future release. | sr55 | 2017-01-22 | 6 | -8/+8 |
| | |||||
* | Revise and extend NEWS.markdown for 1.0.2. | Bradley Sepos | 2017-01-22 | 1 | -0/+1 |
| | |||||
* | Revise and extend NEWS.markdown for 1.0.2. | Bradley Sepos | 2017-01-22 | 1 | -22/+27 |
| | |||||
* | WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings ↵ | sr55 | 2017-01-22 | 1 | -6/+7 |
| | | | | correctly. | ||||
* | Fixed a typo | Damiano Galassi | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Initial draft of NEWS for 1.0.2 | sr55 | 2017-01-21 | 1 | -0/+42 |
| | |||||
* | dvdread: Don't ignore errors from UDFReadBlocks | John Stebbins | 2017-01-21 | 1 | -0/+162 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/535 | ||||
* | WinGui: Set a min height on the queue selection window. | sr55 | 2017-01-21 | 1 | -0/+1 |
| | |||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 23 | -138/+1233 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: reload the queue outline view action column when an encode is done ↵ | Damiano Galassi | 2017-01-19 | 1 | -1/+4 |
| | | | | (the one with the x or the show in finder icon) | ||||
* | disable fontconfig on macOS | Damiano Galassi | 2017-01-18 | 5 | -23/+56 |
| | |||||
* | libhb: force title rescan after completing a job encode (#488) | John Stebbins | 2017-01-16 | 3 | -0/+12 |
| | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=35583 | ||||
* | cli: Adding hb_opencl_set_enable when --use-opencl is set. #496 | sr55 | 2017-01-15 | 1 | -0/+5 |
| | |||||
* | WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | UNC paths. #527 | ||||
* | WinGui: Remove extension check as it can cause an erroneous error when ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | setting the filename manually. | ||||
* | WinGui: Fix typo in #496 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Use new hb_opencl_set_enable function. #496 | sr55 | 2017-01-15 | 4 | -3/+8 |
| | |||||
* | opencl: Workaround broken drivers that crash when you call clGetPlatformIDs ↵ | Scott | 2017-01-15 | 3 | -4/+28 |
| | | | | with valid inputs. #496 | ||||
* | WinGui: SplitButton was broken. #524 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix erroneous path and filename handling. #515 | sr55 | 2017-01-14 | 2 | -8/+18 |
| | |||||
* | WinGui: Fix a crash when saving presets for video encoders that don't have ↵ | sr55 | 2017-01-14 | 1 | -3/+3 |
| | | | | preset or profile options. #516 | ||||
* | WinGui: Fix an issue which prevented the GUI from parsing presets with ↵ | sr55 | 2017-01-13 | 3 | -4/+11 |
| | | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values. | ||||
* | WinGui: Put up a clearer error when we can't read older presets rather than ↵ | sr55 | 2017-01-12 | 4 | -5/+29 |
| | | | | just showing a stack trace. #513 | ||||
* | MacGui: fix string encoding when converting chapters titles to NSString. | Damiano Galassi | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | qsv: fix building with qsv disabled | John Stebbins | 2017-01-11 | 2 | -2/+13 |
| | |||||
* | WinGui: Update EndPoint for API Change. | sr55 | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | json: revise range "End" for time and frame ranges | John Stebbins | 2017-01-11 | 3 | -19/+45 |
| | | | | | "End" was a duration. It is now the actual "End" position in 90khz ticks or frames. |