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-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
2007-02-14rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-09Print error message instead of crashing when combining -vcodec copy and -vhook.Matthijs Douze
2007-02-09happy new yearDiego Biurrun
2007-02-08Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni
2007-02-05Force stereo in target vcd.Michel Bardiaux
2007-02-01use avcodec_decode_audio2()Michael Niedermayer
2007-01-25do not force output audio channelsBaptiste Coudurier
2007-01-23AVOption is now const, removes a few warningsBaptiste Coudurier
2007-01-22do not override rc_buffer_occupancy if setBaptiste Coudurier