| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | encx264: add functionality to retrieve the "preferred" option name for option... | Rodeo | 2012-03-29 | 1 | -1/+10 |
* | libhb: use source colorimetry information when available. | Rodeo | 2012-03-28 | 1 | -11/+24 |
* | encx264: use x264_param_apply_fastfirstpass. | Rodeo | 2012-03-28 | 1 | -0/+6 |
* | libhb: add basic dictionary implementation. | Rodeo | 2012-03-28 | 1 | -49/+18 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -34/+34 |
* | Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account when... | Rodeo | 2012-03-25 | 1 | -5/+18 |
* | Misc. improvements to the previous commit. | Rodeo | 2012-03-24 | 1 | -25/+68 |
* | Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2... | Rodeo | 2012-03-24 | 1 | -3/+152 |
* | CLI: x264 preset, tuning, and profile support | jstebbins | 2011-10-02 | 1 | -22/+56 |
* | Add fake keyframes for PIR encoding | jstebbins | 2011-09-19 | 1 | -10/+18 |
* | libhb: allow changing colorimetry in x264 options | jstebbins | 2011-08-08 | 1 | -31/+32 |
* | libhb: fix crash when x264 fails to initialize | jstebbins | 2011-06-06 | 1 | -0/+5 |
* | Remove legacy % to RF mapping. | jstebbins | 2011-03-21 | 1 | -12/+3 |
* | fix 2 pass cfr x264 crash | jstebbins | 2011-03-13 | 1 | -1/+1 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -4/+4 |
* | make keyint match between 1st and 2nd passes of vfr and pfr encodes. | jstebbins | 2011-03-08 | 1 | -23/+19 |
* | Adjust x264 qpmin for QT compatibility. | jstebbins | 2010-12-16 | 1 | -0/+6 |
* | Fix encx264 to accomodate upcoming x264 api change. | jstebbins | 2010-11-07 | 1 | -18/+15 |
* | Improved logging of keyint min/max | jstebbins | 2010-11-07 | 1 | -4/+21 |
* | update baseline presets with weightp=0 | jstebbins | 2010-10-23 | 1 | -38/+0 |
* | clean up crufty legacy code | jstebbins | 2010-10-23 | 1 | -17/+0 |
* | 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 |