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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: make use of some newer NSCoding api to better report decoding failure.
Damiano Galassi
2019-08-15
11
-46
/
+31
*
MacGui: add a method to send a NSError to activity log.
Damiano Galassi
2019-08-15
2
-3
/
+17
*
MacGui: fix some truncated text in the picture settings.
Damiano Galassi
2019-08-15
1
-8
/
+8
*
MacGui: fix an exception when reading an HBJob from disk; do not store previe...
Damiano Galassi
2019-08-14
20
-66
/
+159
*
libhb: remove dead code.
Damiano Galassi
2019-08-13
5
-2492
/
+0
*
MacGui: set a default queue window size.
Damiano Galassi
2019-08-13
1
-0
/
+1
*
MacGui: convert the last usage of NSDictionary to a proper class, fix externa...
Damiano Galassi
2019-08-13
18
-180
/
+324
*
WinGui: Fix the .NET Framework version check in the installer.
sr55
2019-08-12
2
-16
/
+6
*
WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ...
sr55
2019-08-12
8
-8
/
+8
*
WinGui: UI Consistency Tweak on the video tab.
sr55
2019-08-12
2
-2
/
+2
*
nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231
sr55
2019-08-12
1
-3
/
+10
*
WinGui: Metadata code cleanup
sr55
2019-08-12
3
-46
/
+154
*
WinGui: Update French, Chinese, German Translations. Added Spanish and Russi...
sr55
2019-08-12
12
-512
/
+5642
*
NVEnc: Check SDK version and disable feature if driver is too old. Prevent r...
sr55
2019-08-12
1
-0
/
+15
*
WinGui: Improvements to dropdown visibility behaviour on the Audio Defaults. ...
sr55
2019-08-12
2
-5
/
+59
*
WinGui: Make the Dark Theme Windows 10 only.
sr55
2019-08-12
5
-4
/
+6
*
WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ...
sr55
2019-08-12
10
-28
/
+68
*
MacGui: fix some UI syncronization issues caused by moving things to another ...
Damiano Galassi
2019-08-12
4
-9
/
+14
*
MacGui: fix the color of the selected queue row on 10.11.
Damiano Galassi
2019-08-12
1
-1
/
+1
*
MacGui: enable and fix more warnings. Review nullability annotations.
Damiano Galassi
2019-08-12
75
-153
/
+309
*
MacGui: do not copy the xpc info.plist to the Resources folder.
Damiano Galassi
2019-08-12
2
-2
/
+1
*
MacGui: disable sudden termination in the xpc service when the core is created.
Damiano Galassi
2019-08-12
1
-0
/
+3
*
libhb: eliminate file path length limits
John Stebbins
2019-08-11
12
-65
/
+91
*
dvd: create track named from dvd track attributes
John Stebbins
2019-08-11
2
-0
/
+42
*
ffmpeg: make track names visible regarless of locale
John Stebbins
2019-08-11
1
-0
/
+77
*
stream: improve track name selection
John Stebbins
2019-08-11
1
-13
/
+57
*
ffmpeg: add support to read/write mp4 'titl' track tag
John Stebbins
2019-08-11
3
-11
/
+297
*
fix build error
John Stebbins
2019-08-11
1
-1
/
+2
*
muxavformat: set handler_name for subtitle track names also
John Stebbins
2019-08-11
1
-0
/
+6
*
muxavformat: fix writing alternative track name in mp4 hdlr atom
John Stebbins
2019-08-11
1
-1
/
+1
*
CLI: add subtitle name support
John Stebbins
2019-08-11
1
-2
/
+31
*
add subtitle name to job configuration log output
John Stebbins
2019-08-11
1
-0
/
+4
*
add subtitle track name read/write
John Stebbins
2019-08-11
10
-418
/
+574
*
a few fixes for audio track name handling
John Stebbins
2019-08-11
4
-9
/
+6
*
ffmpeg: add 'name' track udta tag reading
John Stebbins
2019-08-11
1
-0
/
+65
*
libhb: make source audio track name available to frontends
John Stebbins
2019-08-11
14
-47
/
+109
*
mac: Remove libsamplerate from Xcode project.
Bradley Sepos
2019-08-11
1
-6
/
+0
*
Remove libsamplerate
John Stebbins
2019-08-11
8
-88
/
+50
*
MacGui: improve queue accessibility.
Damiano Galassi
2019-08-11
1
-0
/
+9
*
MaGui: fix xpc service localization.
Damiano Galassi
2019-08-11
6
-6
/
+58
*
MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.
Damiano Galassi
2019-08-11
5
-10
/
+26
*
MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ...
Damiano Galassi
2019-08-11
3
-8
/
+10
*
MacGui: recover when the xpc service crashes.
Damiano Galassi
2019-08-11
6
-22
/
+63
*
MacGui: move the queue libhb instance to an xpc service.
Damiano Galassi
2019-08-11
30
-290
/
+1298
*
[MacGUI] Update german localization (for new queue)
Nomis101
2019-08-07
11
-91
/
+176
*
MacGui: update Italian localization.
Damiano Galassi
2019-08-06
10
-87
/
+186
*
MacGui: rename the Actions toolbar item to Action to be coherent with the oth...
Damiano Galassi
2019-08-06
1
-3
/
+3
*
Update deprecated gnu dialects name in project.pbxproj
Nomis101
2019-08-06
1
-4
/
+4
*
audio_resample: set input and output samplerate
John Stebbins
2019-08-05
5
-7
/
+48
*
MacGui: correct the HBEncodeLogLocation key. Fix #2220.
Damiano Galassi
2019-08-05
1
-1
/
+1
[next]