summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_x264.c
Commit message (Expand)AuthorAgeFilesLines
* sync to x264 rev223 (options: ratetol, vbv_*)lorenm2005-05-111-17/+21
* expose x264 options 'me' and 'me_range'.lorenm2005-05-051-0/+10
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-131-3/+0
* sync to x264 171: chroma_me, chroma_qp_offsetlorenm2005-03-141-5/+10
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-041-0/+4
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* memory leaklorenm2005-02-271-4/+1
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.lorenm2005-02-231-10/+37
* Sync to x264 r134: weighted prediction for B-frames.lorenm2005-02-221-0/+4
* x264: expose option "level_idc".lorenm2005-02-201-0/+3
* Move x264 version check into configure.lorenm2005-02-181-4/+0
* sync to x264 r129: modified ratecontrol equation.lorenm2005-02-171-2/+2
* sync to x264 r93:lorenm2005-01-121-9/+15
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),lorenm2005-01-071-2/+2
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
* sync to x264 r72.lorenm2004-12-281-5/+14
* set sample aspect ratiolorenm2004-11-241-0/+2
* sync to x264 r61 (improved 2pass ratecontrol)lorenm2004-11-181-7/+14
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...iive2004-10-171-1/+3
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...iive2004-10-081-0/+3
* better default parameter,added counterpart option, better names for few optio...iive2004-09-271-7/+15
* add support for subpel quality refinement option in x264.iive2004-09-221-0/+3
* compile fixgabucino2004-09-181-1/+0
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
* 2pass encoding support for x264(r46).iive2004-09-121-19/+31
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-271-0/+322