summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini2007-08-10
| | | | | | patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it] Originally committed as revision 10049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x11grabMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
| | | | | | patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-08
| | | | Originally committed as revision 9984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the codec name from the command line options instead of the codec id.Nicolas George2007-08-08
| | | | | | | | 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
* Avoid showing banner twice.Benoit Fouet2007-08-07
| | | | Originally committed as revision 9980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-08-07
| | | | Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dts_delta_threshold float so values <1 can be usedMichael Niedermayer2007-08-07
| | | | Originally committed as revision 9970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio drift thresholdMichael Niedermayer2007-08-07
| | | | | | | (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
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-08-04
| | | | | | | fixes streamcopy of Xmen-avc-500.vp6 into flv closes issue 57 Originally committed as revision 9909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some double timebase convertionMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-03
| | | | | | | | -ss should now work again fixes decoding of low.ogg closes issue47 Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy language information from input stream to outputAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-07-19
| | | | Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
| | | | Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fixAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variable tiAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-17
| | | | Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-13
| | | | Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collapse getutime into one declarationRamiro Polla2007-07-13
| | | | Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for getrusageRamiro Polla2007-07-13
| | | | Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for termios before conioRamiro Polla2007-07-11
| | | | Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
| | | | Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
| | | | Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | 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
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | 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
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-26
| | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make globals staticBenoit Fouet2007-06-26
| | | | Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
| | | | | | | | | -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
* cosmetics: indentationAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
| | | | Originally committed as revision 9088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make help message go to standard output instead of standard errorNicolas George2007-05-09
| | | | | | patch by Nicolas George \ nicolas george normalesup org / Originally committed as revision 8947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert my two previous deliveries (back to r8806) to aply the good patch for ↵Benoit Fouet2007-04-25
| | | | | | vstats Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-25
| | | | Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk