aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_x264.c
Commit message (Expand)AuthorAge
...
* sync to x264 r398.Gravatar lorenm2006-01-16
* sync to x264 r390 (bime)Gravatar lorenm2005-12-30
* 10lGravatar lorenm2005-11-22
* sync to x264 r373 (brdo)Gravatar lorenm2005-11-22
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* sync to x264 r360 (trellis)Gravatar lorenm2005-11-04
* sync to x264 r334 (crf)Gravatar lorenm2005-10-24
* sync to x264 r318 (mixed_refs)Gravatar lorenm2005-10-08
* custom quantization matrix for x264, original patch by Robert Swain < robert ...Gravatar gpoirier2005-09-02
* add (no)visualize optionsGravatar iive2005-07-19
* 1/2 l: last patch lacked the option name, so it wasn't activeableGravatar gpoirier2005-07-11
* x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM...Gravatar gpoirier2005-07-11
* sync to x264 rev264 (lossless)Gravatar lorenm2005-06-17
* sync to x264 rev263 (RDO)Gravatar lorenm2005-06-15
* sync to x264 r252 (8x8dct)Gravatar lorenm2005-06-05
* sync to x264 r240 (threads)Gravatar lorenm2005-05-29
* sync to x264 r239 (zoned ratecontrol and UMHex ME)Gravatar lorenm2005-05-24
* sync to x264 rev223 (options: ratetol, vbv_*)Gravatar lorenm2005-05-11
* expose x264 options 'me' and 'me_range'.Gravatar lorenm2005-05-05
* remove x264 option "cabacidc", because the default is always best.Gravatar lorenm2005-04-13
* sync to x264 171: chroma_me, chroma_qp_offsetGravatar lorenm2005-03-14
* sync to x264 r150: new option 'b_pyramid'Gravatar lorenm2005-03-04
* fixes for encoding of multiple filesGravatar henry2005-03-01
* memory leakGravatar lorenm2005-02-27
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.Gravatar lorenm2005-02-23
* Sync to x264 r134: weighted prediction for B-frames.Gravatar lorenm2005-02-22
* x264: expose option "level_idc".Gravatar lorenm2005-02-20
* Move x264 version check into configure.Gravatar lorenm2005-02-18
* sync to x264 r129: modified ratecontrol equation.Gravatar lorenm2005-02-17
* sync to x264 r93:Gravatar lorenm2005-01-12
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),Gravatar lorenm2005-01-07
* change rc_init_buffer to be a fraction of total buffer size.Gravatar lorenm2005-01-02
* sync to x264 r72.Gravatar lorenm2004-12-28
* set sample aspect ratioGravatar lorenm2004-11-24
* sync to x264 r61 (improved 2pass ratecontrol)Gravatar lorenm2004-11-18
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...Gravatar iive2004-10-17
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...Gravatar iive2004-10-08
* better default parameter,added counterpart option, better names for few optio...Gravatar iive2004-09-27
* add support for subpel quality refinement option in x264.Gravatar iive2004-09-22
* compile fixGravatar gabucino2004-09-18
* fix compile on gcc 2.95.3Gravatar iive2004-09-14
* 2pass encoding support for x264(r46).Gravatar iive2004-09-12
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...Gravatar iive2004-08-27