| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -3/+3 |
* | Merge svn changes up to r31050 | Uoti Urpala | 2010-04-26 | 1 | -0/+1 |
|\ |
|
| * | Tell x264 that we aren't going to give it timestamps. | lorenm | 2010-04-20 | 1 | -0/+1 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -0/+1 |
|\| |
|
| * | Add a header for x264enc_set_param() instead of forward declaring it. | diego | 2010-04-03 | 1 | -0/+1 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -5/+2 |
|\| |
|
| * | Reuse the keyframe flag from x264 instead of trying to derive it on our own. | reimar | 2010-02-28 | 1 | -4/+1 |
| * | Use the KEYFRAME define instead of some magic number. | reimar | 2010-02-28 | 1 | -1/+1 |
| * | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -8/+8 |
| * | sync to x264-r1296 | lorenm | 2009-10-19 | 1 | -1/+1 |
* | | build: Support x264 version 78 | Uoti Urpala | 2009-10-19 | 1 | -1/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -37/+10 |
|\| |
|
| * | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 | 1 | -4/+2 |
| * | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 | 1 | -33/+8 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -1/+3 |
|\| |
|
| * | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 | 1 | -1/+3 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -6/+6 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -6/+6 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Merge svn changes up to r26680 | Uoti Urpala | 2008-05-07 | 1 | -11/+11 |
|\| |
|
| * | Relicense file as GPL v2+; bero granted permission on IRC. | diego | 2008-05-07 | 1 | -11/+11 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -8/+8 |
|/ |
|
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 1 | -1/+1 |
* | remove code for colorspaces x264 doesn't support | lorenm | 2008-01-05 | 1 | -26/+1 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 1 | -3/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -2/+2 |
* | Avoid crash when uninit is called without ever calling config in x264 encoder | reimar | 2007-02-08 | 1 | -0/+1 |
* | fix a segfault if -x264encopts is the last commandline option (with no argument) | lorenm | 2007-01-28 | 1 | -0/+5 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 1 | -0/+1 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 1 | -1/+1 |
* | x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060) | lorenm | 2006-10-21 | 1 | -1/+1 |
* | Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264 | reimar | 2006-10-21 | 1 | -0/+2 |
* | make any parse error in -x264encopts fatal | lorenm | 2006-10-20 | 1 | -3/+7 |
* | make -passlogfile work with x264 again (broke in r20060) | lorenm | 2006-10-19 | 1 | -2/+2 |
* | fix multiple instances of -x264encopts on the commandline (broke in r20060) | lorenm | 2006-10-15 | 1 | -55/+67 |
* | Remove the x264 option parser, and pass the options on to libx264 as a string... | lorenm | 2006-10-05 | 1 | -310/+41 |
* | Add noglobal counterpart to the global flag. | diego | 2006-09-01 | 1 | -0/+1 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | "global header" support, this is pretty much just copy and pasted code from | michael | 2006-08-28 | 1 | -0/+36 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 | 1 | -1/+4 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 1 | -1/+1 |
* | sync to x264 r503 (dct_decimate) | lorenm | 2006-04-22 | 1 | -0/+4 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -2/+2 |
* | sync to x264 r476 (subq=7) | lorenm | 2006-03-20 | 1 | -1/+1 |
* | sync to x264 r457 (direct_pred=3) | lorenm | 2006-03-05 | 1 | -2/+2 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -0/+7 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 1 | -3/+0 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -1/+1 |
* | sync to x264 r398. | lorenm | 2006-01-16 | 1 | -0/+7 |
* | sync to x264 r390 (bime) | lorenm | 2005-12-30 | 1 | -0/+4 |
* | 10l | lorenm | 2005-11-22 | 1 | -1/+1 |
* | sync to x264 r373 (brdo) | lorenm | 2005-11-22 | 1 | -0/+4 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -2/+2 |
* | sync to x264 r360 (trellis) | lorenm | 2005-11-04 | 1 | -0/+5 |
* | sync to x264 r334 (crf) | lorenm | 2005-10-24 | 1 | -0/+4 |
* | sync to x264 r318 (mixed_refs) | lorenm | 2005-10-08 | 1 | -0/+4 |
* | custom quantization matrix for x264, original patch by Robert Swain < robert ... | gpoirier | 2005-09-02 | 1 | -0/+63 |
* | add (no)visualize options | iive | 2005-07-19 | 1 | -0/+4 |
* | 1/2 l: last patch lacked the option name, so it wasn't activeable | gpoirier | 2005-07-11 | 1 | -0/+1 |
* | x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM... | gpoirier | 2005-07-11 | 1 | -20/+40 |
* | sync to x264 rev264 (lossless) | lorenm | 2005-06-17 | 1 | -1/+1 |
* | sync to x264 rev263 (RDO) | lorenm | 2005-06-15 | 1 | -1/+1 |
* | sync to x264 r252 (8x8dct) | lorenm | 2005-06-05 | 1 | -7/+16 |
* | sync to x264 r240 (threads) | lorenm | 2005-05-29 | 1 | -0/+3 |
* | sync to x264 r239 (zoned ratecontrol and UMHex ME) | lorenm | 2005-05-24 | 1 | -4/+8 |
* | sync to x264 rev223 (options: ratetol, vbv_*) | lorenm | 2005-05-11 | 1 | -17/+21 |
* | expose x264 options 'me' and 'me_range'. | lorenm | 2005-05-05 | 1 | -0/+10 |
* | remove x264 option "cabacidc", because the default is always best. | lorenm | 2005-04-13 | 1 | -3/+0 |
* | sync to x264 171: chroma_me, chroma_qp_offset | lorenm | 2005-03-14 | 1 | -5/+10 |
* | sync to x264 r150: new option 'b_pyramid' | lorenm | 2005-03-04 | 1 | -0/+4 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 1 | -0/+1 |
* | memory leak | lorenm | 2005-02-27 | 1 | -4/+1 |
* | sync to x264 r137: adaptive B-frame decision, flush delayed frames. | lorenm | 2005-02-23 | 1 | -10/+37 |
* | Sync to x264 r134: weighted prediction for B-frames. | lorenm | 2005-02-22 | 1 | -0/+4 |
* | x264: expose option "level_idc". | lorenm | 2005-02-20 | 1 | -0/+3 |
* | Move x264 version check into configure. | lorenm | 2005-02-18 | 1 | -4/+0 |
* | sync to x264 r129: modified ratecontrol equation. | lorenm | 2005-02-17 | 1 | -2/+2 |
* | sync to x264 r93: | lorenm | 2005-01-12 | 1 | -9/+15 |
* | x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed), | lorenm | 2005-01-07 | 1 | -2/+2 |
* | change rc_init_buffer to be a fraction of total buffer size. | lorenm | 2005-01-02 | 1 | -6/+7 |
* | sync to x264 r72. | lorenm | 2004-12-28 | 1 | -5/+14 |
* | set sample aspect ratio | lorenm | 2004-11-24 | 1 | -0/+2 |
* | sync to x264 r61 (improved 2pass ratecontrol) | lorenm | 2004-11-18 | 1 | -7/+14 |
* | Mark I-frames as seekable only if we encode with one reference frame, IDR are... | iive | 2004-10-17 | 1 | -1/+3 |
* | Adds a parameter 'scenecut', to control the threshold for inserting extra I-f... | iive | 2004-10-08 | 1 | -0/+3 |
* | better default parameter,added counterpart option, better names for few optio... | iive | 2004-09-27 | 1 | -7/+15 |
* | add support for subpel quality refinement option in x264. | iive | 2004-09-22 | 1 | -0/+3 |
* | compile fix | gabucino | 2004-09-18 | 1 | -1/+0 |
* | fix compile on gcc 2.95.3 | iive | 2004-09-14 | 1 | -2/+4 |
* | 2pass encoding support for x264(r46). | iive | 2004-09-12 | 1 | -19/+31 |
* | x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ... | iive | 2004-08-27 | 1 | -0/+322 |