История коммитов

Автор SHA1 Сообщение Дата
  Anton Khirnov 7a39f142a8 ffmpeg.c: copy chapters by default. 15 лет назад
  Ronald S. Bultje 562f22a699 Typo: if output (video) stream's pix_fmt is not set, then the stream cannot 15 лет назад
  Michael Niedermayer 802323508c Allow mpeg style yuv in jpeg when strict standard compliance is small enough. 15 лет назад
  Alexander Strange d55065a29f ffmpeg: Combine variable declaration and definition 15 лет назад
  Alexander Strange 47b229dbab ffmpeg: Factor out redundant sync_ipts calculation 15 лет назад
  Måns Rullgård 335ee1aadd Move libm replacements to new header libm.h 15 лет назад
  Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 15 лет назад
  Alex Converse 660822f0ae ffmpeg.c: Don't use NULL for integer metadata flags. 15 лет назад
  Stefano Sabatini 8c8bf9ecfc Make ffmpeg print a message and abort if the name of the format 15 лет назад
  Chris Stones 49b609820d Don't let output pixel format influence input pixel format. 15 лет назад
  Anton Khirnov c71591a509 ffmpeg: copy stream metadata. 15 лет назад
  Francesco Cosoleto 6abda15f56 Prevent overflow of start_time + recording_time. 15 лет назад
  Michael Niedermayer a15fdd7ce3 Attempt to fix issue1728 and regression of issue203 15 лет назад
  Michael Niedermayer b8c93c483b Set ist->pts to something that isnt guranteed to entangle itself with stream copying b frames. 15 лет назад
  Michael Niedermayer 247e3954fc Favor streams with more packets if the user did not specify what she wants. 15 лет назад
  Michael Niedermayer 6d3d3b836f Redesign opt_programid code. 15 лет назад
  Reimar Döffinger fc5607f862 Make -benchmark also print the maximum memory usage if possible. 15 лет назад
  Wolfram Gloger 23b361baca Remove recording_time check which is no longer necessary after r21687. 15 лет назад
  Reimar Döffinger 40938d9382 Use av_compare_ts to compare against the -t end time instead of using 15 лет назад
  Wolfram Gloger 55a7e946f6 Stop reading input file when -t option value is reached. 15 лет назад
  Justin Johnson 86a4f011e6 Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 lines 15 лет назад
  Stefano Sabatini 6e2fdc3eb1 Add parentheses in boolean expression: (A && B || C) => ((A && B) || C), 15 лет назад
  Stefano Sabatini cedac88250 Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option 15 лет назад
  Michael Niedermayer f575f08ccb Correct opts calulation in ffmpeg.c. 15 лет назад
  Michael Niedermayer 5bfe91e683 Alternative solution for the mpegvideo_split + mov problem. 15 лет назад
  Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 15 лет назад
  Michael Niedermayer f8ccf72005 Check pkt.pts against the recording time. 15 лет назад
  Stefano Sabatini 718c7b18c9 Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 15 лет назад
  Jai Menon ecc544debd ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id 15 лет назад
  Jai Menon 60402344af ffmpeg.c : Increase static limit on the maximum number of 15 лет назад
  Michael Niedermayer 3ff0daf06d Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMES 15 лет назад
  Michael Niedermayer 7a086a852c Fix heap overflow with -async. 15 лет назад
  Måns Rullgård 40ccc754e9 Indent 15 лет назад
  Måns Rullgård 68cf92ee5e Always call avcodec_thread_init() 15 лет назад
  Måns Rullgård ffcc6e24f5 Add -timelimit option 15 лет назад
  Michael Niedermayer 036c1382a7 Fix stream copy & transcoding one stream at the same time. 15 лет назад
  Michael Niedermayer 9f907d853f Correct indention. 15 лет назад
  Michael Niedermayer 8157483d64 Move the definitions of data_buf and data_size closer to where they are used. 15 лет назад
  Stefano Sabatini 0f52ef1a00 Use av_guess_format() in place of the deprecated guess_format(). 15 лет назад
  Michael Dorr 322aa1e2d8 Do not explicitely set thread_count in the codec context. 15 лет назад
  Michael Niedermayer 37ce3d6ba7 Do not copy codec_tag in stream copy case if it is associated with a different codec_id 15 лет назад
  Stefano Sabatini a6831e885c Use positive logic, improve readability, consistent with r20877. 15 лет назад
  Ramiro Polla 7f11e745b2 Print usage instead of help when no files are specified. 15 лет назад
  Ramiro Polla 0c2a18cbcd Split show_usage() out of show_help(). 15 лет назад
  Ramiro Polla 8319aefeec Add a general [options] to the basic usage string. 15 лет назад
  Ramiro Polla 27daa420fc First print the program description and then the basic usage line. 15 лет назад
  Matthieu Crapet 0fc2c0f618 Add -vlang option to set ISO 639 video stream language code. 15 лет назад
  Stefano Sabatini 06a3c9c45a Use positive logic in opt_target() for selecting the PAL/others 15 лет назад
  Matthieu Crapet e6db28ceb2 Simplify freeing of audio_language and subtitle_language. 15 лет назад
  Stefano Sabatini 01558ee6c9 Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_target(). 15 лет назад