summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-13
| | | | Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collapse getutime into one declarationRamiro Polla2007-07-13
| | | | Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for getrusageRamiro Polla2007-07-13
| | | | Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for termios before conioRamiro Polla2007-07-11
| | | | Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
| | | | Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
| | | | Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-26
| | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make globals staticBenoit Fouet2007-06-26
| | | | Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
| | | | | | | | | -pix_fmt list patch by Stefano Sabatini stefano sabatini minus lala chez poste it original thread: [FFmpeg-devel] [PATCH] List supported pixel formats date: 05/25/2007 05:46 PM Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
| | | | Originally committed as revision 9088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make help message go to standard output instead of standard errorNicolas George2007-05-09
| | | | | | patch by Nicolas George \ nicolas george normalesup org / Originally committed as revision 8947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert my two previous deliveries (back to r8806) to aply the good patch for ↵Benoit Fouet2007-04-25
| | | | | | vstats Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-25
| | | | Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error messageBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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