OSDN Git Service

Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Feb 2010 23:38:00 +0000 (23:38 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Feb 2010 23:38:00 +0000 (23:38 +0000)
commit7e083011cd7ddde540f88d725efbc951c822fb9b
tree806ef5653b28b982537410fd3bb2d3823a842aa4
parent4c6ed6bcc7a7d8a1fe9384f0e9717b071545660e
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://localhost/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