| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | When duplicating the x264 options keep a pointer to the start of the options ... | eddyg | 2007-10-02 | 1 | -3/+6 |
* | Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / fo... | dynaflash | 2007-09-27 | 1 | -3/+3 |
* | MacGui: Mod encx264.c to allow the queue to show the advanced x264 options in... | dynaflash | 2007-09-27 | 1 | -1/+2 |
* | Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is u... | eddyg | 2007-09-17 | 1 | -1/+30 |
* | Switch buf->key to buf->frametype which is a bitmask telling us what type of ... | saintdev | 2007-06-17 | 1 | -13/+14 |
* | Removes thread limitation for iPod encoding. With x264's new-ish sliceless th... | jbrjake | 2007-05-09 | 1 | -1/+0 |
* | Tells x264 to use threads=cpus*1.5 instead of threads=cpus. This is because x... | jbrjake | 2007-05-02 | 1 | -1/+1 |
* | Cleaning up the code a bit. | clee | 2007-04-17 | 1 | -207/+212 |
* | Fix a major memory leak introduced in Nyx's bframe patch. | saintdev | 2007-04-17 | 1 | -7/+0 |
* | Much better B-frame muxing frame-reordering. This will preserve the sps/pps i... | jbrjake | 2007-04-16 | 1 | -78/+145 |
* | Fix a bus error if b-pyramid is given as an x264 option without specifying a ... | jbrjake | 2007-04-03 | 1 | -6/+13 |
* | Fix about 156,199 bytes of leaked memory. | saintdev | 2007-03-31 | 1 | -6/+9 |
* | H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ... | jbrjake | 2007-03-30 | 1 | -5/+44 |
* | Merge the 5.1 branch into the trunk. | prigaux | 2007-03-06 | 1 | -0/+301 |
* | Merge the 0.8.0_mpeg4ip branch into the trunk | prigaux | 2007-02-11 | 1 | -203/+0 |
* | Added CRF x264 rate control method to HBTest. | jbrjake | 2007-01-04 | 1 | -4/+16 |
* | HandBrake 0.7.1a2 | handbrake | 2006-12-16 | 1 | -13/+3 |
* | HandBrake 0.7.1a1 | rhester | 2006-09-30 | 1 | -36/+53 |
* | Merge from avformat branch | titer | 2006-04-17 | 1 | -45/+15 |
* | Structural changes, in order to eventually be able to compile HB | titer | 2006-03-16 | 1 | -54/+47 |
* | HandBrake 0.7.0 | handbrake | 2006-01-14 | 1 | -0/+221 |