Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28prevent 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-06free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer
2007-03-06indentionMichael Niedermayer
2007-03-06remove usless if() before av_free()Michael Niedermayer
2007-03-05change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-03-01remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier
2007-03-01duplicate *_opts for every codec types, in order to have the "ab" and "b" op...Benoit Fouet
2007-02-28Do not jump to "fail" without having a proper sws context in img_resample_ctxLuca Abeni
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-20Move the aframes option from the video "subsection" to theBenoit Fouet
2007-02-14implement new grabbing interface, as described here:Ramiro Polla