summaryrefslogtreecommitdiffstats
path: root/libhb/render.c
Commit message (Expand)AuthorAgeFilesLines
* Rework filter pipelinejstebbins2012-03-271-950/+0
* Fix loop counter decrement in CFR frame duplication code. CFR would never dup...Rodeo2012-03-211-1/+1
* make build_gamma_lut staticjstebbins2011-10-201-1/+1
* detect progressive upsampling in vfrjstebbins2011-10-171-10/+163
* Eliminate incompatible pointer type warnings for sws_scalejstebbins2011-04-081-1/+2
* Simplify a lot of subtitle handling code.jstebbins2011-03-271-41/+19
* cosmetics and improved commentsjstebbins2011-03-131-2/+2
* fix 2 pass cfr x264 crashjstebbins2011-03-131-7/+13
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-081-1/+8
* Add temporally overlapping subtitle support.davidfstr2011-02-251-16/+47
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-2/+2
* SSA subtitle burn injstebbins2010-09-281-5/+14
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-2/+2
* When caching frame durations for the delay_queue, store the times of the fram...jbrjake2009-07-081-1/+1
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-3/+3
* - nasty bug: at eof, dropping a delay queue frame for CFR could link the ren...van2009-06-071-0/+1
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-0/+5
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-36/+172
* Flush frames from the delay queue in render. This should add an extra couple ...jbrjake2009-03-311-4/+36
* Re-enable libswscale accurate rounding on x86_64.saintdev2009-03-021-4/+1
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-3/+1
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-4/+4
* Wait until 4 frames are stashed in the delay_queue before outputting any fram...jbrjake2008-09-291-2/+1
* Fix subtitle scan to work with new stream eof logic.van2008-07-261-2/+3
* - support blu-ray, avchd & dvb x264van2008-05-311-2/+2
* ...on the other hand, when we *are* using VFR we *do* want to break on drops,...jbrjake2008-05-211-0/+1
* When using detelecine but not dropping frames (non-VFR detelecine), continue ...jbrjake2008-05-211-1/+0
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-141-2/+2
* When dropping frames from pullup for VFR, deallocate the associated subtitle ...jbrjake2008-04-131-1/+4
* libswscale accurate rounding is now re-enabled for all arches except x86_64.saintdev2008-03-211-1/+7
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-74/+74
* Only store chapter markers separate from their buffers when doing VFR.jbrjake2008-02-181-1/+1
* You know what I said in r1271 about not using the delay_queue except when VFR...jbrjake2008-02-181-5/+1
* Only futz with frame durations at render-time when using VFR.jbrjake2008-02-181-1/+1
* Fixes crashes with 2-pass when b-frames are enabled, by only using the delay_...jbrjake2008-02-161-2/+10
* Variable frame rate improvements.jbrjake2008-02-041-34/+111
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-221-19/+0
* Prevents VFR from leaving PTS gaps at dropped frames, so it works properly wi...jbrjake2008-01-221-13/+17
* Change subtitle position to prevent displaying within a 2% margin of the heig...eddyg2008-01-211-10/+53
* Only drop frames when using VFR, not with regular detelecine.jbrjake2008-01-011-2/+6
* Renumber start and stop timestamps for VFR, so they are continuous despite dr...jbrjake2007-12-181-2/+30
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-101-1/+70
* Cast the flags passed to sws_getContext to a 16-bit int.saintdev2007-09-131-1/+1
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-0/+10
* - Add the accurate rounding flag for software scaling to avoid scaling artifa...superdump2007-09-051-1/+1
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-211-1/+1
* Add colour/chroma to subtitles where they are not transparent.eddyg2007-08-201-1/+50
* Implements libswscale in HandBrake, giving it Lanczos scaling! This major enh...jbrjake2007-08-011-14/+21
* This huge patch from huevos_rancheros ports a number of video filters from me...jbrjake2007-07-271-60/+174