summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* 2nd try for -vcodec copy timebase selection last one choose 1fps due to ↵Michael Niedermayer2006-11-06
| | | | | | broken opendivx stream in avi (avi had the correct 15fps) Originally committed as revision 6920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move check for output file streams num in av_encodeBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better timebase selection heuristic for video stream copyMichael Niedermayer2006-10-31
| | | | | | fixes -ss -t -vcodec copy Originally committed as revision 6847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for sub-only streams; patch by borat subsense comborat@subsense.com2006-10-22
| | | | Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
| | | | Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
| | | | | | | function. A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change. Originally committed as revision 6370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
| | | | | | | function. A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change. Originally committed as revision 6369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
| | | | | | | | A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change, f.e.: ffmpeg -i src.ext -lmin 21*QP2LAMBDA dst.ext Originally committed as revision 6368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
| | | | | | | | A unit change is involved, but as AVOption parameters are now parsed with ff_eval2(), you can use the QP2LAMBDA constant to ease the change: ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext Originally committed as revision 6367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
| | | | Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-22
| | | | Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris2006-09-20
| | | | | | ffmpeg.c. Originally committed as revision 6302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-20
| | | | | | the removed range check in ffmpeg.c. Originally committed as revision 6299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-20
| | | | | | | over. Move over ffmpeg.c constraint checking, but allow value of zero to disable B-frame. Originally committed as revision 6296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris2006-09-18
| | | | | | | AVOption takes over its function with a change in unit from kilobytes to bits. Postfix "KiB" is available to ease the discomfort. Originally committed as revision 6288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "rc_init_cplx" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | | "bt" AVOption takes over its function although the parameter unit has changed from kilobits/sec to bits/sec. Originally committed as revision 6276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "i_qfactor" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "me_range" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "me_range" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "i_qoffset" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "b_qoffset" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | "b_qfactor" AVOption takes over its function and this occurs transparantly. Originally committed as revision 6269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix usage of b_quant_factor. It was not possible to actually use the b_qfactorPanagiotis Issaris2006-09-15
| | | | | | | option, as b_quant_factor always got fixed to 2.0 (in any case when it actually mattered, namely when B-frames were being used). Originally committed as revision 6268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"Panagiotis Issaris2006-09-15
| | | | | | AVOption takes over its function and this occurs transparantly. Originally committed as revision 6267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"Panagiotis Issaris2006-09-15
| | | | | | AVOption takes over its function and this occurs transparantly. Originally committed as revision 6266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"Panagiotis Issaris2006-09-15
| | | | | | AVOption takes over its function and this occurs transparantly. Originally committed as revision 6265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"Panagiotis Issaris2006-09-15
| | | | | | AVOption takes over its function and this occurs transparantly. Originally committed as revision 6264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "preme" OptionDef option from ffmpeg.cPanagiotis Issaris2006-09-15
| | | | Originally committed as revision 6263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the GOP "g" OptionDef option from ffmpeg.c .Panagiotis Issaris2006-09-15
| | | | Originally committed as revision 6262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris2006-09-15
| | | | | | | requires some modifications to the manpage, as now the unit of -b is bits/sec not kbits/sec. Originally committed as revision 6261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-15
| | | | | | | -b of ffmpeg is bits/sec not kbits/sec, as already was the case for the AVOption. "k" and "M" suffixes are available though. Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enables AVOption for muxing.Panagiotis Issaris2006-09-08
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 10:58 AM Subject: [Ffmpeg-devel] [PATCH] Enable AVOption for muxers Originally committed as revision 6197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds support for setting that album tag.Panagiotis Issaris2006-09-07
| | | | | | | | | Patch by takis P issaris A uhasselt P be Original thread: [PATCH] Allow setting album tag Date: Sept 06 2006 16:39 Originally committed as revision 6187 to svn://svn.ffmpeg.org/ffmpeg/trunk