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