summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.ritsuka2014-11-131-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed a line I accidentally committed.ritsuka2014-11-131-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6515 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: revert the picture settings panel appearance to aqua on Yosemite.ritsuka2014-11-132-3/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the TrackDRCSlider value to a double instead of an int.ritsuka2014-11-131-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6513 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ↵ritsuka2014-11-112-14/+16
| | | | | | out of date" alert were displayed. Renamed some prefs key to avoid conflicts with previous versions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed crop ui enabled status after reloading a queue item.ritsuka2014-11-111-23/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* deccc608sub: fix positioning of popup CCsjstebbins2014-11-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6510 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve Error message for the help menu item.sr552014-11-083-1/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make more strings translatablejstebbins2014-11-073-18/+19
| | | | | | | Thanks to Уважением Виктор (aka victor) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: enable crc checking of audio streams during audio parameter probejstebbins2014-11-051-2/+7
| | | | | | | | | We used to check ac3 crc's when we used a52 dec. When we switched to libav we did not enable crc checks. I suspect this is the root cause of this problem https://forum.handbrake.fr/viewtopic.php?f=12&t=31032 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6507 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: fix p-to-p start for some streamsjstebbins2014-11-051-18/+21
| | | | | | | | | The primary problem was in setting our "zero" time in reader based on a stream that is not decoded. Since this stream never reaches sync, there would appear to be a long initial frame from syncs perspective. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6506 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make more strings translatablejstebbins2014-11-058-48/+50
| | | | | | | Thanks to Уважением Виктор (aka victor) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6505 b64f7644-9d1e-0410-96f1-a4d463321fa5
* contrib: bump x265 to version 1.4jstebbins2014-11-042-10/+10
| | | | | | | Speed improvements in the slower presets (if you have lots of cores). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6504 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: cosmetic fix for title number in destination filenamejstebbins2014-11-041-3/+1
| | | | | | | When no source had been scanned yet, title number was maxint :p git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6503 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made the x264 unparse label selectable.ritsuka2014-11-031-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: revert the formats names to "MP4 File"/"MKV File" .ritsuka2014-11-021-1/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6501 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix another label size.ritsuka2014-11-021-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: do not set the same value twice in the job dict ↵ritsuka2014-11-021-8/+2
| | | | | | (ChapterStart/ChapterEnd). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6499 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: pass only the tracks array to the addTracksFromQueue: method, no ↵ritsuka2014-11-023-4/+4
| | | | | | need to pass the entire job dict. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed two useless array creation and made a copy of the ↵ritsuka2014-11-023-4/+5
| | | | | | trackSelectionLanguages ivar before assigning it to the preset dict. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a issue that happened on 10.8 when reloading a job from the ↵ritsuka2014-11-022-6/+5
| | | | | | queue: we tried to add an object to an immutable NSArray that for some reason known to the Cocoa framework was a NSMutableArray on 10.9+ , but not on 10.8. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove a unused check for the Mp4LargeFile option.ritsuka2014-11-021-14/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: SRT Subtitles Import now correctly escapes ,sr552014-11-011-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When updating presets, don't override the picture settings values if ↵sr552014-11-011-0/+8
| | | | | | SourceMax/Custom git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6493 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: modified the way the queue contextual menu selects its target. It ↵ritsuka2014-11-011-8/+39
| | | | | | now uses the clicked row index. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix the constant quality / avg bitrate radio button selection when ↵ritsuka2014-11-011-1/+1
| | | | | | reloading a job from the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6491 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made editable the cropping field in the picture panel.ritsuka2014-10-312-14/+94
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: reordered the options in the advanced preferences tab.ritsuka2014-10-311-63/+82
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6489 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.ritsuka2014-10-313-7/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6488 b64f7644-9d1e-0410-96f1-a4d463321fa5
* deccc608sub: fix writing outside bufferjstebbins2014-10-301-0/+15
| | | | | | | | When the rollup mode changes, check if the baserow + rollup height goes outside the screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed some warnings.ritsuka2014-10-307-19/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fifo: add code (ifdef'd out) to assist with finding buffer leaksjstebbins2014-10-301-0/+33
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6485 b64f7644-9d1e-0410-96f1-a4d463321fa5
* param: fix compiler warningjstebbins2014-10-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6484 b64f7644-9d1e-0410-96f1-a4d463321fa5
* muxcommon: fix bitvec leakjstebbins2014-10-301-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6483 b64f7644-9d1e-0410-96f1-a4d463321fa5
* sync: fix subtitle buffer leakjstebbins2014-10-301-0/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6482 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix spacing on status linejstebbins2014-10-301-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6481 b64f7644-9d1e-0410-96f1-a4d463321fa5
* decavcodec: fix a 4 byte overread of extradata by libavjstebbins2014-10-291-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix several small memory leaksjstebbins2014-10-295-36/+50
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libav: fix extradata parsing when SPS_EXT is presentjstebbins2014-10-291-0/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6478 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libav: fix writing zero mkv blockduration element for subtitlesjstebbins2014-10-291-0/+31
| | | | | | | Zero means non-keyframe according to mkv spec and causes errors in mkvalidator git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6477 b64f7644-9d1e-0410-96f1-a4d463321fa5
* decpgssub: make sure all packets get marked as subtitle framesjstebbins2014-10-291-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6476 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: eliminate more deprecated widget propertiesjstebbins2014-10-281-126/+126
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6475 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: eliminate more deprecated widget propertiesjstebbins2014-10-281-39/+53
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6474 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: eliminage deprecated GtkAlignmentjstebbins2014-10-283-4761/+4498
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6473 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix more gtk deprecationsjstebbins2014-10-283-26/+30
| | | | | | | | gtk_misc is deprecated, use new alignment capabilities of gtk_widget gdkcolor is deprecated, use gdkrgba git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6472 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: improve CC detectionjstebbins2014-10-281-7/+15
| | | | | | | | | We are failing to detect CCs in some sources because the CC data is not present on every frame. Makes scan always decode a few extra frames to give the decode a better chance of seeing the CC data. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6471 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove GtkStatusIconjstebbins2014-10-283-77/+3
| | | | | | | | It does nothing in gtk-3 and will be removed in future gtk versions. Support for status icons through libappindicator remains. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6470 b64f7644-9d1e-0410-96f1-a4d463321fa5
* contrib: Fix libgnurx to use mingw's ar.bradleys2014-10-262-6/+27
| | | | | | | | Thanks to KonaB1end for help connecting the dots! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6469 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix for quality slider on queue edit. Was not updating correctly.sr552014-10-251-49/+66
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Queue Edit. Post action to update UI widgets wasn't firing.sr552014-10-252-3/+17
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6467 b64f7644-9d1e-0410-96f1-a4d463321fa5