summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* change -fs to use bytes instead of kbytesBaptiste Coudurier2007-03-30
| | | | Originally committed as revision 8556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change -fs option to use OPT_INT64Baptiste Coudurier2007-03-30
| | | | Originally committed as revision 8555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l, revert r8547, im too stupidBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo, fix -fsBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-29
| | | | | | | | current time of day, which is useless, and which the filters could just as easily query for themselves. patch by Bobby Bingham, uhmmmm gmail com Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of big audio packets (48k 16bit 2 channels), needed size is ↵Baptiste Coudurier2007-03-28
| | | | | | related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fps stats, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-16
| | | | Originally committed as revision 8422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
| | | | | | patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous header include.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang2007-03-12
| | | | Originally committed as revision 8340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-09
| | | | Originally committed as revision 8304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary the_end label.Limin Wang2007-03-07
| | | | | | patch by Limin Wang, lance.lmwang gmail com Originally committed as revision 8287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer2007-03-07
| | | | Originally committed as revision 8285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesLimin Wang2007-03-07
| | | | | | | | | patch by Limin Wang % lance P lmwang A gmail P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] remove unused variables Date: 2007-03-07-07:37 AM Originally committed as revision 8284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only store command line parameters in contexts with matching codec_typeMichael Niedermayer2007-03-07
| | | | Originally committed as revision 8282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: unkown->unknownAlex Beregszaszi2007-03-07
| | | | Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove usless if() before av_free()Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
| | | | | | | | | patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
| | | | | | to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duplicate *_opts for every codec types, in order to have the "ab" and "b" ↵Benoit Fouet2007-03-01
| | | | | | | | | | | options work in the same manner patch by Benoit Fouet %benoit P fouet A purplelabs P com% Orginal thread: Date: Feb 22, 2007 11:15 AM Subject: [Ffmpeg-devel] [PATCH] ffmpeg.c duplicate *_opts for every codec types Originally committed as revision 8169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not jump to "fail" without having a proper sws context in img_resample_ctxLuca Abeni2007-02-28
| | | | | | (avoid calling sws_freeContext(NULL)) Originally committed as revision 8162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the aframes option from the video "subsection" to theBenoit Fouet2007-02-20
| | | | | | | audio "subsection". Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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