| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some preset issues | jstebbins | 2010-07-03 | 1 | -15/+0 |
* | x264 bump from r1523 to r1538 | dynaflash | 2010-04-14 | 1 | -5/+4 |
* | flush frames x264 has cached properly | jstebbins | 2010-04-02 | 1 | -2/+4 |
* | when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba... | jstebbins | 2010-04-02 | 1 | -2/+11 |
* | libhb: change the x264 header NAL array order from sei - sps - pps to sps - p... | dynaflash | 2010-03-31 | 1 | -4/+4 |
* | temporary hack to use old x264 b-pyramid default of 0 (none) | jstebbins | 2010-03-05 | 1 | -0/+3 |
* | fix keyint mismatch between 1st and 2nd passes of a 2pass encode | jstebbins | 2010-02-06 | 1 | -10/+5 |
* | use DTS generated by x264 when computing duration and offset in muxmp4 | jstebbins | 2010-02-06 | 1 | -96/+9 |
* | Removes obsolete check for mbtree being off before adjusting render offsets f... | jbrjake | 2009-12-09 | 1 | -3/+3 |
* | Use the correct render offset when b-pyramid is enabled in the x264 parameter... | jbrjake | 2009-12-08 | 1 | -39/+24 |
* | update x264 to r1332 | jstebbins | 2009-11-11 | 1 | -2/+2 |
* | temporary fix for x264 b-pyramid parameter change | jstebbins | 2009-10-31 | 1 | -0/+8 |
* | remove crf flag and all uses of it | jstebbins | 2009-10-19 | 1 | -36/+8 |
* | bump x264 to r1271 | jstebbins | 2009-09-24 | 1 | -14/+9 |
* | Updates x264 to r1259-dd026f2, bringing with it a bunch of changes you can re... | jbrjake | 2009-09-15 | 1 | -0/+45 |
* | Blah, need to pay more attention when transcripting patches. job->areBframes ... | jbrjake | 2009-08-09 | 1 | -1/+3 |
* | Oops, forgot the job->areBframes check needed to be updated for the new x264 ... | jbrjake | 2009-08-09 | 1 | -5/+5 |
* | - Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bfr... | jbrjake | 2009-08-01 | 1 | -1/+5 |
* | - cleanup gcc format warnings showing up on linux 64-bit | konablend | 2009-06-25 | 1 | -1/+1 |
* | Adds an interjob structure to preserve some encode data across jobs within an... | jbrjake | 2009-06-04 | 1 | -7/+20 |
* | - minor code cleanup - use x264_nal_t.i_type instead of buffer+offset&mask. | konablend | 2009-05-03 | 1 | -5/+13 |
* | - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer. | konablend | 2009-05-03 | 1 | -0/+6 |
* | - Move frame rate code from sync to the end of render so it can account for ... | van | 2009-05-02 | 1 | -3/+21 |
* | libhb: set min:max key intervals ratio to 1:10 of fps | konablend | 2009-04-18 | 1 | -4/+12 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -3/+3 |
* | Correct chroma size for raw video frames - width & height need to be rounded ... | van | 2008-11-08 | 1 | -4/+6 |
* | Ooops, I wanted height not width there. | jbrjake | 2008-10-19 | 1 | -1/+1 |
* | Adds a configuration option for whether the COLR atom and h.264 VUI header sh... | jbrjake | 2008-10-19 | 1 | -2/+15 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 1 | -1/+1 |
* | Bring libhb in line with x264's new default subme level of 6. | jbrjake | 2008-09-19 | 1 | -3/+0 |
* | Make sure we never return an unitialized buffer chain to work_loop. | van | 2008-08-09 | 1 | -0/+2 |
* | Don't lose our existing buffer chain when nal_encode returns NULL. | van | 2008-07-29 | 1 | -10/+16 |
* | Use PTS, not DTS, in encx264 output frames so we don't have to special-case i... | van | 2008-07-26 | 1 | -42/+9 |
* | - in encx264, if an video frame is larger than init_delay split it into piec... | van | 2008-07-26 | 1 | -191/+274 |
* | - fix an error in the SCR calculation that would cause an extra frame to be ... | van | 2008-06-30 | 1 | -2/+4 |
* | - Add COLR atom support to mpeg4ip | van | 2008-06-18 | 1 | -0/+17 |
* | Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ... | jbrjake | 2008-06-06 | 1 | -6/+5 |
* | Fix for unplayable m4v/mp4 files due to negative numbers in ctts atom. | van | 2008-05-31 | 1 | -7/+25 |
* | Opens up another way to give x264 a constant QP or RF, by passing a direct va... | jbrjake | 2008-04-26 | 1 | -1/+24 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | Let's try out saner b-frame init delays again. | jbrjake | 2008-04-11 | 1 | -4/+2 |
* | Minor chapter cleanups. | van | 2008-04-04 | 1 | -1/+3 |
* | encx264: Fix timecodes when using x264 with avi. | saintdev | 2008-03-05 | 1 | -4/+3 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -14/+14 |
* | When x264 outputs frames as references for b-frame pyramids, flag them as suc... | jbrjake | 2008-02-12 | 1 | -1/+5 |
* | - correct the way that output timestamps are generated so that VFR will work ... | van | 2008-02-04 | 1 | -27/+73 |
* | Better b-frame muxing. Instead of using an arbitrarily long offset and then l... | jbrjake | 2007-12-28 | 1 | -1/+28 |
* | Don't copy the frame before passing it to x264, let x264 look directly into o... | eddyg | 2007-12-12 | 1 | -7/+20 |
* | Automagically set keyframe intervals for x264, based on the specified FPS. | jbrjake | 2007-10-26 | 1 | -1/+10 |
* | Fixed a problem when using more than 13 b-frames in x264 | ritsuka | 2007-10-11 | 1 | -8/+7 |