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-05-12rename -vfilters cli option to -vfBaptiste Coudurier
2010-05-11cosmetics, rename loop to frame_availableBaptiste Coudurier
2010-05-11rename curr_filter to last_filter, factorize filter declarationBaptiste Coudurier
2010-05-11cosmetics: indentation, whitespacesBaptiste Coudurier
2010-05-11simplify, reuse existing args variableBaptiste Coudurier
2010-05-11cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier
2010-05-07Remove messy pading hack in ffmpeg.c.Michael Niedermayer
2010-05-07Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer
2010-05-07avfilter support for ffmpegMichael Niedermayer
2010-04-30Print warnig if requested samplingrate is unsupported.Michael Niedermayer
2010-04-27Make ffmpeg use print_error() to make apparent the exact cause ofStefano Sabatini
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-22Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer
2010-04-22Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo
2010-04-20Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger
2010-04-17Take ticks per frame into account when warning about difference betweenBaptiste Coudurier
2010-04-05Simplify writing stream metadata.Anton Khirnov
2010-04-05Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov
2010-04-04Reindent.Stefano Sabatini
2010-04-04Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini
2010-04-03Use AVDISCARD_DEFAULT for 0 where appropriate.Carl Eugen Hoyos
2010-04-02Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini
2010-04-01Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje
2010-03-2010l: fix build without termios.hMåns Rullgård
2010-03-19Register atexit handler only when neededMåns Rullgård
2010-03-19ffmpeg.c: copy chapters by default.Anton Khirnov
2010-03-16Typo: if output (video) stream's pix_fmt is not set, then the stream cannotRonald S. Bultje
2010-03-15Allow mpeg style yuv in jpeg when strict standard compliance is small enough.Michael Niedermayer
2010-03-15ffmpeg: Combine variable declaration and definitionAlexander Strange
2010-03-15ffmpeg: Factor out redundant sync_ipts calculationAlexander Strange
2010-03-09Move libm replacements to new header libm.hMåns Rullgård
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