summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Another fix to 2Pass encoding on the new JSON api.sr552015-01-111-0/+2
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...sr552015-01-1110-24/+41
* json: simplify hb_add_json APIjstebbins2015-01-111-10/+25
* json: fix parsing of SRT subtitlesjstebbins2015-01-111-1/+1
* MacGui: refactored some duplicated code.ritsuka2015-01-112-66/+58
* MacGui: use a smaller timer internal while scanning to make the UI more respo...ritsuka2015-01-111-5/+7
* rendersub: fix small blending errorjstebbins2015-01-101-3/+3
* WinGui: Fix a large memory leak in the preview window that was introduced wit...sr552015-01-103-1/+11
* WinGui: sr552015-01-1013-18/+110
* MacGui: declare the public.movie UTI document type in the info.plist, so HB w...ritsuka2015-01-101-0/+8
* Bump year to 2015ritsuka2015-01-101-1/+1
* MacGui: fix a leak of the output log file path string.ritsuka2015-01-102-20/+21
* MacGui: remove HBViewValidation protocol.ritsuka2015-01-103-7/+8
* MacGui: fix the number of pass in the job queue description.ritsuka2015-01-102-16/+1
* MacGui: remove a deprecated api call.ritsuka2015-01-101-1/+1
* Fix some leaks in OpenCL code. https://reviews.handbrake.fr/r/779/ritsuka2015-01-101-39/+18
* libhb: reduce framerate fps/num for all encoders.Rodeo2015-01-091-0/+7
* libhb: only sanitize PAR for the MPEG-4 encoder.Rodeo2015-01-091-17/+7
* QSV: disable AdaptiveI/B options by default.Rodeo2015-01-091-2/+2
* WinGui: Another copyright notice updated.sr552015-01-092-2/+2
* WinGui: Update copyright yearsr552015-01-093-3/+3
* WinGui: Missed file from previous checkinsr552015-01-091-2/+2
* WinGui: Moving the Interop Converts to the Top level as well since it's consi...sr552015-01-094-15/+15
* WinGui: Move the Encoders class to the root level of the Interop Library and ...sr552015-01-0915-92/+51
* WinGui: Further API tidyup in the interop library. Moving some filesize calcu...sr552015-01-095-311/+335
* WinGui: Better UTF-8 Fix, Also fixed encode classsr552015-01-091-7/+3
* WinGui: Some Tweaks to the configure defaults UI. Improve auto passthru langu...sr552015-01-092-12/+26
* WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...sr552015-01-095-10/+2
* WinGui: Fix an issue with non-ASCII characters in the new JSON Scan API. Than...sr552015-01-091-6/+7
* MacGui: fix the error alert, the error message wasn't captured properly by th...ritsuka2015-01-091-1/+5
* MacGui: update a file header and fix a comment.ritsuka2015-01-093-15/+11
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-093-43/+39
* MacGui: enforce a min value for the picture width/height.ritsuka2015-01-092-9/+12
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-098-67/+64
* MacGui: fix a case where deinterlace filter would be enabled even if decomb w...ritsuka2015-01-071-1/+1
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-073-43/+43
* MacGui: create and run the error message alerts from libhb on the main thread.ritsuka2015-01-071-4/+3
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
* MacGui: use the inline find bar in the activity window.ritsuka2015-01-071-0/+6
* MacGui: handle SIGINT with gcd. Show the error messages from libhb in an aler...ritsuka2015-01-061-56/+24
* MacGui: add a number formatter to the custom anamorphic textfields.ritsuka2015-01-061-2/+5
* libhb: fix job configuration when qsv removes all filtersjstebbins2015-01-051-0/+9
* WinGui: Correcting namespaces.sr552015-01-0535-36/+37
* WinGui: Further fixes to libhb json api filters code.sr552015-01-055-28/+13
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-0459-58/+114
* WinGui: Further fixes to libhb json encoding. FPS and Anamorphic should now w...sr552015-01-049-111/+294
* libhb: simplify job initializationjstebbins2015-01-032-22/+17
* libhb: fix access to uninitialized variables in hb_set_anamorphic_size2jstebbins2015-01-031-2/+2
* WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...sr552015-01-029-124/+168
* WinGui: Make the Tabs in the logging window a bit larger and improve the init...sr552015-01-025-23/+51