summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_x264.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-8/+8
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* remove code for colorspaces x264 doesn't supportlorenm2008-01-051-26/+1
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-1/+1
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-2/+2
* Avoid crash when uninit is called without ever calling config in x264 encoderreimar2007-02-081-0/+1
* fix a segfault if -x264encopts is the last commandline option (with no argument)lorenm2007-01-281-0/+5
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-091-1/+1
* x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)lorenm2006-10-211-1/+1
* Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264reimar2006-10-211-0/+2
* make any parse error in -x264encopts fatallorenm2006-10-201-3/+7
* make -passlogfile work with x264 again (broke in r20060)lorenm2006-10-191-2/+2
* fix multiple instances of -x264encopts on the commandline (broke in r20060)lorenm2006-10-151-55/+67
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-051-310/+41
* Add noglobal counterpart to the global flag.diego2006-09-011-0/+1
* The FSF changed postal address.diego2006-09-011-1/+1
* "global header" support, this is pretty much just copy and pasted code from michael2006-08-281-0/+36
* sync to x264 r537 (api change)lorenm2006-07-181-1/+4
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-0/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* sync to x264 r476 (subq=7)lorenm2006-03-201-1/+1
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-2/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+7
* Move conditional compilation out of the code and into the build system.diego2006-01-311-3/+0
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* sync to x264 r398.lorenm2006-01-161-0/+7
* sync to x264 r390 (bime)lorenm2005-12-301-0/+4
* 10llorenm2005-11-221-1/+1
* sync to x264 r373 (brdo)lorenm2005-11-221-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* sync to x264 r360 (trellis)lorenm2005-11-041-0/+5
* sync to x264 r334 (crf)lorenm2005-10-241-0/+4
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-0/+4
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-021-0/+63
* add (no)visualize optionsiive2005-07-191-0/+4
* 1/2 l: last patch lacked the option name, so it wasn't activeablegpoirier2005-07-111-0/+1
* x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM...gpoirier2005-07-111-20/+40
* sync to x264 rev264 (lossless)lorenm2005-06-171-1/+1
* sync to x264 rev263 (RDO)lorenm2005-06-151-1/+1
* sync to x264 r252 (8x8dct)lorenm2005-06-051-7/+16
* sync to x264 r240 (threads)lorenm2005-05-291-0/+3
* sync to x264 r239 (zoned ratecontrol and UMHex ME)lorenm2005-05-241-4/+8
* sync to x264 rev223 (options: ratetol, vbv_*)lorenm2005-05-111-17/+21
* expose x264 options 'me' and 'me_range'.lorenm2005-05-051-0/+10
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-131-3/+0
* sync to x264 171: chroma_me, chroma_qp_offsetlorenm2005-03-141-5/+10
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-041-0/+4
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* memory leaklorenm2005-02-271-4/+1
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.lorenm2005-02-231-10/+37
* Sync to x264 r134: weighted prediction for B-frames.lorenm2005-02-221-0/+4
* x264: expose option "level_idc".lorenm2005-02-201-0/+3
* Move x264 version check into configure.lorenm2005-02-181-4/+0
* sync to x264 r129: modified ratecontrol equation.lorenm2005-02-171-2/+2
* sync to x264 r93:lorenm2005-01-121-9/+15
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),lorenm2005-01-071-2/+2
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
* sync to x264 r72.lorenm2004-12-281-5/+14
* set sample aspect ratiolorenm2004-11-241-0/+2
* sync to x264 r61 (improved 2pass ratecontrol)lorenm2004-11-181-7/+14
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...iive2004-10-171-1/+3
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...iive2004-10-081-0/+3
* better default parameter,added counterpart option, better names for few optio...iive2004-09-271-7/+15
* add support for subpel quality refinement option in x264.iive2004-09-221-0/+3
* compile fixgabucino2004-09-181-1/+0
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
* 2pass encoding support for x264(r46).iive2004-09-121-19/+31
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-271-0/+322