summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Introduce libavdeviceLuca Abeni2007-11-22
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-15
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-14
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-04
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-01
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-28
* reindented after previous commitNico Sabbi2007-10-27
* added option programid to select the program to use and relative code to hand...Nico Sabbi2007-10-27
* 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