Commit History

Author SHA1 Message Date
  Stefano Sabatini 462cca10cf Improve ffmpeg error reporting in case of input/output stream mismatch, 16 years ago
  Stefano Sabatini d18811bbf5 Make ffmpeg.c:opt_thread use parse_number_or_die(). 16 years ago
  Stefano Sabatini 3022cd10a5 Factorize options context setting. 16 years ago
  Baptiste Coudurier 837d248df6 enable stream copy with ffserver, to be able to chain 16 years ago
  Baptiste Coudurier 6dfafe109d set log debug when avformat debug is set 16 years ago
  Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 16 years ago
  Michael Niedermayer e66ace6f0b Support longer paths for and longer names in preset files. 16 years ago
  Michael Niedermayer 439c18c75d indent 16 years ago
  Michael Niedermayer 23b20b5cf3 Search /usr(/local)/share for preset files as well. 16 years ago
  Michael Niedermayer d9f1b68cf5 Presets support. 16 years ago
  Stefano Sabatini e992fba4ba Add a few newlines to 'ffmpeg -h' output to make it more readable. 16 years ago
  Peter Ross 418a0b9fc4 Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm 16 years ago
  Michael Niedermayer 573e8cb309 Remove incorrect usage of av_free_static(), ffmpeg.c is not a 16 years ago
  Baptiste Coudurier 9d58e0a9e1 cosmetics, space before and after parenthesis, weird indentation 16 years ago
  Erik Hovland f094b6627d Remove unnecessary header #includes. 16 years ago
  Stefano Sabatini ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 16 years ago
  Stefano Sabatini e5f6b7e5ac Slightly clarify bitstream filter help output. 16 years ago
  Michael Niedermayer e6b4e4ff5f Remove coded_frame==NULL checks for video encoders. 16 years ago
  Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 16 years ago
  Michael Niedermayer bcbd328e17 Make stream copy of ac3 from riff based formats work. 16 years ago
  Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 16 years ago
  Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 16 years ago
  Michael Niedermayer 46eab09341 Make opt_verbose() work again. 16 years ago
  Stefano Sabatini ba9880c13a Move show_formats() to cmdutils.c. 16 years ago
  Michael Niedermayer 20176cbc73 Get rid of more senseless wrapper functions and use OPT_EXIT instead. 16 years ago
  Michael Niedermayer 64555bd9b1 Do not pass program_name as argument to show_version(), this allows some 16 years ago
  Michael Niedermayer a0b3bcd9fe OPT_EXIT 16 years ago
  David Bolt 475f4d8d4b Print timestamp with increased precision. 16 years ago
  Stefano Sabatini 54d2d4f698 Make 'ffmpeg -formats' print codec long names. 16 years ago
  Dave Yeo 0a1b29dea7 sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Ramiro Polla b091aa44b7 Check for sys/resource.h and include it conditionally. 16 years ago
  Diego Pettenò 580a6c57a3 Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com 16 years ago
  Stefano Sabatini c48da33c63 Send context to some ffmpeg.c opt* function 16 years ago
  Stefano Sabatini 66824f990b Make some ffmpeg opts use parse-number-or-die. 16 years ago
  Ramiro Polla 8767060cd2 Fix bug introduced by r12827. 16 years ago
  Ramiro Polla 296df4e75f Use av_exit() instead of exit() for a minimal cleanup 16 years ago
  Ramiro Polla e5295c0dd9 Move av_exit() so it can be used by more functions 16 years ago
  Stefano Sabatini 6363827e13 Complete argument information in ffmpeg.c:options for non-number arguments 16 years ago
  Stefano Sabatini 7542157d8a Export parse_time_or_die from ffmpeg.c to cmdutils.c 16 years ago
  Stefano Sabatini b19221c8ce Make option time parsing functions take argument from options 16 years ago
  Stefano Sabatini 972d628a8b Provide a context to parse_time_or_die(). 16 years ago
  Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 16 years ago
  Michael Niedermayer e60da588e3 sws_flags is unsigned. 16 years ago
  Michael Niedermayer 3948c74f80 Remove INFINITY. 16 years ago
  Stefano Sabatini 53d1bdbaed Clarify the documentation for 'ffmpeg -v'. 16 years ago
  Michael Niedermayer 10e7fc7ce4 Reduce initial fifo size, so as not to senselessly waste memory. 16 years ago
  Michael Niedermayer a6ebca9e09 realloc fifo 16 years ago
  Stefano Sabatini b3574faa06 Remove a superfluous call to atoi in ffmpeg.c:opt_verbose 16 years ago
  Michael Niedermayer 5bc440e7e8 Add notes where known timestamp issues remain. 16 years ago