Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-04ffmpeg.c: Don't use NULL for integer metadata flags.Alex Converse
2010-03-02Make ffmpeg print a message and abort if the name of the formatStefano Sabatini
2010-03-01Don't let output pixel format influence input pixel format.Chris Stones
2010-03-01ffmpeg: copy stream metadata.Anton Khirnov
2010-02-26Prevent overflow of start_time + recording_time.Francesco Cosoleto
2010-02-24Attempt to fix issue1728 and regression of issue203Michael Niedermayer
2010-02-24Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer
2010-02-23Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer
2010-02-23Redesign opt_programid code.Michael Niedermayer
2010-02-23Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger
2010-02-12Remove recording_time check which is no longer necessary after r21687.Wolfram Gloger
2010-02-10Use av_compare_ts to compare against the -t end time instead of usingReimar Döffinger
2010-02-08Stop reading input file when -t option value is reached.Wolfram Gloger
2010-02-06Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...Justin Johnson
2010-02-06Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini
2010-02-03Make opt_frame_pix_fmt() call show_pix_fmts() if the provided optionStefano Sabatini
2010-02-03Correct opts calulation in ffmpeg.c.Michael Niedermayer
2010-02-03Alternative solution for the mpegvideo_split + mov problem.Michael Niedermayer
2010-02-03Guess the duration before converting video and write guessed durationJustin Johnson
2010-02-02Check pkt.pts against the recording time.Michael Niedermayer
2010-01-30Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini
2010-01-28ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon
2010-01-27ffmpeg.c : Increase static limit on the maximum number ofJai Menon
2010-01-27Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer
2010-01-23Fix heap overflow with -async.Michael Niedermayer
2010-01-21IndentMåns Rullgård
2010-01-21Always call avcodec_thread_init()Måns Rullgård
2010-01-20Add -timelimit optionMåns Rullgård
2010-01-07Fix stream copy & transcoding one stream at the same time.Michael Niedermayer
2010-01-07Correct indention.Michael Niedermayer
2010-01-07Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer
2010-01-01Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini
2009-12-29Do not explicitely set thread_count in the codec context.Michael Dorr
2009-12-26Do not copy codec_tag in stream copy case if it is associated with a differen...Michael Niedermayer
2009-12-25Use positive logic, improve readability, consistent with r20877.Stefano Sabatini
2009-12-21Print usage instead of help when no files are specified.Ramiro Polla
2009-12-21Split show_usage() out of show_help().Ramiro Polla
2009-12-21Add a general [options] to the basic usage string.Ramiro Polla
2009-12-21First print the program description and then the basic usage line.Ramiro Polla
2009-12-16Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet
2009-12-16Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini
2009-12-15Simplify freeing of audio_language and subtitle_language.Matthieu Crapet
2009-12-15Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini
2009-12-14Correct typoVitor Sessak
2009-12-14Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer
2009-12-14Off by 1 bugfix for nb_frames_dup.Michael Niedermayer
2009-12-14Factorize ic->streams[i] out,Michael Niedermayer
2009-12-13Show help if no cmd line options are provided at all.Michael Niedermayer
2009-12-12Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini