summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message instead of crashing when combining -vcodec copy and -vhook.Matthijs Douze2007-02-09
| | | | | | patch by Matthijs Douze, Matthijs.Douze inrialpes fr Originally committed as revision 7901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* happy new yearDiego Biurrun2007-02-09
| | | | Originally committed as revision 7895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
| | | | | | (which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force stereo in target vcd.Michel Bardiaux2007-02-05
| | | | | | Patch by Michel Bardiaux, mbardiaux mediaxim be. Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avcodec_decode_audio2()Michael Niedermayer2007-02-01
| | | | Originally committed as revision 7792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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