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-09-07Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini
2007-09-05using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman
2007-08-22Make ffmpeg use cmdutils.c show_license functionStefano Sabatini
2007-08-20Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni
2007-08-20update -t option documentationGodwin Stewart
2007-08-19Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
2007-08-11Make show-version exit 0.Stefano Sabatini
2007-08-11Make show-license exit 0.Stefano Sabatini
2007-08-11Make ffmpeg -formats exit 0.Stefano Sabatini
2007-08-10Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini
2007-08-10fix x11grabMichael Niedermayer
2007-08-09Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini
2007-08-08always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer
2007-08-08Use the codec name from the command line options instead of the codec id.Nicolas George
2007-08-07Avoid showing banner twice.Benoit Fouet
2007-08-07IndentRamiro Polla
2007-08-07make dts_delta_threshold float so values <1 can be usedMichael Niedermayer
2007-08-07audio drift thresholdMichael Niedermayer
2007-08-04be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer
2007-08-04drop non keyframes before the first keyframe for stream copyMichael Niedermayer
2007-08-04fix block_align for mp3 stream copyMichael Niedermayer
2007-08-04get rid of some double timebase convertionMichael Niedermayer
2007-08-03properly implement "user specified start time offset" which was added in r3217Michael Niedermayer
2007-07-25add proper support for subtitles muxing/stream copyingAurelien Jacobs
2007-07-25copy language information from input stream to outputAurelien Jacobs
2007-07-25copy packet duration when doing a stream copyAurelien Jacobs
2007-07-19cosmetics: indentationDiego Biurrun
2007-07-19Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun
2007-07-19indentation fixAlex Beregszaszi
2007-07-19removed unused variable tiAlex Beregszaszi
2007-07-17use av_q2d as in the rest of the fileAlex Beregszaszi
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-11Remove 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