summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* fix some preset issuesjstebbins2010-07-031-15/+0
* x264 bump from r1523 to r1538dynaflash2010-04-141-5/+4
* flush frames x264 has cached properlyjstebbins2010-04-021-2/+4
* when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...jstebbins2010-04-021-2/+11
* libhb: change the x264 header NAL array order from sei - sps - pps to sps - p...dynaflash2010-03-311-4/+4
* temporary hack to use old x264 b-pyramid default of 0 (none)jstebbins2010-03-051-0/+3
* fix keyint mismatch between 1st and 2nd passes of a 2pass encodejstebbins2010-02-061-10/+5
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-96/+9
* Removes obsolete check for mbtree being off before adjusting render offsets f...jbrjake2009-12-091-3/+3
* Use the correct render offset when b-pyramid is enabled in the x264 parameter...jbrjake2009-12-081-39/+24
* update x264 to r1332jstebbins2009-11-111-2/+2
* temporary fix for x264 b-pyramid parameter changejstebbins2009-10-311-0/+8
* remove crf flag and all uses of itjstebbins2009-10-191-36/+8
* bump x264 to r1271jstebbins2009-09-241-14/+9
* Updates x264 to r1259-dd026f2, bringing with it a bunch of changes you can re...jbrjake2009-09-151-0/+45
* Blah, need to pay more attention when transcripting patches. job->areBframes ...jbrjake2009-08-091-1/+3
* Oops, forgot the job->areBframes check needed to be updated for the new x264 ...jbrjake2009-08-091-5/+5
* - Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bfr...jbrjake2009-08-011-1/+5
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-1/+1
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-7/+20
* - minor code cleanup - use x264_nal_t.i_type instead of buffer+offset&mask.konablend2009-05-031-5/+13
* - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer.konablend2009-05-031-0/+6
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-3/+21
* libhb: set min:max key intervals ratio to 1:10 of fpskonablend2009-04-181-4/+12
* 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