Commit History

Author SHA1 Message Date
  Reinhard Tartler 4979362ae4 ffmpeg: offer alternatives for experimental codecs if they exist 14 years ago
  Reinhard Tartler 0546386dff ffmpeg: fail if user selected codec is experimental and strict_std_compliance > experimental 14 years ago
  Reinhard Tartler a22222dadb Open 2-pass logfile in binary mode for both reading and writing. 14 years ago
  Michael Niedermayer ff866063e9 Print warnig if requested samplingrate is unsupported. 14 years ago
  Stefano Sabatini a31e795607 Make ffmpeg use print_error() to make apparent the exact cause of 14 years ago
  Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 14 years ago
  Michael Niedermayer 10d0f5e035 Make sure ffmpeg chooses a supported samplerte if the encoder supports 14 years ago
  Cyril Russo 9b157b0ccd Fix compilation error of ffmpeg and ffplay with --disable-avdevice. 14 years ago
  Robert Krüger 2328e5a289 Allow setting the environment variable FFMPEG_DATADIR to locate preset files. 14 years ago
  Baptiste Coudurier f32f7d8b24 Take ticks per frame into account when warning about difference between 14 years ago
  Anton Khirnov 46e6fb4c54 Simplify writing stream metadata. 14 years ago
  Anton Khirnov 1a6498d78c Don't overwrite user-supplied metadata with metadata mapped from an input file. 14 years ago
  Stefano Sabatini 685598f58d Reindent. 14 years ago
  Stefano Sabatini ac61f59a76 Rename av_encode() to av_transcode(), the new name is more meaningful. 14 years ago
  Carl Eugen Hoyos 18590be655 Use AVDISCARD_DEFAULT for 0 where appropriate. 14 years ago
  Stefano Sabatini 458b062d61 Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 14 years ago
  Ronald S. Bultje d9521cb119 Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Ronald S. Bultje aa1de0d9ed Split out code that auto-chooses a default pix_fmt/sample_fmt in their own 14 years ago
  Måns Rullgård 64f6e357fd 10l: fix build without termios.h 14 years ago
  Måns Rullgård 9a9509e6ee Register atexit handler only when needed 14 years ago
  Anton Khirnov 7a39f142a8 ffmpeg.c: copy chapters by default. 14 years ago
  Ronald S. Bultje 562f22a699 Typo: if output (video) stream's pix_fmt is not set, then the stream cannot 14 years ago
  Michael Niedermayer 802323508c Allow mpeg style yuv in jpeg when strict standard compliance is small enough. 14 years ago
  Alexander Strange d55065a29f ffmpeg: Combine variable declaration and definition 14 years ago
  Alexander Strange 47b229dbab ffmpeg: Factor out redundant sync_ipts calculation 14 years ago
  Måns Rullgård 335ee1aadd Move libm replacements to new header libm.h 14 years ago
  Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 14 years ago
  Alex Converse 660822f0ae ffmpeg.c: Don't use NULL for integer metadata flags. 14 years ago
  Stefano Sabatini 8c8bf9ecfc Make ffmpeg print a message and abort if the name of the format 14 years ago
  Chris Stones 49b609820d Don't let output pixel format influence input pixel format. 14 years ago
  Anton Khirnov c71591a509 ffmpeg: copy stream metadata. 14 years ago
  Francesco Cosoleto 6abda15f56 Prevent overflow of start_time + recording_time. 14 years ago
  Michael Niedermayer a15fdd7ce3 Attempt to fix issue1728 and regression of issue203 14 years ago
  Michael Niedermayer b8c93c483b Set ist->pts to something that isnt guranteed to entangle itself with stream copying b frames. 14 years ago
  Michael Niedermayer 247e3954fc Favor streams with more packets if the user did not specify what she wants. 14 years ago
  Michael Niedermayer 6d3d3b836f Redesign opt_programid code. 14 years ago
  Reimar Döffinger fc5607f862 Make -benchmark also print the maximum memory usage if possible. 14 years ago
  Wolfram Gloger 23b361baca Remove recording_time check which is no longer necessary after r21687. 14 years ago
  Reimar Döffinger 40938d9382 Use av_compare_ts to compare against the -t end time instead of using 14 years ago
  Wolfram Gloger 55a7e946f6 Stop reading input file when -t option value is reached. 14 years ago
  Justin Johnson 86a4f011e6 Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 lines 14 years ago
  Stefano Sabatini 6e2fdc3eb1 Add parentheses in boolean expression: (A && B || C) => ((A && B) || C), 14 years ago
  Stefano Sabatini cedac88250 Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option 14 years ago
  Michael Niedermayer f575f08ccb Correct opts calulation in ffmpeg.c. 14 years ago
  Michael Niedermayer 5bfe91e683 Alternative solution for the mpegvideo_split + mov problem. 14 years ago
  Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 14 years ago
  Michael Niedermayer f8ccf72005 Check pkt.pts against the recording time. 14 years ago
  Stefano Sabatini 718c7b18c9 Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 14 years ago