summaryrefslogtreecommitdiffstats
path: root/libhb/detelecine.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-18/+22
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-041-2/+0
* 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
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-10/+11
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* remove contrib mpeg2decjstebbins2014-01-131-1/+0
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-1/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-251-8/+11
* Updated file copyright / GPL headerssr552012-06-151-0/+9
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-051-1/+0
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-0/+1
* Rework filter pipelinejstebbins2012-03-271-102/+67
* Adds a parity parameter to detelecine and rewires it in decomb, so that TFF c...jbrjake2009-10-311-4/+20
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-1/+1
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-2/+1
* Fix a couple problem exposed through some valgrind testing. use of freedjstebbins2008-09-151-3/+5
* Removes hard tabs from detelecine.c as a first step towards documenting it.jbrjake2008-08-101-368/+368
* Use loose breaks for detelecine. This reduces jerkiness with PAL->NTSC teleci...jbrjake2008-06-021-1/+1
* - support blu-ray, avchd & dvb x264van2008-05-311-1/+1
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-210/+210
* Removes unused variable (and gets rid of the compile warning for it). Change ...jbrjake2008-02-121-1/+0
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-101-5/+14
* This huge patch from huevos_rancheros ports a number of video filters from me...jbrjake2007-07-271-0/+1039