summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hb_dict: convert json null to empty string upon string xformJohn Stebbins2016-03-091-1/+1
* sync: fix handling of end-of-subtitle markersJohn Stebbins2016-03-061-0/+4
* libhb: fix buffer over-reads by libav get_bits()John Stebbins2016-03-061-16/+20
* libhb: fix memory leaksJohn Stebbins2016-03-062-2/+5
* cli: fix constant framerateJohn Stebbins2016-03-051-1/+1
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
* WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options f...sr552016-03-021-37/+9
* MacGui: rewrite the NSDictionary to NSArray converter using less if.Damiano Galassi2016-03-012-84/+85
* scan: check if the video decoder was properly initialized before decoding the...Damiano Galassi2016-03-011-1/+10
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-263-0/+216
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-262-3/+5
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
* lingui: fix data type of GType variableJohn Stebbins2016-02-251-3/+3
* MacGui: check if there is at least one character in the string before trying ...Damiano Galassi2016-02-231-14/+16
* WinGui: Fix Audio Tab Track by Language selection behaviour.sr552016-02-211-1/+1
* Update NEWSScott2016-02-211-1/+1
* Updated the NEWS file.sr552016-02-201-4/+24
* WinGui: Added a text block on the Queue Add selection that shows the current ...sr552016-02-206-20/+55
* WinGui: Missing file from last commit.sr552016-02-201-0/+2
* WinGui: Adding a "Queue" Menusr552016-02-206-0/+155
* deinterlace: fix mapping of legacy "slow" presetJohn Stebbins2016-02-161-1/+1
* decomb: fix decomb checkJohn Stebbins2016-02-161-2/+1
* MacGui: write the right minor and micro version in the presets. They were swa...Damiano Galassi2016-02-161-2/+2
* sync: improve video dejitterJohn Stebbins2016-02-151-1/+1
* Merge pull request #67 from jstebbins/deinterlaceJohn Stebbins2016-02-1510-688/+232
|\
| * macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
| * deinterlace: add conditional deinterlacing of interlaced framesJohn Stebbins2016-02-153-5/+15
| * deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-158-682/+216
|/
* MacGui: show what preset will be used in the 'Add titles to queue' panel. Use...Damiano Galassi2016-02-154-36/+60
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ...sr552016-02-138-13/+38
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-137-15/+57
* libhb: fix he-aac fallback setupJohn Stebbins2016-02-121-2/+1
* sync: fix crash when sync init failsJohn Stebbins2016-02-121-1/+2
* MacGui: fix build. There is no need to thin sparkle anymore.Damiano Galassi2016-02-121-3/+0
* MacGui: add a tooltip to the video encoders popup.Damiano Galassi2016-02-121-41/+5
* Merge pull request #90 from anongitter/masterDamiano Galassi2016-02-1296-250/+701
|\
| * Move png icons into an asset cataloganongitter2016-02-1196-250/+701
|/
* contrib: Rename libav patch for better DV in AVI compatibility.Bradley Sepos2016-02-111-0/+0
* contrib: Add libav patch for better DV in AVI compatibility.Bradley Sepos2016-02-111-0/+37
* x265: bump to version 1.9John Stebbins2016-02-111-2/+2
* MacGui: update sparkle to version 1.13.1.Damiano Galassi2016-02-1195-928/+828
* WinGui: Detect if FDK encoder is available or not.sr552016-02-101-0/+8
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ...sr552016-02-102-4/+44
* build: do not enable fdk-aac by defaultJohn Stebbins2016-02-101-1/+1
* sync: fix subtitle timestamps that go backwardsJohn Stebbins2016-02-101-3/+22
* MacGui: fix the 'add preset' panel minimum size.Damiano Galassi2016-02-101-2/+2
* WinGui: Fixed a bug with Audio Fallback encoder not setting correctly from pr...sr552016-02-091-2/+2
* rendersub: fix crash when processing EOF in subtitle renderJohn Stebbins2016-02-091-0/+29
* Merge pull request #84 from anongitter/patch-1Damiano Galassi2016-02-091-3/+3
|\