summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Implement common show version and banner.Stefano Sabatini2007-09-271-22/+5
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-4/+15
* Move av_exit() to before main()Ramiro Polla2007-09-161-46/+44
* Split av_exit() out of main()Ramiro Polla2007-09-161-0/+9
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-061-11/+11
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-051-7/+7
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-221-33/+1
* Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni2007-08-201-0/+14
* update -t option documentationGodwin Stewart2007-08-201-1/+1
* Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger2007-08-191-2/+3
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-131-6/+1
* Make show-version exit 0.Stefano Sabatini2007-08-111-1/+1
* Make show-license exit 0.Stefano Sabatini2007-08-111-1/+1
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-111-1/+1
* Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini2007-08-101-7/+7
* fix x11grabMichael Niedermayer2007-08-101-1/+2
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-091-4/+10
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-081-2/+3
* Use the codec name from the command line options instead of the codec id.Nicolas George2007-08-081-34/+46
* Avoid showing banner twice.Benoit Fouet2007-08-071-4/+1
* IndentRamiro Polla2007-08-071-1/+1
* make dts_delta_threshold float so values <1 can be usedMichael Niedermayer2007-08-071-2/+2
* audio drift thresholdMichael Niedermayer2007-08-071-1/+3
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-08-041-1/+9
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-031-0/+3
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-031-0/+2
* get rid of some double timebase convertionMichael Niedermayer2007-08-031-6/+3
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-031-13/+14
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-251-13/+39
* copy language information from input stream to outputAurelien Jacobs2007-07-251-0/+4
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-251-0/+1
* cosmetics: indentationDiego Biurrun2007-07-191-2/+2
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-191-0/+5
* indentation fixAlex Beregszaszi2007-07-191-1/+4
* removed unused variable tiAlex Beregszaszi2007-07-191-2/+0
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-171-1/+1
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-131-1/+11
* Collapse getutime into one declarationRamiro Polla2007-07-131-7/+2
* Check for getrusageRamiro Polla2007-07-131-0/+2
* Check for termios before conioRamiro Polla2007-07-111-7/+7
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-111-7/+7
* Remove OS/2 supportRamiro Polla2007-07-101-6/+1
* grammar error noticed by Mark CoxDiego Biurrun2007-07-081-1/+1
* me option implemented as an AVOptionStefano Sabatini2007-07-061-48/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-6/+12
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-261-7/+4
* Make globals staticBenoit Fouet2007-06-261-6/+6
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-10/+11
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-181-12/+11
OpenPOWER on IntegriCloud