summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Add a few newlines to 'ffmpeg -h' output to make it more readable.Stefano Sabatini2008-05-31
* Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffmPeter Ross2008-05-31
* Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer2008-05-30
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-29
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-28
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-28
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
* Make stream copy of ac3 from riff based formats work.Michael Niedermayer2008-05-26
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* Make opt_verbose() work again.Michael Niedermayer2008-05-25
* Move show_formats() to cmdutils.c.Stefano Sabatini2008-05-22
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-21
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-21
* OPT_EXITMichael Niedermayer2008-05-21
* Print timestamp with increased precision.David Bolt2008-05-21
* Make 'ffmpeg -formats' print codec long names.Stefano Sabatini2008-05-13
* sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-08
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-01
* Send context to some ffmpeg.c opt* functionStefano Sabatini2008-04-22
* Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini2008-04-21
* Fix bug introduced by r12827.Ramiro Polla2008-04-21
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-14
* Move av_exit() so it can be used by more functionsRamiro Polla2008-04-14
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-08
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-31
* Make option time parsing functions take argument from optionsStefano Sabatini2008-03-22
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-17
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* sws_flags is unsigned.Michael Niedermayer2008-03-05
* Remove INFINITY.Michael Niedermayer2008-03-01
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
* Reduce initial fifo size, so as not to senselessly waste memory.Michael Niedermayer2008-02-24
* realloc fifoMichael Niedermayer2008-02-24
* 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