aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris2006-09-181-13/+4
* Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-8/+0
* Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-8/+0
* Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Remove the "me_range" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-8/+0
* Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Fix usage of b_quant_factor. It was not possible to actually use the b_qfactorPanagiotis Issaris2006-09-151-4/+1
* Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"Panagiotis Issaris2006-09-151-8/+0
* Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"Panagiotis Issaris2006-09-151-8/+0
* Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"Panagiotis Issaris2006-09-151-8/+0
* Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"Panagiotis Issaris2006-09-151-7/+0
* Remove the "preme" OptionDef option from ffmpeg.cPanagiotis Issaris2006-09-151-9/+0
* Remove the GOP "g" OptionDef option from ffmpeg.c .Panagiotis Issaris2006-09-151-13/+4
* Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris2006-09-151-22/+6
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-151-11/+3
* enables AVOption for muxing.Panagiotis Issaris2006-09-081-1/+8
* adds support for setting that album tag.Panagiotis Issaris2006-09-071-0/+4
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-051-5/+0
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-041-1/+1
* Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris2006-08-311-0/+4
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-0/+14
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-051-0/+4
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-051-1/+1
* Move ffmpeg.c to the swscale interfaceLuca Abeni2006-08-021-66/+23
* add loop_input to AVFormatContext, getting rid of old hackVĂ­ctor Paesa2006-07-131-1/+3
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-5/+5
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-061-7/+78
* simplifyMichael Niedermayer2006-06-241-4/+2
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-241-1/+18
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-4/+4
* Snow 1pass ratecontrolLoren Merritt2006-05-281-2/+2
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-161-0/+4
* Simplify the code used for assigning video_resample, video_crop, & video_padLuca Abeni2006-04-201-43/+19
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-101-19/+19
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-101-38/+48
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-101-87/+12
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-301-2/+4
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-291-7/+1
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-151-1/+3
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-101-14/+4
* Fix crop & pad + rescalingLuca Abeni2006-03-091-3/+4
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-281-1/+1
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-131-0/+1
* video4linux2 input supportLuca Abeni2006-02-011-0/+4
* add static keyword to some functionsDieter2006-01-301-3/+3
* Print libavutil version too.Alexander Strasser2006-01-281-1/+4
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-261-0/+1