summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman2008-01-07
* Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit2008-01-02
* Define rc override string as const.Morten Hustveit2008-01-02
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
* fix pts and keyframe flags for yuv4mpegMichael Niedermayer2007-12-26
* Prevent silent overwriting of files on windows.Michael Niedermayer2007-12-25
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-21
* reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier2007-12-21
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
* Notify the input coder about the number of requested channels.Andreas Öman2007-12-15
* use av_log_get/set_level()Måns Rullgård2007-12-12
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
* add const to remove warnings, ffmpeg.c:2892: warning: initialization discards...Baptiste Coudurier2007-12-03
* Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer2007-12-03
* Fix non-numeric AVOptions.Michael Niedermayer2007-12-03
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* frame_size vs. frame_size*channels bugMichael Niedermayer2007-11-28
* 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