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