summaryrefslogtreecommitdiffstats
path: root/libhb/decomb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zero out the mask bitmap properly in decomb. Thanks for finding this and prov...jbrjake2008-09-301-1/+1
* Threaded decomb filter. Folds in eddyg's threaded yadif from r1628 and also a...jbrjake2008-09-191-37/+435
* Code comment clean-up, mostly to clarify the difference between the prev and ...jbrjake2008-08-141-8/+11
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-111-291/+352
* - support blu-ray, avchd & dvb x264van2008-05-311-8/+10
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-0/+992