summaryrefslogtreecommitdiffstats
path: root/libhb/decomb.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-1/+0
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-19/+14
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-041-3/+0
* libhb: fix green bottom line in preview with deinterlacejstebbins2015-06-031-0/+1
* decomb: fix color distortion in last row of imagejstebbins2015-06-011-3/+28
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-1/+1
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-0/+2
* decomb: oops, fix overread when height is mod 4jstebbins2015-03-161-1/+1
* decomb: fix green line when source hight is modulus 2jstebbins2015-03-141-4/+4
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-19/+23
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* remove contrib mpeg2decjstebbins2014-01-131-1/+0
* libhb: fix green line in deinterlace preview and fast deinterlacejstebbins2013-12-291-2/+2
* libhb: remove use of avpicture_deinterlacejstebbins2013-12-021-81/+137
* decomb: don't use frame flags to modify deinterlace behaviorjstebbins2013-11-051-15/+5
* libhb: remove mcdeint deinterlacerjstebbins2013-09-031-55/+5
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* libhb: fix eedi2 crash in decombjstebbins2012-11-301-1/+0
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-0/+3
* libhb: fix potential invalid memory access in decomb (again)jstebbins2012-09-121-6/+15
* libhb: fix potential invalid memory access in decombjstebbins2012-09-121-50/+44
* libhb: learn to spell "dilate"jstebbins2012-09-111-1/+1
* libhb: fix logs for decomb threadsjstebbins2012-09-111-3/+3
* libhb: Fix error when setting timestamps for bobbed frames in decombjstebbins2012-09-111-14/+6
* libhb: decomb and deinterlace improvementsjstebbins2012-08-271-1020/+1277
* libhb: fix comb detection crash and decomb crashjstebbins2012-07-061-9/+8
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-251-19/+26
* last "fix" was flawed. try again :(jstebbins2012-06-221-3/+3
* Fix second crash in denoisejstebbins2012-06-221-2/+2
* Updated file copyright / GPL headerssr552012-06-151-3/+5
* libhb: tasksets API provided by scsiguyjstebbins2012-05-171-282/+107
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-1/+0
* don't do combing check twice per frame when bobbingjstebbins2012-05-011-1/+13
* libhb: bob deinterlacingjstebbins2012-05-011-80/+107
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-0/+1
* Rework filter pipelinejstebbins2012-03-271-85/+73
* Add new decomb modesjstebbins2011-10-221-132/+689
* Extract common mcdeint code from decomb/deintjstebbins2011-09-261-198/+14
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* Faster combing detection through slightly less stupid use of pointers. Also r...jbrjake2009-12-081-68/+61
* Fixes a missing and misplace option in decomb's comments and in-line CLI help...jbrjake2009-11-231-1/+1
* Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode st...jbrjake2009-10-311-1/+4
* Adds a parity parameter to detelecine and rewires it in decomb, so that TFF c...jbrjake2009-10-311-2/+3
* - Introduces a new mode structure for decomb, to make more flexible combinati...jbrjake2009-07-121-97/+382
* Ports tritical's EEDI2 deinterlacing interpolator from AviSynth and implement...jbrjake2009-03-191-69/+478
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-1/+1
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-2/+2
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-3/+2
* This should fix the flickering line bugs with deinterlace and decomb. Yadif n...jbrjake2008-10-231-10/+65