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
/
decomb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libhb: make muxer, sync, and reader behave like other work objects
John Stebbins
2015-11-09
1
-1
/
+0
*
libhb: add hb_buffer_list
John Stebbins
2015-09-24
1
-19
/
+14
*
libhb: remove unused hb_buffer_t.sub
John Stebbins
2015-09-04
1
-3
/
+0
*
libhb: fix green bottom line in preview with deinterlace
jstebbins
2015-06-03
1
-0
/
+1
*
decomb: fix color distortion in last row of image
jstebbins
2015-06-01
1
-3
/
+28
*
libhb: Use a buffer flat to indicate EOF
jstebbins
2015-05-01
1
-1
/
+1
*
libhb: Eliminate global variable hb_gui_use_hwd_flag
jstebbins
2015-03-29
1
-0
/
+2
*
decomb: oops, fix overread when height is mod 4
jstebbins
2015-03-16
1
-1
/
+1
*
decomb: fix green line when source hight is modulus 2
jstebbins
2015-03-14
1
-4
/
+4
*
Update year to 2015.
bradleys
2015-02-01
1
-1
/
+1
*
json: add json APIs
jstebbins
2014-12-16
1
-19
/
+23
*
Update some copyright dates to 2014.
Rodeo
2014-02-18
1
-1
/
+1
*
remove contrib mpeg2dec
jstebbins
2014-01-13
1
-1
/
+0
*
libhb: fix green line in deinterlace preview and fast deinterlace
jstebbins
2013-12-29
1
-2
/
+2
*
libhb: remove use of avpicture_deinterlace
jstebbins
2013-12-02
1
-81
/
+137
*
decomb: don't use frame flags to modify deinterlace behavior
jstebbins
2013-11-05
1
-15
/
+5
*
libhb: remove mcdeint deinterlacer
jstebbins
2013-09-03
1
-55
/
+5
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
libhb: fix eedi2 crash in decomb
jstebbins
2012-11-30
1
-1
/
+0
*
libhb: fix a collection of small memory leaks
jstebbins
2012-09-13
1
-0
/
+3
*
libhb: fix potential invalid memory access in decomb (again)
jstebbins
2012-09-12
1
-6
/
+15
*
libhb: fix potential invalid memory access in decomb
jstebbins
2012-09-12
1
-50
/
+44
*
libhb: learn to spell "dilate"
jstebbins
2012-09-11
1
-1
/
+1
*
libhb: fix logs for decomb threads
jstebbins
2012-09-11
1
-3
/
+3
*
libhb: Fix error when setting timestamps for bobbed frames in decomb
jstebbins
2012-09-11
1
-14
/
+6
*
libhb: decomb and deinterlace improvements
jstebbins
2012-08-27
1
-1020
/
+1277
*
libhb: fix comb detection crash and decomb crash
jstebbins
2012-07-06
1
-9
/
+8
*
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
jstebbins
2012-06-25
1
-19
/
+26
*
last "fix" was flawed. try again :(
jstebbins
2012-06-22
1
-3
/
+3
*
Fix second crash in denoise
jstebbins
2012-06-22
1
-2
/
+2
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-3
/
+5
*
libhb: tasksets API provided by scsiguy
jstebbins
2012-05-17
1
-282
/
+107
*
libhb: Fix problem with positions of burned-in subs
jstebbins
2012-05-05
1
-1
/
+0
*
don't do combing check twice per frame when bobbing
jstebbins
2012-05-01
1
-1
/
+13
*
libhb: bob deinterlacing
jstebbins
2012-05-01
1
-80
/
+107
*
PGS (bluray) subtitle support \o/
jstebbins
2012-04-26
1
-0
/
+1
*
Rework filter pipeline
jstebbins
2012-03-27
1
-85
/
+73
*
Add new decomb modes
jstebbins
2011-10-22
1
-132
/
+689
*
Extract common mcdeint code from decomb/deint
jstebbins
2011-09-26
1
-198
/
+14
*
libhb: Enable multi-threaded decode in ffmpeg
jstebbins
2011-06-08
1
-1
/
+1
*
Faster combing detection through slightly less stupid use of pointers. Also r...
jbrjake
2009-12-08
1
-68
/
+61
*
Fixes a missing and misplace option in decomb's comments and in-line CLI help...
jbrjake
2009-11-23
1
-1
/
+1
*
Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode st...
jbrjake
2009-10-31
1
-1
/
+4
*
Adds a parity parameter to detelecine and rewires it in decomb, so that TFF c...
jbrjake
2009-10-31
1
-2
/
+3
*
- Introduces a new mode structure for decomb, to make more flexible combinati...
jbrjake
2009-07-12
1
-97
/
+382
*
Ports tritical's EEDI2 deinterlacing interpolator from AviSynth and implement...
jbrjake
2009-03-19
1
-69
/
+478
*
Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...
van
2008-12-13
1
-1
/
+1
*
fix a threading issue with avcodec_open/close
jstebbins
2008-12-12
1
-2
/
+2
*
Correct chroma size for raw video frames - width & height need to be rounded ...
van
2008-11-08
1
-3
/
+2
*
This should fix the flickering line bugs with deinterlace and decomb. Yadif n...
jbrjake
2008-10-23
1
-10
/
+65
[next]