summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* do not force output audio channelsBaptiste Coudurier2007-01-25
| | | | Originally committed as revision 7705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption is now const, removes a few warningsBaptiste Coudurier2007-01-23
| | | | Originally committed as revision 7662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-22
| | | | Originally committed as revision 7641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Segmentation fault fix when no video device is specified.Ramiro Polla2007-01-13
| | | | | | patch by Ramiro Polla % ramiro A lisha P ufsc P br % Originally committed as revision 7445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
| | | | Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a more correct message when container frame rate differs from codec ↵Baptiste Coudurier2006-12-09
| | | | | | frame rate Originally committed as revision 7264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
| | | | Originally committed as revision 7241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier2006-12-05
| | | | Originally committed as revision 7225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add interactive support for MinGWRamiro Polla2006-11-22
| | | | | | | | | patch by Ramiro Polla % ramiro A lisha P ufsc P br % Orignial thread: date: Nov 5, 2006 1:55 AM subject: [Ffmpeg-devel] [PATCH] MinGW interactive support Originally committed as revision 7155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also set strict_std_compliance for stream copy, its needed for the bitstream ↵Michael Niedermayer2006-11-10
| | | | | | filters Originally committed as revision 6959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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