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-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
2007-01-13Segmentation fault fix when no video device is specified.Ramiro Polla
2006-12-13Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-13revert broken commit of x11 device demuxer patchGuillaume Poirier
2006-12-13Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-09print a more correct message when container frame rate differs from codec fra...Baptiste Coudurier
2006-12-07use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård
2006-12-05fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier
2006-11-22add interactive support for MinGWRamiro Polla
2006-11-10also set strict_std_compliance for stream copy, its needed for the bitstream ...Michael Niedermayer