summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-22
* Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris2006-09-20
* Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris2006-09-20
* Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris2006-09-20
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-20
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-20
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
* Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris2006-09-18
* Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "me_range" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
* Fix usage of b_quant_factor. It was not possible to actually use the b_qfactorPanagiotis Issaris2006-09-15
* Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"Panagiotis Issaris2006-09-15
* Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"Panagiotis Issaris2006-09-15
* Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"Panagiotis Issaris2006-09-15
* Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"Panagiotis Issaris2006-09-15
* Remove the "preme" OptionDef option from ffmpeg.cPanagiotis Issaris2006-09-15
* Remove the GOP "g" OptionDef option from ffmpeg.c .Panagiotis Issaris2006-09-15
* Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris2006-09-15
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-15
* enables AVOption for muxing.Panagiotis Issaris2006-09-08
* adds support for setting that album tag.Panagiotis Issaris2006-09-07
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris2006-08-31
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-27
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-05
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-05
* Move ffmpeg.c to the swscale interfaceLuca Abeni2006-08-02
* add loop_input to AVFormatContext, getting rid of old hackVĂ­ctor Paesa2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-06
* simplifyMichael Niedermayer2006-06-24
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-24
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Snow 1pass ratecontrolLoren Merritt2006-05-28