aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_x264.c
Commit message (Expand)AuthorAge
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Avoid crash when uninit is called without ever calling config in x264 encoderGravatar reimar2007-02-08
* fix a segfault if -x264encopts is the last commandline option (with no argument)Gravatar lorenm2007-01-28
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)Gravatar lorenm2006-10-21
* Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264Gravatar reimar2006-10-21
* make any parse error in -x264encopts fatalGravatar lorenm2006-10-20
* make -passlogfile work with x264 again (broke in r20060)Gravatar lorenm2006-10-19
* fix multiple instances of -x264encopts on the commandline (broke in r20060)Gravatar lorenm2006-10-15
* Remove the x264 option parser, and pass the options on to libx264 as a string...Gravatar lorenm2006-10-05
* Add noglobal counterpart to the global flag.Gravatar diego2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* "global header" support, this is pretty much just copy and pasted code from Gravatar michael2006-08-28
* sync to x264 r537 (api change)Gravatar lorenm2006-07-18
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* sync to x264 r503 (dct_decimate)Gravatar lorenm2006-04-22
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* sync to x264 r476 (subq=7)Gravatar lorenm2006-03-20
* sync to x264 r457 (direct_pred=3)Gravatar lorenm2006-03-05
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* 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