summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* encx264: add functionality to retrieve the "preferred" option name for ↵Rodeo2012-03-296-4/+46
| | | | | | options that have multiple names. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* hb_dict: minor improvements.Rodeo2012-03-291-7/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4553 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: use source colorimetry information when available.Rodeo2012-03-287-34/+224
| | | | | | | | | When source colorimetry can't be determined, guess. Added code to guess PAL SD content and updated code to guess HD content. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4552 b64f7644-9d1e-0410-96f1-a4d463321fa5
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-286-109/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4551 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: add basic dictionary implementation.Rodeo2012-03-284-91/+247
| | | | | | | | Note: under OS X, this commit may require a full rebuild to work properly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4550 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Controller.m: replace usage of hb_strdup_printf with NSString.Rodeo2012-03-281-25/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4549 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add code to overwrite corrupted settings file.sr552012-03-281-0/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix commit 4546 so it works on os x which is the filter pipeline ↵dynaflash2012-03-283-15/+9
| | | | | | | | rework from j45. - libhb fix by Rodeo git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4547 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Rework filter pipelinejstebbins2012-03-2755-2995/+3659
| | | | | | | | | | | | | | | | | | | | This patch enhances the filter objects. The 2 key improvements are: 1. A filter can change the image dimensions as frames pass through it. 2. A filter can output more than one frame. In addition, I have: Moved cropping & scalling into a filter object Added 90 degree rotation to the rotate filter Moved subtitle burn-in rendering to a filter object. Moved VFR/CFR handling into a framerate shaping filter object. Removed render.c since all it's responsibilities got moved to filters. Improves VOBSUB and SSA subtitle handling. Allows subtitle animations. SSA karaoke support. My apologies in advance if anything breaks ;) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix default value for fallback audio encoder for autopassthrujstebbins2012-03-261-1/+1
| | | | | | | incorrect string caused fallback to go to aac instead of ac3 as it should. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix build scripts.sr552012-03-253-3/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGuWinGui:(WPF) Remove some legacy queue code with the queue models and ↵sr552012-03-2514-131/+134
| | | | | | fix up some issues with the quality slider on the new video tab. Improve the User settings service code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account ↵Rodeo2012-03-251-5/+18
| | | | | | when setting the H.264 profile. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4541 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add Auto Passthru support to manicure.Rodeo2012-03-252-50/+279
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4539 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add "Web Optimized" support to manicure. Patch by Sam Homer, thanks!Rodeo2012-03-251-0/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4537 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Port the Advanced Panel for x264 from VidCoder. sr552012-03-2413-110/+2299
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4536 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Misc. improvements to the previous commit.Rodeo2012-03-242-26/+69
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4535 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified ↵Rodeo2012-03-245-15/+211
| | | | | | | | | | H.264 level. Does not modify framerate and resolution but prints warnings when they are incompatible with the requested level. Exposed to CLI users only via the --h264-level option. GUI support may come later, once we decide how to handle x264 presets/tunes/profiles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4534 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and ↵sr552012-03-2414-200/+1398
| | | | | | Build scripts for the new UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fixes to the Audio and Subtitle panels. Add pdb's to installer.sr552012-03-2411-32/+165
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4532 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the ↵sr552012-03-235-6/+10
| | | | | | nightly builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4531 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix Default preset option not working for custom presets.sr552012-03-231-1/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4529 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wired up the queue window and added missing functionality. ↵sr552012-03-2319-153/+493
| | | | | | | | Fixed issues on the main windows with regards to GUI widgets not updating during encoding. WinGui: (WinForms): Added >=30fps options in framerate dropdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4526 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove Detelecine from the Hi Profile Preset.dynaflash2012-03-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix loop counter decrement in CFR frame duplication code. CFR would never ↵Rodeo2012-03-211-1/+1
| | | | | | duplicate a frame more than once, causing major A/V desync when the output framerate was over twice that of the input. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4523 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix exception when adding to queue.sr552012-03-201-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4522 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Fix duration displaysr552012-03-202-5/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix broken duration display.sr552012-03-201-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4520 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add framerate values for 30, 50, 60000/1001 and 60 fps.Rodeo2012-03-191-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4518 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Started implementing the startup procedure: Update checking, ↵sr552012-03-194-10/+211
| | | | | | Preset updates, CLI monitoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: fix problem with early termination when stream has no PCRsjstebbins2012-03-181-0/+9
| | | | | | | | | A prior change I made fixed an issue with misdetection of discontinuities, but it created this early termination problem. I didn't see it because all my PCR-less samples were less than 5 minutes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: Fix detection of streams in tivo capturesjstebbins2012-03-181-1/+4
| | | | | | | | | Tivo creates an initial program stream map that is incomplete, missing the video stream definition. So don't quit scanning for new streams after seeing the first program stream map. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4513 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Testing Github SVN Access.sr552012-03-181-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Numerous fixes / UI tweaks.sr552012-03-187-45/+101
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Added Debug menu (1. Show CLI Query to allow for easier ↵sr552012-03-1717-667/+808
| | | | | | debugging). Wired up most tabs into the EncodeTask object so the parameters are sent to the encode engine. General code tidy-up and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4510 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add x64 target for HandBrakeWPFsr552012-03-172-2/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wired up the Add Preset window and setup the build scripts to ↵sr552012-03-1717-106/+488
| | | | | | create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the Query Parser Utility Class which would miss ↵sr552012-03-171-0/+5
| | | | | | out x264 settings when importing presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4506 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix an issue with the update check / build number storage ↵sr552012-03-173-5/+8
| | | | | | code. It could throw an exception under certain circumstances. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4505 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Preview pane grouping added.sr552012-03-103-37/+53
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4503 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (trunk) Fix an issue with Autonaming destination file with multi-dot ↵sr552012-03-102-2/+1
| | | | | | extensions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixed a display issue on the audio mixdown control when AutoPassthru ↵sr552012-03-061-0/+1
| | | | | | is selected git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: trunk ranch switch installer to use .NET 4 Client Profile.sr552012-03-044-8/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add basic Preview window.sr552012-03-046-13/+437
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Wiring up the Subtitles Auto-selection and Point-to-Point on ↵sr552012-03-0411-86/+209
| | | | | | | | the main window. Also fixed the subtitles key defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updating doc files in trunksr552012-03-046-270/+305
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add missing HandBrakePlatform? key to the settings file. It should ↵sr552012-03-042-4/+20
| | | | | | normally be auto-generated but it needs a default incase it is not. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix p-to-p start time detectionjstebbins2012-03-041-2/+0
| | | | | | | Brainfart caused start time detection in TS files to break. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4488 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Removed contact info from 2nd authors file.sr552012-03-031-28/+29
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove contact info from Authors file.sr552012-03-031-22/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4486 b64f7644-9d1e-0410-96f1-a4d463321fa5