summaryrefslogtreecommitdiffstats
path: root/libhb/render.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-0/+7
* Oops, got a little to unalloc-happy. Fixes a crash.saintdev2007-04-021-1/+0
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-0/+5
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+186
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-186/+0
* Structural changes, in order to eventually be able to compile HBtiter2006-03-161-32/+39
* Fix for missing subtitlestiter2006-02-221-21/+33
* HandBrake 0.7.0handbrake2006-01-141-0/+167