summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini2008-02-18
* Add notes where known timestamp issues remain.Michael Niedermayer2008-02-17
* Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer2008-02-17
* Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer2008-02-17
* Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer2008-02-17
* simplify (next_)pts codeMichael Niedermayer2008-02-17
* Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer2008-02-17
* Update ist->pts after decoding a codec frame not after decoding a containerMichael Niedermayer2008-02-15
* -vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer2008-02-14
* Remove pointless #if.Diego Biurrun2008-02-09
* constMichael Niedermayer2008-02-04
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-02
* Do not print quality when stream copy,Baptiste Coudurier2008-02-01
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-28
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* cosmetics: Fix Benoit's ugly formatting.Diego Biurrun2008-01-22
* Inform user when bitstream filter fails.Benoit Fouet2008-01-21
* Add "genre" command line optionkweiner@spamcop.net2008-01-10
* Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman2008-01-09
* 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