]> granicus.if.org Git - handbrake/commit
Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!
authordynaflash <dynaflashtech@gmail.com>
Thu, 11 Feb 2010 23:38:00 +0000 (23:38 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 11 Feb 2010 23:38:00 +0000 (23:38 +0000)
commit748a83548709b07001f3a715dcb11279609d9395
tree806ef5653b28b982537410fd3bb2d3823a842aa4
parent5212b9a80b24015b8c638d49e789d253ddc70eb5
Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!
- Enables setting modulus for all anamorphic modes (including non-anamorphic) except strict. The job variable "anamorphic.modulus" is repurposed for this and is renamed to simply "modulus"
- Other changes: Increases minimum output dimensions to 32x32 pixels in libhb (prevents possible crashes, notably in macgui). Better crop value and maximum crop value calculations to prevent crashes. Some code optimization / refactoring.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3113 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/hb-backend.c
libhb/common.c
libhb/common.h
libhb/hb.c
libhb/work.c
macosx/Controller.m
macosx/HBQueueController.mm
macosx/PictureController.m
test/test.c