index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
/
CS
/
HandBrake.Interop
/
HandBrakeInterop
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: Remove Interop Library for Previous commit.
sr55
2015-02-28
112
-8584
/
+0
*
WinGui: Rename interop library to match naming convention. Remove some old te...
sr55
2015-02-28
1
-0
/
+0
*
WinGui: Some improvements to Exception Handling, Debug information etc in the...
sr55
2015-02-07
1
-6
/
+23
*
WinGui: Advanced tab now correctly overrides video tab options.
sr55
2015-02-07
2
-4
/
+17
*
WinGui: Fix Average bitrate video rate type via the JSON API.
sr55
2015-01-30
2
-5
/
+11
*
WinGui: Fix Denoise NlMeans Custom Option not showing.
sr55
2015-01-30
1
-2
/
+1
*
WinGui: Strip out some unused code.
sr55
2015-01-27
3
-139
/
+4
*
WinGui:
sr55
2015-01-25
1
-3
/
+3
*
WinGui: Always show 1 based indexes for audio and subtitles, and give libhb 0...
sr55
2015-01-22
2
-4
/
+4
*
WinGui: Remove bad comment.
sr55
2015-01-22
1
-1
/
+0
*
WinGui: Fix subtitle track index. Made both Audio and Subtitle tracks 0 based.
sr55
2015-01-22
2
-3
/
+4
*
WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...
sr55
2015-01-22
9
-273
/
+1
*
WinGui: Fix audio track selection on JSON LibHB API.
sr55
2015-01-20
1
-2
/
+1
*
WinGui: Removing some more dead code in the interop library.
sr55
2015-01-18
20
-759
/
+65
*
WinGui: Removing some redundant code from the interop library.
sr55
2015-01-18
5
-320
/
+4
*
WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...
sr55
2015-01-18
7
-566
/
+508
*
WinGui: Don't set audio rate fields in the json message for passthru.
sr55
2015-01-17
2
-10
/
+18
*
WinGui: Make the Bitrate, compression and quality nullable in the json audiol...
sr55
2015-01-17
1
-3
/
+3
*
WinGui:
sr55
2015-01-17
7
-23
/
+111
*
WinGui: Fixes to new JSON API Code, Audio and Chapter settings.
sr55
2015-01-13
3
-17
/
+20
*
WinGui: Some fixes around x264/x265 tune/profile options
sr55
2015-01-12
3
-4
/
+11
*
WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...
sr55
2015-01-11
2
-12
/
+21
*
WinGui: Fix a large memory leak in the preview window that was introduced wit...
sr55
2015-01-10
3
-1
/
+11
*
WinGui:
sr55
2015-01-10
8
-15
/
+98
*
WinGui: Missed file from previous checkin
sr55
2015-01-09
1
-2
/
+2
*
WinGui: Moving the Interop Converts to the Top level as well since it's consi...
sr55
2015-01-09
4
-15
/
+15
*
WinGui: Move the Encoders class to the root level of the Interop Library and ...
sr55
2015-01-09
15
-92
/
+51
*
WinGui: Further API tidyup in the interop library. Moving some filesize calcu...
sr55
2015-01-09
4
-311
/
+334
*
WinGui: Better UTF-8 Fix, Also fixed encode class
sr55
2015-01-09
1
-7
/
+3
*
WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...
sr55
2015-01-09
3
-7
/
+1
*
WinGui: Fix an issue with non-ASCII characters in the new JSON Scan API. Than...
sr55
2015-01-09
1
-6
/
+7
*
WinGui: Further fixes to libhb json api filters code.
sr55
2015-01-05
2
-22
/
+0
*
WinGui: Refracting some of the modelling around the Encode Services
sr55
2015-01-04
1
-18
/
+0
*
WinGui: Further fixes to libhb json encoding. FPS and Anamorphic should now w...
sr55
2015-01-04
5
-109
/
+273
*
WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...
sr55
2015-01-02
5
-103
/
+125
*
WinGui: Updated to use hb_get_preview2.
sr55
2014-12-28
3
-19
/
+64
*
WinGui: Initial implementation of the new JSON API for encoding. Not exposed ...
sr55
2014-12-26
21
-1803
/
+224
*
WinGui: Adding the JSON models and factories for Encoding and Anamorphic calc...
sr55
2014-12-26
24
-0
/
+1463
*
WinGui: Fix a bug in the anamorphic size code.
sr55
2014-12-20
1
-3
/
+1
*
WinGui: Switch to using the new JSON based scan API.
sr55
2014-12-20
27
-294
/
+982
*
WinGui: Refactor the scan model namespace in preparation for json api impl
sr55
2014-12-20
14
-29
/
+32
*
WinGui: QuickFix for a crash, will resolve properly later.
sr55
2014-12-20
1
-1
/
+1
*
WinGui: Update the libhb scan code to work with the updated API. See rev6602 ...
sr55
2014-12-18
6
-51
/
+23
*
WinGui: Remove the CLI Check Helper. Using LibHB to determine version inform...
sr55
2014-11-28
1
-0
/
+23
*
WinGui: Remove the option to enable the static preview window. Window is now ...
sr55
2014-11-27
1
-14
/
+14
*
WinGui: Currently hb_title_s.path is directly marshalled as string. But this ...
sr55
2014-09-14
2
-29
/
+22
*
WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...
sr55
2014-08-22
3
-0
/
+120
*
WinGui: Use OutputFormat display name, rather than the enum name.
sr55
2014-08-21
1
-2
/
+2
*
WinGui: -Fix to the update service. -Change NlMeans to NLMeans
sr55
2014-08-19
1
-1
/
+1
*
WinGui: Update copyright and version numbers for upcoming releases.
sr55
2014-08-18
1
-1
/
+1
[next]