aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg.c
AgeCommit message (Expand)Author
2007-07-13Check for GetProcessTimes and use it in getutimeRamiro Polla
2007-07-13Collapse getutime into one declarationRamiro Polla
2007-07-13Check for getrusageRamiro Polla
2007-07-11Check for termios before conioRamiro Polla
2007-07-11Proper check for interactive support (termios and conio).Ramiro Polla
2007-07-10Remove OS/2 supportRamiro Polla
2007-07-08grammar error noticed by Mark CoxDiego Biurrun
2007-07-06me option implemented as an AVOptionStefano Sabatini
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
2007-06-26remove ENABLE_SWSCALER conditionsRonald S. Bultje
2007-06-26Make globals staticBenoit Fouet
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-06-18replace calls to deprecated parsing functions to calls to new onesStefano Sabatini
2007-06-12misc spelling fixesDiego Biurrun
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
2007-05-30Add support for listing the supported pixel formats using the optionStefano Sabatini
2007-05-30cosmetics: indentationAurelien Jacobs
2007-05-30use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs
2007-05-23-sws_flags command line option to set swscaler flagsIvo van Poorten
2007-05-21Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni
2007-05-09make help message go to standard output instead of standard errorNicolas George
2007-04-25add a vstats_file command line optionStefano Sabatini
2007-04-25Revert my two previous deliveries (back to r8806) to aply the good patch for ...Benoit Fouet
2007-04-25to complete r8807: free vstats resourcesBenoit Fouet
2007-04-25add a vstats_file command line optionStefano Sabatini
2007-04-14fix overhead and bitrate statisticsMichael Niedermayer
2007-03-31print error messageBaptiste Coudurier
2007-03-30change -fs to use bytes instead of kbytesBaptiste Coudurier
2007-03-30change -fs option to use OPT_INT64Baptiste Coudurier
2007-03-291000l, revert r8547, im too stupidBaptiste Coudurier
2007-03-29typo, fix -fsBaptiste Coudurier
2007-03-29Change the vhook code to send real timestamps to the filters instead of theBobby Bingham
2007-03-28fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela...Baptiste Coudurier
2007-03-27prevent exit missuseMichael Niedermayer
2007-03-16add fps stats, patch by Limin Wang <lance lmwang at gmail com>Limin Wang
2007-03-12Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla
2007-03-12Remove superfluous header include.Diego Biurrun
2007-03-12cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-03-12add message saying that pgmyuv format is deprecatedBaptiste Coudurier
2007-03-09remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang
2007-03-07Remove unnecessary the_end label.Limin Wang
2007-03-07set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer
2007-03-07remove unused variablesLimin Wang
2007-03-07only store command line parameters in contexts with matching codec_typeMichael Niedermayer
2007-03-07typo: unkown->unknownAlex Beregszaszi
2007-03-05free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer
2007-03-05indentionMichael Niedermayer
2007-03-05remove usless if() before av_free()Michael Niedermayer