summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-211-2/+2
* OPT_EXITMichael Niedermayer2008-05-211-16/+3
* Print timestamp with increased precision.David Bolt2008-05-211-1/+1
* Make 'ffmpeg -formats' print codec long names.Stefano Sabatini2008-05-131-2/+3
* sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo2008-05-111-0/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-8/+8
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-081-2/+3
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-011-3/+3
* Send context to some ffmpeg.c opt* functionStefano Sabatini2008-04-221-12/+16
* Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini2008-04-211-4/+4
* Fix bug introduced by r12827.Ramiro Polla2008-04-211-1/+1
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-141-83/+83
* Move av_exit() so it can be used by more functionsRamiro Polla2008-04-141-53/+53
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-081-6/+6
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-311-11/+0
* Make option time parsing functions take argument from optionsStefano Sabatini2008-03-221-12/+16
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-171-7/+7
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+2
* sws_flags is unsigned.Michael Niedermayer2008-03-051-1/+1
* Remove INFINITY.Michael Niedermayer2008-03-011-5/+0
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-251-1/+1
* Reduce initial fifo size, so as not to senselessly waste memory.Michael Niedermayer2008-02-241-1/+1
* realloc fifoMichael Niedermayer2008-02-241-0/+1
* Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini2008-02-181-1/+1
* Add notes where known timestamp issues remain.Michael Niedermayer2008-02-171-0/+3
* Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer2008-02-171-4/+1
* Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer2008-02-171-0/+3
* Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer2008-02-171-0/+3
* simplify (next_)pts codeMichael Niedermayer2008-02-171-7/+4
* Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer2008-02-171-1/+1
* Update ist->pts after decoding a codec frame not after decoding a containerMichael Niedermayer2008-02-151-8/+8
* -vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer2008-02-141-0/+2
* Remove pointless #if.Diego Biurrun2008-02-091-2/+0
* constMichael Niedermayer2008-02-041-1/+1
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-021-14/+13
* Do not print quality when stream copy,Baptiste Coudurier2008-02-011-2/+4
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-281-1/+8
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+2
* cosmetics: Fix Benoit's ugly formatting.Diego Biurrun2008-01-221-4/+3
* Inform user when bitstream filter fails.Benoit Fouet2008-01-211-1/+7
* Add "genre" command line optionkweiner@spamcop.net2008-01-101-0/+4
* Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman2008-01-091-1/+1
* Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman2008-01-071-1/+1
* Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit2008-01-021-2/+6
* Define rc override string as const.Morten Hustveit2008-01-021-3/+3
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-261-5/+5
* fix pts and keyframe flags for yuv4mpegMichael Niedermayer2007-12-261-4/+2
* Prevent silent overwriting of files on windows.Michael Niedermayer2007-12-251-0/+1
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-211-5/+5
* reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier2007-12-211-0/+3
OpenPOWER on IntegriCloud