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
/
libhb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the PictureRotate key to be a string.
Damiano Galassi
2016-01-15
2
-2
/
+2
*
work: fix hang in p-to-p encoding
John Stebbins
2016-01-14
1
-0
/
+9
*
Merge pull request #48 from bradleysepos/copyright
John Stebbins
2016-01-03
97
-97
/
+97
|
\
|
*
Update copyright dates to 2016.
Bradley Sepos
2016-01-01
97
-97
/
+97
*
|
presets: fix PicturePAR import
John Stebbins
2016-01-02
1
-1
/
+1
|
/
*
using dispatcher from https://github.com/lu-zero/mfx_dispatch
Max Dmytrychenko
2015-12-27
3
-4
/
+4
*
libhb: use LL for int64 constants to make mingw happy
John Stebbins
2015-12-26
6
-16
/
+16
*
libhb: Remove stray UTF-8 BOM character from lang.c.
Bradley Sepos
2015-12-25
1
-1
/
+1
*
reader: fix stream discontinuity splicing...
John Stebbins
2015-12-09
1
-3
/
+9
*
qsv: fix compile error
John Stebbins
2015-11-19
1
-1
/
+1
*
ports: add NULL checks
John Stebbins
2015-11-15
1
-0
/
+8
*
encx264: only show warning log after first frame
John Stebbins
2015-11-15
1
-1
/
+2
*
libhb: add some NULL checks
John Stebbins
2015-11-15
1
-0
/
+4
*
vfr: timestamps are signed
John Stebbins
2015-11-15
1
-9
/
+17
*
decsrt: configure as buffer source
John Stebbins
2015-11-15
2
-19
/
+11
*
presets: use first audio lang for foreign audio search...
John Stebbins
2015-11-15
1
-1
/
+9
*
reader: remove track count limitation
John Stebbins
2015-11-13
1
-7
/
+15
*
Added missing NULL pointer check in encx265Close
schrotthaufen
2015-11-13
1
-0
/
+1
*
x265: add support for 10, 12, and 16 bit x265 libs
John Stebbins
2015-11-12
7
-39
/
+100
*
x265: use multi-lib API
John Stebbins
2015-11-12
1
-30
/
+45
*
x264: add multilib support (a.k.a. 10-bit)
John Stebbins
2015-11-12
13
-146
/
+518
*
bd: fix discontinuity handling
John Stebbins
2015-11-12
2
-15
/
+19
*
libhb: repair split packets in reader
John Stebbins
2015-11-10
5
-1
/
+107
*
presets: handle importing old string PicturePAR "integers"
John Stebbins
2015-11-10
1
-0
/
+37
*
muxavformat: add support for mp4 fallback audio signalling
John Stebbins
2015-11-09
1
-1
/
+51
*
scan: increase sensitivity to video flags
John Stebbins
2015-11-09
1
-26
/
+34
*
libhb: make muxer, sync, and reader behave like other work objects
John Stebbins
2015-11-09
20
-1337
/
+1298
*
decavcodec: don't try to memset NULL buffers
John Stebbins
2015-11-06
1
-2
/
+8
*
decavcodec: fix hang in avcodec decoder
John Stebbins
2015-11-06
1
-0
/
+10
*
stream: fix pts to buffer start conversion
John Stebbins
2015-11-05
1
-6
/
+6
*
libhb: don't use deprecated AVPicture
John Stebbins
2015-10-29
7
-55
/
+84
*
Double HB_MAX_WIDTH/HEIGHT
John Stebbins
2015-10-26
1
-2
/
+2
*
Enforce min/max dimensions
John Stebbins
2015-10-26
2
-24
/
+103
*
libhb: prevent crashes in hb_get_preview2
John Stebbins
2015-10-26
1
-1
/
+23
*
Fix bizarre custom anamorphic behavior
John Stebbins
2015-10-26
1
-37
/
+0
*
lame: Use libav wrapper to encode mp3lame
John Stebbins
2015-10-26
5
-232
/
+6
*
Update HandBrakeCLI to read presets.json on Windows. This is the file that wi...
Scott
2015-10-24
1
-2
/
+2
*
libhb: Add rebeccapurple to color map.
Bradley Sepos
2015-10-23
1
-0
/
+1
*
libhb: fix dereference of null pointer
John Stebbins
2015-10-20
1
-1
/
+2
*
libhb: Fix potentially uninitialized variable
John Stebbins
2015-10-20
1
-0
/
+2
*
Merge pull request #21 from jstebbins/grayscale
John Stebbins
2015-10-19
8
-27
/
+279
|
\
|
*
grayscale: make it a real filter
John Stebbins
2015-10-14
8
-27
/
+279
*
|
ports: make hb_opendir param const
John Stebbins
2015-10-19
2
-2
/
+2
*
|
mux: simplify muxFlush
John Stebbins
2015-10-14
1
-11
/
+4
*
|
mux: flush cached buffers when closing
John Stebbins
2015-10-14
1
-1
/
+30
|
/
*
tx3g: remove 2 line limit
John Stebbins
2015-10-12
1
-14
/
+1
*
decsrt: don't combine > 2 lines into 2
John Stebbins
2015-10-12
1
-28
/
+6
*
Remove invalid presets in presets_do()
Damiano Galassi
2015-10-12
1
-1
/
+1
*
presets: add result to indicate if preset import modified presets
John Stebbins
2015-10-09
2
-11
/
+29
*
Make deinterlace/decomb behave similar to nlmeans/hqdn3d
John Stebbins
2015-10-09
6
-173
/
+137
[next]