summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fdk-aac: enable compiler optimizationsjstebbins2015-05-011-0/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7146 b64f7644-9d1e-0410-96f1-a4d463321fa5
* param: allow ',' as decimal separator in filter settingsjstebbins2015-04-211-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* scan: fix failure to find audio bitrate during scan.jstebbins2015-04-201-2/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7107 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [0.10.x] WinGui: For default user presets, make sure the advanced tab shows ↵sr552015-04-101-0/+6
| | | | | | correctly on load when enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7080 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [0.10.x] [WinGUI] Fix NLMeans Custom option.sr552015-04-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7079 b64f7644-9d1e-0410-96f1-a4d463321fa5
* reader: fix subtitle start time not advancingjstebbins2015-04-071-2/+37
| | | | | | | | | We must set a start time for subtitles or the vobsub decoder (and probably other subtitle decoders) will assign duplicate timestamps. So when a discontinuity occurs, make the closest guess that we can. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7073 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libav: Fix failure on mingw to write date tag to mp4 filesjstebbins2015-04-051-0/+134
| | | | | | | Replace strptime with av_small_strptime git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7055 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: set parent of source dialogjstebbins2015-03-261-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7019 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge LinGui: fix activity window scrollingjstebbins2015-03-261-30/+40
| | | | | | | | | Yet another work-around for a gtk+-3 problem. They now delay updating the scrollbar adjustment to an idle loop callback. So I must delay my scroll-to-bottom code so that it occurrs after their update. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7018 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge LinGui: work around yet another gtk+-3 bugjstebbins2015-03-264-5/+49
| | | | | | | | | | GtkTextView gets confused if you try to set it's contents again while in a callback for a change to the TextView. So prevent such behavior by the app. Requires updating the x264Option TextView in the background (idle loop) rather than immediately. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge LinGui: fix UI issue with x264Option updatesjstebbins2015-03-261-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7016 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge LinGui: init VideoPreset with valid valuejstebbins2015-03-261-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7015 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: potential fix for crash while adding jobjstebbins2015-03-201-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7008 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge: decomb: oops, fix overread when height is mod 4jstebbins2015-03-161-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6995 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge: muxavformat: add "creation_time" metadatajstebbins2015-03-151-0/+5
| | | | | | | Tags mp4 files with current time. This was previously done by mp4v2 for us. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6992 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge: decomb: fix green line when source hight is modulus 2jstebbins2015-03-141-4/+4
| | | | | | | | | decomb requires mod 4 height. we pad our frame buffer heights to allow for this kind of thing, but need to allow decomb to operate on those extra blank lines. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6990 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] ProRes: extend the padding check to 16 bits.0.10.1Rodeo2015-03-021-0/+42
| | | | | | | Fixes decoding artifacts on some samples. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6962 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x265: fix crash when encoding twice with different parametersjstebbins2015-03-011-0/+12
| | | | | | | "static" member in cudata was not re-initialized on second encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6957 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge stream: fix potential overflow in pts calculationjstebbins2015-02-171-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6920 b64f7644-9d1e-0410-96f1-a4d463321fa5
* merge x265: bump to version 1.5jstebbins2015-02-172-7/+7
| | | | | | | | | | many improvements including: psy-rd(oq) enabled by default for presets that support them aq-mode default changed to 1 new "grain" tune git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6918 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] libhb: don't pass "auto" profile to libx265.Rodeo2015-02-161-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6914 b64f7644-9d1e-0410-96f1-a4d463321fa5
* scan: work around libav mpeg2 dummy first framejstebbins2015-02-151-1/+11
| | | | | | | | | | libav generates a dummy first frame after any seek for some mpeg2 streams. This results in black preview frames and invalid autocrop values. So always decode at least 2 frames before using the frame for preview. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6907 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] H.265: don't allow requesting Main 10 profile.Rodeo2015-02-153-3/+29
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6905 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] MacGui: better validation for denoise settings.ritsuka2015-02-131-3/+27
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6900 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [Merge] WinGui: More aggressive check that the user is not trying to ↵sr552015-02-093-0/+28
| | | | | | overwrite the source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6890 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update translationsjstebbins2015-02-0914-1954/+17671
| | | | | | | | Adds Japanese, Korean, Norwegian, Portuguese, Romainian, and Thai. Updates Czech, Danish, German, Spanish, French, Italian, and Russian. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6888 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 0.10.x WinGui: Bump version to 0.10.1sr552015-02-082-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6883 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 0.10.x WinGui: Support Light / UltraLight for Hqdn3dsr552015-02-082-1/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6882 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [Merge 0.10.x] WinGui: Fix an issue related to the Audio and Subtitle ↵sr552015-02-083-2/+55
| | | | | | defaults not reloading/storing correctly when updating presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6880 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update year to 2015jstebbins2015-02-0722-23/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6876 b64f7644-9d1e-0410-96f1-a4d463321fa5
* mux: fix chapter timestamps, factor in video encoder delayjstebbins2015-02-042-2/+23
| | | | | | | | libav does not fix chapter timestamps for us, so we must do this until I can figure out a good fix to libav. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6873 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: Fix AAC passthru from TS filesjstebbins2015-02-043-1/+51
| | | | | | | | | | Apply aac_adtstoasc bitstream filter while muxing AAC stream and extract AudioSpecificConfig during scan. Patch submitted by Taihei Momma git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6868 b64f7644-9d1e-0410-96f1-a4d463321fa5
* muxavformat: fix mp4 edit lists to eliminate initial black framesjstebbins2015-02-031-35/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6866 b64f7644-9d1e-0410-96f1-a4d463321fa5
* scan: improve preview generation for short videos that have no IDRsjstebbins2015-02-021-1/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6863 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] Add a default font directory for fontconfig to use when there isn't ↵ritsuka2015-02-011-1/+3
| | | | | | a configuration file available. Move the font cache to the user directory. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6859 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update year to 2015.bradleys2015-02-0188-88/+88
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6853 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 0.10.x Porting Nlmeans Custom Fixsr552015-01-304-20/+29
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6834 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging a fix to the filters panel. The custom values for the filter ↵sr552015-01-151-4/+4
| | | | | | controls was not reflected until the controls lost focus. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6758 b64f7644-9d1e-0410-96f1-a4d463321fa5
* build: fix configure environment of several contribsjstebbins2015-01-154-8/+8
| | | | | | | | | Incorrect build environment caused a failure to disable asserts in libdvdnav which leads to crashes. Probably other undesirable side effects as well. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6757 b64f7644-9d1e-0410-96f1-a4d463321fa5
* stream: Fix scanning files with large PNGsjstebbins2015-01-141-1/+15
| | | | | | | | Increase libavformat probe buffer size. The default size of 5MB is not large enough to successfully scan some files. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6750 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] MacGui: bump year to 2015ritsuka2015-01-121-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6736 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [merged] Fix some leaks in OpenCL code.ritsuka2015-01-121-39/+18
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6735 b64f7644-9d1e-0410-96f1-a4d463321fa5
* rendersub: fix small blending errorjstebbins2015-01-111-3/+3
| | | | | | | | The error is really small, but visible over some backgrounds. See https://forum.handbrake.fr/viewtopic.php?f=5&t=30942 git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6729 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 0.10.x: Update copyright year of winguisr552015-01-105-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6721 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Set 0.10.x branch version to 0.10.1sr552015-01-104-5/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6720 b64f7644-9d1e-0410-96f1-a4d463321fa5
* QSV: disable AdaptiveI/B options by default.Rodeo2015-01-091-2/+2
| | | | | | | | | | Detection of the features' availability is not 100% reliable yet, and the encoder could fail to initialize if the options are enabled but not supported by the graphics driver. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6712 b64f7644-9d1e-0410-96f1-a4d463321fa5
* [Merge] Picture Size and PList Import bug fixessr552014-12-262-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6653 b64f7644-9d1e-0410-96f1-a4d463321fa5
* mux: fix format of ssa preamblejstebbins2014-12-171-11/+12
| | | | | | | | sprintf decimal specifier was using the system local to insert a ',' where there should have been a '.' git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6605 b64f7644-9d1e-0410-96f1-a4d463321fa5
* sync: fix another issue with overlapping ssa subtitle translation to tx3gjstebbins2014-12-151-7/+15
| | | | | | | It was failing if 3 or more subtitles overlapped simultaneously. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6601 b64f7644-9d1e-0410-96f1-a4d463321fa5
* sync: fix dropping of subtitles caused by my previous commitjstebbins2014-12-051-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6589 b64f7644-9d1e-0410-96f1-a4d463321fa5