summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Merge audio and video bitstream filter options handling.Benoit Fouet2007-10-15
* Implement common show version and banner.Stefano Sabatini2007-09-27
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Move av_exit() to before main()Ramiro Polla2007-09-16
* Split av_exit() out of main()Ramiro Polla2007-09-16
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-06
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-05
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-22
* Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni2007-08-20
* update -t option documentationGodwin Stewart2007-08-20
* Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger2007-08-19
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
* 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