summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-3/+3
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-4/+6
* Ooops, I wanted height not width there.jbrjake2008-10-191-1/+1
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-191-2/+15
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-1/+1
* Bring libhb in line with x264's new default subme level of 6.jbrjake2008-09-191-3/+0
* Make sure we never return an unitialized buffer chain to work_loop.van2008-08-091-0/+2
* Don't lose our existing buffer chain when nal_encode returns NULL.van2008-07-291-10/+16
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-261-42/+9
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-191/+274
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-301-2/+4
* - Add COLR atom support to mpeg4ipvan2008-06-181-0/+17
* Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ...jbrjake2008-06-061-6/+5
* Fix for unplayable m4v/mp4 files due to negative numbers in ctts atom.van2008-05-311-7/+25
* Opens up another way to give x264 a constant QP or RF, by passing a direct va...jbrjake2008-04-261-1/+24
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Let's try out saner b-frame init delays again.jbrjake2008-04-111-4/+2
* Minor chapter cleanups.van2008-04-041-1/+3
* encx264: Fix timecodes when using x264 with avi.saintdev2008-03-051-4/+3
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-14/+14
* When x264 outputs frames as references for b-frame pyramids, flag them as suc...jbrjake2008-02-121-1/+5
* - correct the way that output timestamps are generated so that VFR will work ...van2008-02-041-27/+73
* Better b-frame muxing. Instead of using an arbitrarily long offset and then l...jbrjake2007-12-281-1/+28
* Don't copy the frame before passing it to x264, let x264 look directly into o...eddyg2007-12-121-7/+20
* Automagically set keyframe intervals for x264, based on the specified FPS.jbrjake2007-10-261-1/+10
* Fixed a problem when using more than 13 b-frames in x264ritsuka2007-10-111-8/+7
* When duplicating the x264 options keep a pointer to the start of the options ...eddyg2007-10-021-3/+6
* Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / fo...dynaflash2007-09-271-3/+3
* MacGui: Mod encx264.c to allow the queue to show the advanced x264 options in...dynaflash2007-09-271-1/+2
* Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is u...eddyg2007-09-171-1/+30
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-171-13/+14
* Removes thread limitation for iPod encoding. With x264's new-ish sliceless th...jbrjake2007-05-091-1/+0
* Tells x264 to use threads=cpus*1.5 instead of threads=cpus. This is because x...jbrjake2007-05-021-1/+1
* Cleaning up the code a bit.clee2007-04-171-207/+212
* Fix a major memory leak introduced in Nyx's bframe patch.saintdev2007-04-171-7/+0
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-78/+145
* Fix a bus error if b-pyramid is given as an x264 option without specifying a ...jbrjake2007-04-031-6/+13
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-6/+9
* H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ...jbrjake2007-03-301-5/+44
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+301
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-203/+0
* Added CRF x264 rate control method to HBTest.jbrjake2007-01-041-4/+16
* HandBrake 0.7.1a2handbrake2006-12-161-13/+3
* HandBrake 0.7.1a1rhester2006-09-301-36/+53
* Merge from avformat branchtiter2006-04-171-45/+15
* Structural changes, in order to eventually be able to compile HBtiter2006-03-161-54/+47
* HandBrake 0.7.0handbrake2006-01-141-0/+221