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 (Collapse)Author
2007-09-07Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini
Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 10424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman
Originally committed as revision 10406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-22Make ffmpeg use cmdutils.c show_license functionStefano Sabatini
patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-20Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni
and used to receive the streams) Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-20update -t option documentationGodwin Stewart
Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-19Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger
instead of "codec" Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11Make show-version exit 0.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11Make show-license exit 0.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11Make ffmpeg -formats exit 0.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini
patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it] Originally committed as revision 10049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10fix x11grabMichael Niedermayer
Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini
patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-08always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer
Originally committed as revision 9984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-08Use the codec name from the command line options instead of the codec id.Nicolas George
patch by Nicolas George [nicolas dot george normalesup org] original thread: [FFmpeg-devel] [PATCH] Codec lookup: do not use codec_id date: 06/18/2007 06:19 PM Originally committed as revision 9983 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07Avoid showing banner twice.Benoit Fouet
Originally committed as revision 9980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07IndentRamiro Polla
Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07make dts_delta_threshold float so values <1 can be usedMichael Niedermayer
Originally committed as revision 9970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07audio drift thresholdMichael Niedermayer
(this switches between resampling style timestamp drift compensation and hard insert silence / drop samples compensation) Originally committed as revision 9969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer
fixes streamcopy of Xmen-avc-500.vp6 into flv closes issue 57 Originally committed as revision 9909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04drop non keyframes before the first keyframe for stream copyMichael Niedermayer
Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04fix block_align for mp3 stream copyMichael Niedermayer
Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04get rid of some double timebase convertionMichael Niedermayer
Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03properly implement "user specified start time offset" which was added in r3217Michael Niedermayer
-ss should now work again fixes decoding of low.ogg closes issue47 Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25add proper support for subtitles muxing/stream copyingAurelien Jacobs
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25copy language information from input stream to outputAurelien Jacobs
Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25copy packet duration when doing a stream copyAurelien Jacobs
Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19cosmetics: indentationDiego Biurrun
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19indentation fixAlex Beregszaszi
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19removed unused variable tiAlex Beregszaszi
Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17use av_q2d as in the rest of the fileAlex Beregszaszi
Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13Check for GetProcessTimes and use it in getutimeRamiro Polla
Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13Collapse getutime into one declarationRamiro Polla
Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13Check for getrusageRamiro Polla
Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Check for termios before conioRamiro Polla
Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Proper check for interactive support (termios and conio).Ramiro Polla
Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Remove OS/2 supportRamiro Polla
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08grammar error noticed by Mark CoxDiego Biurrun
Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06me option implemented as an AVOptionStefano Sabatini
patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26remove ENABLE_SWSCALER conditionsRonald S. Bultje
patch by Ronald S. Bultje: [rsbultje gmail com] Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26Make globals staticBenoit Fouet
Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18replace calls to deprecated parsing functions to calls to new onesStefano Sabatini
patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-30Add support for listing the supported pixel formats using the optionStefano Sabatini
-pix_fmt list patch by Stefano Sabatini stefano sabatini minus lala chez poste it original thread: [FFmpeg-devel] [PATCH] List supported pixel formats date: 05/25/2007 05:46 PM Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-30cosmetics: indentationAurelien Jacobs
Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk