summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Make show-version exit 0.Stefano Sabatini2007-08-11
* Make show-license exit 0.Stefano Sabatini2007-08-11
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-11
* Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini2007-08-10
* fix x11grabMichael Niedermayer2007-08-10
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-08
* Use the codec name from the command line options instead of the codec id.Nicolas George2007-08-08
* Avoid showing banner twice.Benoit Fouet2007-08-07
* IndentRamiro Polla2007-08-07
* make dts_delta_threshold float so values <1 can be usedMichael Niedermayer2007-08-07
* audio drift thresholdMichael Niedermayer2007-08-07
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-08-04
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-03
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-03
* get rid of some double timebase convertionMichael Niedermayer2007-08-03
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-03
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* copy language information from input stream to outputAurelien Jacobs2007-07-25
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-25
* cosmetics: indentationDiego Biurrun2007-07-19
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
* indentation fixAlex Beregszaszi2007-07-19
* removed unused variable tiAlex Beregszaszi2007-07-19
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-17
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-13
* Collapse getutime into one declarationRamiro Polla2007-07-13
* Check for getrusageRamiro Polla2007-07-13
* Check for termios before conioRamiro Polla2007-07-11
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
* me option implemented as an AVOptionStefano Sabatini2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-26
* Make globals staticBenoit Fouet2007-06-26
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
* misc spelling fixesDiego Biurrun2007-06-12
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* cosmetics: indentationAurelien Jacobs2007-05-30
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-30
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
* make help message go to standard output instead of standard errorNicolas George2007-05-09
* add a vstats_file command line optionStefano Sabatini2007-04-25
* Revert my two previous deliveries (back to r8806) to aply the good patch for ...Benoit Fouet2007-04-25
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-25