]> granicus.if.org Git - handbrake/shortlog
handbrake
2015-01-09 Rodeolibhb: only sanitize PAR for the MPEG-4 encoder.
2015-01-09 RodeoQSV: disable AdaptiveI/B options by default.
2015-01-09 sr55WinGui: Another copyright notice updated.
2015-01-09 sr55WinGui: Update copyright year
2015-01-09 sr55WinGui: Missed file from previous checkin
2015-01-09 sr55WinGui: Moving the Interop Converts to the Top level...
2015-01-09 sr55WinGui: Move the Encoders class to the root level of...
2015-01-09 sr55WinGui: Further API tidyup in the interop library....
2015-01-09 sr55WinGui: Better UTF-8 Fix, Also fixed encode class
2015-01-09 sr55WinGui: Some Tweaks to the configure defaults UI. Impro...
2015-01-09 sr55WinGui: Remove "Aspect Ratio" Display on the Picture...
2015-01-09 sr55WinGui: Fix an issue with non-ASCII characters in the...
2015-01-09 ritsukaMacGui: fix the error alert, the error message wasn...
2015-01-09 ritsukaMacGui: update a file header and fix a comment.
2015-01-09 ritsukaMacGui: remove some NSString -> NSURL conversions....
2015-01-09 ritsukaMacGui: enforce a min value for the picture width/height.
2015-01-09 ritsukaMacGui: rename HBAudio class to HBAudioTrack.
2015-01-07 ritsukaMacGui: fix a case where deinterlace filter would be...
2015-01-07 ritsukaMacGui: use NSURL where possible, replace a api call...
2015-01-07 ritsukaMacGui: create and run the error message alerts from...
2015-01-07 ritsukaMacGui: handle the localised container strings manually.
2015-01-07 ritsukaMacGui: use the inline find bar in the activity window.
2015-01-06 ritsukaMacGui: handle SIGINT with gcd. Show the error messages...
2015-01-06 ritsukaMacGui: add a number formatter to the custom anamorphic...
2015-01-05 jstebbinslibhb: fix job configuration when qsv removes all filters
2015-01-05 sr55WinGui: Correcting namespaces.
2015-01-05 sr55WinGui: Further fixes to libhb json api filters code.
2015-01-04 sr55WinGui: Refracting some of the modelling around the...
2015-01-04 sr55WinGui: Further fixes to libhb json encoding. FPS and...
2015-01-03 jstebbinslibhb: simplify job initialization
2015-01-03 jstebbinslibhb: fix access to uninitialized variables in hb_set_...
2015-01-02 sr55WinGui: Bug fixes to the libhb json encode factory...
2015-01-02 sr55WinGui: Make the Tabs in the logging window a bit large...
2014-12-31 ritsukaMacGui: use HB_VCODEC_H264_MASK to check whether to...
2014-12-30 ritsukaMacGui: hide the iPod 5g check box if the codec is...
2014-12-30 ritsukaMacGui: fix the picture and filters summary in the...
2014-12-30 ritsukaMacGui: fix a bunch of regressions (various crash when...
2014-12-29 jstebbinsLinGui: better stderr redirection on mingw
2014-12-29 jstebbinsLinGui: fix building gtk gui on mingw, add regex to...
2014-12-29 jstebbinslibhb: initialize the buffer pool only once
2014-12-29 jstebbinsLinGui: add separate UI xml for gtk 3.14
2014-12-29 ritsukaMacGui: set the preset name to custom when a setting...
2014-12-29 ritsukaMacGui: set the default name for the exported chapters...
2014-12-29 ritsukaMacGui: use bindings to toggle the chapters/seconds...
2014-12-29 ritsukaMacGui: pass the fast decode option to the hb_job.
2014-12-28 sr55WinGui: Updated to use hb_get_preview2.
2014-12-28 jstebbinsLinGui: add xml UI for gtk versions >= 3.12
2014-12-28 jstebbinsLinGui: Enable building with different versions of...
2014-12-28 ritsukaMacGui: move more things out of HBController.
2014-12-27 ritsukaMacGui: hide turbo two pass checkbox when x264 is not...
2014-12-27 ritsukaMacGui: do not redirect nil to the log.
2014-12-27 ritsukaMacGui: clean up headers and imports.
2014-12-27 ritsukaMacGui: remove redundant "enabled" property in a few...
2014-12-27 ritsukaMacGui: fix the reveal button in the queue.
2014-12-27 ritsukaMacGui: remove the addChaptersFromQueue: in HBChapterTi...
2014-12-27 ritsukaMacGui: rename PictureController.* to HBPictureControll...
2014-12-27 ritsukaMacGui: remove unneeded init.
2014-12-27 ritsukaMacGui: change the queue to work with serialized HBJob...
2014-12-26 sr55WinGui: Initial implementation of the new JSON API...
2014-12-26 sr55WinGui: Adding the JSON models and factories for Encodi...
2014-12-23 jstebbinsjson: add "Codec" to audio list items
2014-12-23 jstebbinscli: simplify setting geometry
2014-12-23 jstebbinslibhb: eliminate refereces to libmkv
2014-12-23 jstebbinslibhb: eliminate unnecessary references to mp4v2
2014-12-23 jstebbinseliminate job->largeFileSize
2014-12-23 jstebbinslibhb: remove dead code
2014-12-23 ritsukaMacGui: fix build.
2014-12-23 ritsukaMacGui: remove some unused #import. Move again more...
2014-12-23 ritsukaMacGui: move the UI helper methods to new categories...
2014-12-22 ritsukaMacGui: set the chapter titles directly in HBJob. Move...
2014-12-22 jstebbinslibhb: remove hb_job_reset
2014-12-22 ritsukaMacGui: save the preset description, it had been broken...
2014-12-22 jstebbinslibhb: remove deprecated job and title fields
2014-12-22 ritsukaMacGui: implement NSCoding protocol in HBJob.
2014-12-22 ritsukaMacGui: fixed a number of memory leaks. Do not set...
2014-12-21 ritsukaMacGui: remove the last usage of title->job.
2014-12-21 ritsukaMacGui: use HBJob tracks array in HBAudioController...
2014-12-21 ritsukaMacGui: refactor a bit of HBController to remove depend...
2014-12-21 ritsukaMacGui: use HBJob when possible.
2014-12-21 ritsukaMacGui: add some more logs in HBCore.
2014-12-21 ritsukaMacGui: set the correct framerate in the preset.
2014-12-20 ritsukaMacGui: rearrange files in the project and disabled...
2014-12-20 ritsukaMacGui: fix a warning.
2014-12-20 ritsukaMacGui: integrated HBPicture in HBPictureController...
2014-12-20 ritsukaMacGui: post a notification in HBFilters when a setting...
2014-12-20 ritsukaMacGui: implement HBPicture.
2014-12-20 ritsukaMacGui: small improvements to HBTitle and HBJob.
2014-12-20 sr55WinGui: Fix the Check for update frequency setting...
2014-12-20 sr55WinGui: Fix a bug in the anamorphic size code.
2014-12-20 sr55WinGui: Switch to using the new JSON based scan API.
2014-12-20 sr55WinGui: Refactor the scan model namespace in preparatio...
2014-12-20 sr55WinGui: QuickFix for a crash, will resolve properly...
2014-12-20 ritsukaMacGui: use title->list_chapter directly instead of...
2014-12-20 ritsukaMacGui: use the right string format specifier in HBCore.
2014-12-20 ritsukaMacGui: remove a unused ivar in HBController.
2014-12-20 ritsukaMacGui: add a "name" property to HBCore to easy debuggi...
2014-12-20 ritsukaMacGui: fix frame rate when loading a queue item.
2014-12-19 jstebbinsjson: fix hb_get_preview_json
2014-12-19 jstebbinslibhb: add hb_image_init to create blank images
2014-12-19 jstebbinslibhb: make hb_get_preview2 always return a valid image
next