Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02Fix quantiSer --> quantiZer typo.Diego Biurrun
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
2006-09-28Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-28Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-28Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-28Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-26Handle possible failure of ff_eval.Panagiotis Issaris
2006-09-22Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-22Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-09-20The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris
2006-09-20Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris
2006-09-20Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris
2006-09-20Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris
2006-09-20Remove the "qmax" OptionDef.Panagiotis Issaris
2006-09-20Remove the "qmin" OptionDef.Panagiotis Issaris
2006-09-20Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris
2006-09-20Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris
2006-09-20Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris
2006-09-18Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris
2006-09-16Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-16Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-16Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "me_range" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Fix usage of b_quant_factor. It was not possible to actually use the b_qfactorPanagiotis Issaris
2006-09-15Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"Panagiotis Issaris
2006-09-15Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"Panagiotis Issaris
2006-09-15Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"Panagiotis Issaris
2006-09-15Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"Panagiotis Issaris
2006-09-15Remove the "preme" OptionDef option from ffmpeg.cPanagiotis Issaris
2006-09-15Remove the GOP "g" OptionDef option from ffmpeg.c .Panagiotis Issaris
2006-09-15Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris
2006-09-15Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris
2006-09-08enables AVOption for muxing.Panagiotis Issaris
2006-09-07adds support for setting that album tag.Panagiotis Issaris
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux
2006-08-31Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
2006-08-05Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni
2006-08-05Fix "-aspect" when "-pad*" is usedLuca Abeni
2006-08-02Move ffmpeg.c to the swscale interfaceLuca Abeni