645 Commits (890f6fd3ecf88954847447b7dfe458b8793217d1)

Author SHA1 Message Date
Stefano Sabatini e992fba4ba Add a few newlines to 'ffmpeg -h' output to make it more readable. 17 years ago
Peter Ross 418a0b9fc4 Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm 17 years ago
Michael Niedermayer 573e8cb309 Remove incorrect usage of av_free_static(), ffmpeg.c is not a 17 years ago
Baptiste Coudurier 9d58e0a9e1 cosmetics, space before and after parenthesis, weird indentation 17 years ago
Erik Hovland f094b6627d Remove unnecessary header #includes. 17 years ago
Stefano Sabatini ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 17 years ago
Stefano Sabatini e5f6b7e5ac Slightly clarify bitstream filter help output. 17 years ago
Michael Niedermayer e6b4e4ff5f Remove coded_frame==NULL checks for video encoders. 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Michael Niedermayer bcbd328e17 Make stream copy of ac3 from riff based formats work. 17 years ago
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Michael Niedermayer 46eab09341 Make opt_verbose() work again. 17 years ago
Stefano Sabatini ba9880c13a Move show_formats() to cmdutils.c. 17 years ago
Michael Niedermayer 20176cbc73 Get rid of more senseless wrapper functions and use OPT_EXIT instead. 17 years ago
Michael Niedermayer 64555bd9b1 Do not pass program_name as argument to show_version(), this allows some 17 years ago
Michael Niedermayer a0b3bcd9fe OPT_EXIT 17 years ago
David Bolt 475f4d8d4b Print timestamp with increased precision. 17 years ago
Stefano Sabatini 54d2d4f698 Make 'ffmpeg -formats' print codec long names. 17 years ago
Dave Yeo 0a1b29dea7 sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla b091aa44b7 Check for sys/resource.h and include it conditionally. 17 years ago
Diego Pettenò 580a6c57a3 Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com 17 years ago
Stefano Sabatini c48da33c63 Send context to some ffmpeg.c opt* function 17 years ago
Stefano Sabatini 66824f990b Make some ffmpeg opts use parse-number-or-die. 17 years ago
Ramiro Polla 8767060cd2 Fix bug introduced by r12827. 17 years ago
Ramiro Polla 296df4e75f Use av_exit() instead of exit() for a minimal cleanup 17 years ago
Ramiro Polla e5295c0dd9 Move av_exit() so it can be used by more functions 17 years ago
Stefano Sabatini 6363827e13 Complete argument information in ffmpeg.c:options for non-number arguments 17 years ago
Stefano Sabatini 7542157d8a Export parse_time_or_die from ffmpeg.c to cmdutils.c 17 years ago
Stefano Sabatini b19221c8ce Make option time parsing functions take argument from options 17 years ago
Stefano Sabatini 972d628a8b Provide a context to parse_time_or_die(). 17 years ago
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago
Michael Niedermayer e60da588e3 sws_flags is unsigned. 17 years ago
Michael Niedermayer 3948c74f80 Remove INFINITY. 17 years ago
Stefano Sabatini 53d1bdbaed Clarify the documentation for 'ffmpeg -v'. 17 years ago
Michael Niedermayer 10e7fc7ce4 Reduce initial fifo size, so as not to senselessly waste memory. 17 years ago
Michael Niedermayer a6ebca9e09 realloc fifo 17 years ago
Stefano Sabatini b3574faa06 Remove a superfluous call to atoi in ffmpeg.c:opt_verbose 17 years ago
Michael Niedermayer 5bc440e7e8 Add notes where known timestamp issues remain. 17 years ago
Michael Niedermayer 48291040ea Set initial next_pts to unknown, this avoids the nonsense timestamp 17 years ago
Michael Niedermayer 40cb57a287 Print a warning if a decoder produces more than 1 frame of output for 17 years ago
Michael Niedermayer ed9238593e Set next_pts to pts if it is unknown and pkt->dts is not known either. This 17 years ago
Michael Niedermayer b1b818fce8 simplify (next_)pts code 17 years ago
Michael Niedermayer da0ef2d557 Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed 17 years ago
Michael Niedermayer 19d5da500f Update ist->pts after decoding a codec frame not after decoding a container 17 years ago
Michael Niedermayer 880add3743 -vsync 2 (drop frames if there are too many but do not duplicate any) 17 years ago
Diego Biurrun c4c52acc36 Remove pointless #if. 17 years ago
Michael Niedermayer f73008d820 const 17 years ago
Aurelien Jacobs 815f98cce4 non-const 2nd parameter for strtol/strtod 17 years ago