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
*
Fix second crash in denoise
jstebbins
2012-06-22
1
-2
/
+2
*
libhb: fix crash in denoise filter
jstebbins
2012-06-22
1
-3
/
+3
*
libhb: fix potential overflow in par calculations
jstebbins
2012-06-22
1
-12
/
+10
*
LinGui: disable status icon progress when status icon is disabled
jstebbins
2012-06-21
1
-16
/
+22
*
WinGui: Replace the EncodeStart with QueueStart event to fix an issue where P...
sr55
2012-06-20
1
-12
/
+11
*
WinGui: - Fixed an incorrect method call in the last checkin.
sr55
2012-06-20
1
-2
/
+4
*
WinGui: - Another fix to the Subtitles panel.
sr55
2012-06-20
2
-5
/
+15
*
Remove encca_haac_available(). It's no longer needed since we dropped support...
Rodeo
2012-06-20
4
-107
/
+35
*
common.h, common.c: minor modifications.
Rodeo
2012-06-20
2
-5
/
+5
*
hb_get_best_mixdown: fix bug introduced in revision 4755.
Rodeo
2012-06-20
1
-1
/
+8
*
WinGui:WinGui:
sr55
2012-06-19
6
-30
/
+61
*
libhb: update hb_get_best_mixdown(). I was partially borken after revision 4754.
Rodeo
2012-06-19
1
-57
/
+34
*
libhb: drop HB_INPUT_CH_LAYOUT_*
Rodeo
2012-06-18
22
-340
/
+267
*
Fix yet another stupid overshight on my part.
Rodeo
2012-06-18
2
-40
/
+0
*
Remove debug code.
Rodeo
2012-06-18
1
-2
/
+0
*
Fix HE-AAC in MKV.
Rodeo
2012-06-18
2
-1
/
+72
*
Add PGS codec ID to libmkv and use it.
Rodeo
2012-06-18
2
-1
/
+25
*
Fix Foreign Audio Search bug introduced in revision 4677.
Rodeo
2012-06-17
1
-1
/
+11
*
WinGui: Fix a couple of the issues with the Picture settings view with regard...
sr55
2012-06-17
1
-7
/
+125
*
WinGui: Output settings were not loading with the presets.
sr55
2012-06-17
2
-0
/
+9
*
remove unnecessary include
jstebbins
2012-06-17
1
-1
/
+0
*
Add CFLAGS and LDFLAGS specified during configure to compile and link commands
jstebbins
2012-06-17
3
-7
/
+7
*
WinGui: Convert the Presets Panel to a Listbox and update the styling. This s...
sr55
2012-06-16
3
-31
/
+71
*
WinGui: Various fixes
sr55
2012-06-16
8
-10
/
+98
*
WinGui: Fix an issue in the AudioTrack copy constructor.
sr55
2012-06-15
1
-1
/
+1
*
WinGui: Add extension to file when exporting the queue
sr55
2012-06-15
1
-1
/
+7
*
Updated file copyright / GPL headers
sr55
2012-06-15
64
-167
/
+425
*
WinGui: Fix another issue with Scanning sources at the drive letter level.
sr55
2012-06-14
1
-5
/
+3
*
WinGui: Fix build and further clean out some legacy code.
sr55
2012-06-14
11
-48
/
+38
*
WinGui: Code Cleanup
sr55
2012-06-14
78
-558
/
+1209
*
WinGui: Strip out more legacy code.
sr55
2012-06-14
8
-78
/
+29
*
WinGui: Remove the legacy WinForms GUI.
sr55
2012-06-14
119
-32923
/
+3
*
WinGui: Additional layout changes to the options window.
sr55
2012-06-14
1
-99
/
+48
*
WinGui: Some layout tweaks by beta-tester
sr55
2012-06-14
10
-338
/
+860
*
WinGui: Initial layout changes to the options screen.
sr55
2012-06-14
4
-107
/
+242
*
Don't override fribidi lib and cflags when building libass on linux
jstebbins
2012-06-08
1
-1
/
+5
*
LinGui: fix crash when dvd volume id has non-ascii characters
jstebbins
2012-06-08
1
-1
/
+1
*
LinGui: fix problem with setting the default destination file name
jstebbins
2012-06-08
1
-7
/
+1
*
WinGui: Added a Shell View which can host various windows. By default this wi...
sr55
2012-06-08
13
-34
/
+291
*
WinGui: Changes to the Main Window and Advanced Tab to make allow it to bette...
sr55
2012-06-07
2
-478
/
+977
*
WinGui: Fix in the scan service for scanning folders with spaces.
sr55
2012-06-07
1
-1
/
+3
*
Wingui: Fix an issue where a trailing slash can cause an encode not to start.
sr55
2012-06-07
1
-0
/
+8
*
Portability patches
jstebbins
2012-06-07
4
-6
/
+21
*
LinGui: remove deprecated "Encoding" key from desktop file
jstebbins
2012-06-07
1
-1
/
+0
*
Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...
Rodeo
2012-06-06
13
-94
/
+107
*
WinGui: Order Language listboxes on the Options / Audio and Subtitles Tab
sr55
2012-06-06
1
-2
/
+5
*
WinGui: Allow Modulus with Anamorphic Mode None. Tweaks to Destination filena...
sr55
2012-06-06
2
-4
/
+4
*
WinGui: Fix chapter csv file import. Names were not displaying on the chapter...
sr55
2012-06-03
2
-4
/
+20
*
WinGui: Numerous fixes to the picture settings tab. Fixed framerate typo on t...
sr55
2012-06-03
4
-6
/
+71
*
WinGui: Fix an issue with the x264 CQ Granulairty on certain cultures. Change...
sr55
2012-05-31
3
-7
/
+33
[next]