log libmpcodecs/ve_x264.c @ 27591:5ab1614e3f0a

age author description
2008-05-16 diego cosmetics: Remove pointless parentheses from return calls.
2008-05-07 diego Relicense file as GPL v2+; bero granted permission on IRC.
2008-01-06 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
2008-01-05 lorenm remove code for colorspaces x264 doesn't support
2007-12-02 reimar Add appropriate const specifiers to some custom parse functions.
2007-03-15 diego Add explicit location for headers from the libmpdemux/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-02-08 reimar Avoid crash when uninit is called without ever calling config in x264 encoder
2007-01-28 lorenm fix a segfault if -x264encopts is the last commandline option (with no argument)
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-12-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-10-21 lorenm x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)
2006-10-21 reimar Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264
2006-10-20 lorenm make any parse error in -x264encopts fatal
2006-10-19 lorenm make -passlogfile work with x264 again (broke in r20060)
2006-10-15 lorenm fix multiple instances of -x264encopts on the commandline (broke in r20060)
2006-10-05 lorenm Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
2006-09-01 diego Add noglobal counterpart to the global flag.
2006-09-01 diego The FSF changed postal address.
2006-08-28 michael "global header" support, this is pretty much just copy and pasted code from
2006-07-18 lorenm sync to x264 r537 (api change)
2006-07-15 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
2006-04-22 lorenm sync to x264 r503 (dct_decimate)
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-03-20 lorenm sync to x264 r476 (subq=7)
2006-03-05 lorenm sync to x264 r457 (direct_pred=3)
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2006-01-26 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
2006-01-16 lorenm sync to x264 r398.
2005-12-30 lorenm sync to x264 r390 (bime)
2005-11-22 lorenm 10l
2005-11-22 lorenm sync to x264 r373 (brdo)
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-11-04 lorenm sync to x264 r360 (trellis)
2005-10-24 lorenm sync to x264 r334 (crf)
2005-10-08 lorenm sync to x264 r318 (mixed_refs)
2005-09-02 gpoirier custom quantization matrix for x264, original patch by Robert Swain < robert POUM swain AH gmail POUM com>
2005-07-19 iive add (no)visualize options
2005-07-11 gpoirier 1/2 l: last patch lacked the option name, so it wasn't activeable
2005-07-11 gpoirier x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM com >
2005-06-17 lorenm sync to x264 rev264 (lossless)
2005-06-15 lorenm sync to x264 rev263 (RDO)
2005-06-05 lorenm sync to x264 r252 (8x8dct)
2005-05-29 lorenm sync to x264 r240 (threads)
2005-05-24 lorenm sync to x264 r239 (zoned ratecontrol and UMHex ME)
2005-05-11 lorenm sync to x264 rev223 (options: ratetol, vbv_*)
2005-05-05 lorenm expose x264 options 'me' and 'me_range'.
2005-04-13 lorenm remove x264 option "cabacidc", because the default is always best.
2005-03-14 lorenm sync to x264 171: chroma_me, chroma_qp_offset
2005-03-04 lorenm sync to x264 r150: new option 'b_pyramid'
2005-03-01 henry fixes for encoding of multiple files
2005-02-27 lorenm memory leak
2005-02-23 lorenm sync to x264 r137: adaptive B-frame decision, flush delayed frames.
2005-02-22 lorenm Sync to x264 r134: weighted prediction for B-frames.
2005-02-20 lorenm x264: expose option "level_idc".
2005-02-18 lorenm Move x264 version check into configure.
2005-02-17 lorenm sync to x264 r129: modified ratecontrol equation.
2005-01-12 lorenm sync to x264 r93:
2005-01-07 lorenm x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),