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 two problems that would cause HB to hang in the muxer whenever the input ...
van
2008-07-30
3
-54
/
+37
*
LinGui: make the progress bar behave better when scanning while encoding
jstebbins
2008-07-30
3
-75
/
+144
*
MacGui: Don't repopulate fVidRatePopUp in titlePopUpChanged. The framerates a...
ritsuka
2008-07-30
1
-31
/
+2
*
MacGui: - Fixed loose anamorphic preview (still not perfect)
ritsuka
2008-07-30
2
-48
/
+49
*
LinGui: hack to prevent segfault caused by avpicture_deinterlace.
jstebbins
2008-07-30
1
-0
/
+5
*
Don't lose our existing buffer chain when nal_encode returns NULL.
van
2008-07-29
1
-10
/
+16
*
LinGui: Make the gui recognize when scanning is complete while an encode is
jstebbins
2008-07-29
1
-0
/
+13
*
WinGui:
sr55
2008-07-29
6
-43
/
+86
*
MacGui: Do not disable the ui if there is no reason to do so. Removed unused ...
ritsuka
2008-07-29
1
-26
/
+5
*
MacGui: cleanup updateUI methods. Removed white spaces, and an useless variable.
ritsuka
2008-07-28
1
-38
/
+32
*
MacGui: - Implement automatic extension switching for mp4/m4v.
ritsuka
2008-07-28
3
-133
/
+139
*
MacGui: Use nil instead of NULL. Patch by blindjimmy. http://handbrake.djgrap...
ritsuka
2008-07-28
4
-167
/
+165
*
LinGui: fix segfault when "." in destination is deleted.
jstebbins
2008-07-28
1
-1
/
+6
*
Fix subtitle scan to work with new stream eof logic.
van
2008-07-26
2
-7
/
+6
*
MacGui: Fixed the flying picture sheet, removed the last references to the op...
ritsuka
2008-07-26
1
-5
/
+8
*
Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...
van
2008-07-26
4
-83
/
+49
*
- in encx264, if an video frame is larger than init_delay split it into piec...
van
2008-07-26
17
-382
/
+520
*
LinGui: validate that vfr is enabled when decomb is enabled
jstebbins
2008-07-25
1
-0
/
+14
*
make default audio drc 1.0
jstebbins
2008-07-25
2
-2
/
+2
*
fix decomb settings. remove cruft from earlier experiments
jstebbins
2008-07-25
1
-1
/
+0
*
LinGui: Clean up temp files between scans instead of all at once when exiting.
jstebbins
2008-07-25
3
-12
/
+17
*
WinGui:
sr55
2008-07-24
1
-0
/
+4
*
LinGui: disable 2-pass if constant quality is selected
jstebbins
2008-07-23
4
-7
/
+27
*
MacGui; Fixed a crash when the chapters tableview is selected and a new sourc...
ritsuka
2008-07-23
2
-34
/
+33
*
Libhb:
sr55
2008-07-20
1
-24
/
+172
*
libhb:
sr55
2008-07-20
1
-149
/
+80
*
MacGui: FIx a memory leak.
ritsuka
2008-07-16
1
-1
/
+1
*
Get rid of excessive video & audio drops on some content by implementing the ...
van
2008-07-16
3
-34
/
+118
*
Bump x264 to r912-9c5e557 which among other things fixes a mem leak when x264...
dynaflash
2008-07-15
2
-77
/
+1
*
LinGui: oops, delete some debugging output
jstebbins
2008-07-12
1
-5
/
+3
*
LinGui: Add preferences dialog
jstebbins
2008-07-12
4
-7
/
+212
*
Much improved decomb filter. Totally different algorithm, with a temporal ele...
jbrjake
2008-07-11
3
-293
/
+354
*
LinGui: bump progress bar to 100% when work done event received
jstebbins
2008-07-10
1
-0
/
+1
*
LinGui: fix minor problem in setting up decomb
jstebbins
2008-07-10
1
-2
/
+5
*
LinGui: Add link to HandBrake Guide to help menu
jstebbins
2008-07-10
2
-14
/
+53
*
WinGui:
sr55
2008-07-10
4
-146
/
+192
*
MacGui: Remove scanned source framrate display from "Same as source" in the f...
dynaflash
2008-07-10
2
-30
/
+13
*
Update x264 to rev r901-58d7d06
dynaflash
2008-07-09
2
-49
/
+1
*
Fix mkv A/V sync problem created by R1542.
van
2008-07-08
1
-2
/
+14
*
WinGui:
sr55
2008-07-07
17
-209
/
+383
*
Change HandBrake from using the libsamplerate linear interpolator for resampl...
eddyg
2008-07-06
1
-1
/
+1
*
Cropping fix for matted content that has a border top & bottom (rather than j...
van
2008-07-04
1
-14
/
+38
*
WinGui:
sr55
2008-07-04
11
-118
/
+272
*
Change libsamplerate from 0.1.2 to 0.1.4, See http://www.mega-nerd.com/SRC/Ch...
eddyg
2008-07-03
1
-1
/
+1
*
WinGui:
sr55
2008-07-02
1
-1
/
+2
*
WinGui:
sr55
2008-07-02
6
-259
/
+359
*
MacGui: Fixed a crash when dismissing the open window.
ritsuka
2008-07-02
1
-2
/
+2
*
Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATM
eddyg
2008-07-02
3
-1
/
+897
*
LinGui: add hidden preset option to allow direct QP/CRF entry for ffmpeg and
jstebbins
2008-07-01
6
-80
/
+143
*
WinGui:
sr55
2008-07-01
1
-0
/
+3
[next]