summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
...
* 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
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-16
* Simplify the code used for assigning video_resample, video_crop, & video_padLuca Abeni2006-04-20
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-10
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-10
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-30
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-29
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-15
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
* Fix crop & pad + rescalingLuca Abeni2006-03-09
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-28
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-13
* video4linux2 input supportLuca Abeni2006-02-01
* add static keyword to some functionsDieter2006-01-30
* Print libavutil version too.Alexander Strasser2006-01-28
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-26
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* better version reportingAlex Beregszaszi2006-01-07
* update x264 wrapper.Robert Swain2005-12-29
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22