aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_x264.c
Commit message (Expand)AuthorAge
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\ \
| | * Tell x264 that we aren't going to give it timestamps.Gravatar lorenm2010-04-20
| |/
| * Add a header for x264enc_set_param() instead of forward declaring it.Gravatar diego2010-04-03
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
| * Reuse the keyframe flag from x264 instead of trying to derive it on our own.Gravatar reimar2010-02-28
| * Use the KEYFRAME define instead of some magic number.Gravatar reimar2010-02-28
| * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| * sync to x264-r1296Gravatar lorenm2009-10-19
* | build: Support x264 version 78Gravatar Uoti Urpala2009-10-19
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Use x264_encoder_delayed_frames instead of the current hack to flush delayedGravatar reimar2009-09-23
| * sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Add a giant hack to the x264 encoder module to ensure all delayed frames areGravatar reimar2009-08-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Merge svn changes up to r26680Gravatar Uoti Urpala2008-05-07
|\|
| * Relicense file as GPL v2+; bero granted permission on IRC.Gravatar diego2008-05-07
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* remove code for colorspaces x264 doesn't supportGravatar lorenm2008-01-05
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* 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