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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-04Merge commit '3892bdab9b652eb003ab95e167f1765e0b0ea035'Michael Niedermayer
2015-04-02ffmpeg_opt.c: fix regression introduced in 5743095cTim Nicholson
2015-03-29ffmpeg_opt: Do not overwrite output if there is no inputMichael Niedermayer
2015-02-26ffmpeg: allow to set the thread message queue size.Nicolas George
2015-02-19ffmpeg_opt: Add missing MATCH_PER_TYPE_OPT() for data codecsMichael Niedermayer
2015-02-17Merge commit '81688e68f93f3142e2093f1a3d226edaeb179992'Michael Niedermayer
2015-02-15ffmpeg_opt: Creating new data stream for output format contextAnshul Maheshwari
2015-02-04ffmpeg: Make CFR frame drop threshold user adjustableMichael Niedermayer
2015-01-25ffmpeg: allow overriding and amending AVStream->dispositionMichael Niedermayer
2015-01-24ffmpeg_opt: expand format for strftimeChristophe Gisquet
2015-01-16ffmpeg: improve data stream supportAnshul Maheshwari
2015-01-08ffmpeg_opt: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-07ffmpeg_opt: Check for av_realloc_array() failureMichael Niedermayer
2015-01-07ffmpeg_opt: Use av_realloc_array()Michael Niedermayer
2014-12-28ffmpeg: add sdp_file optionSimon Thelen
2014-12-19Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer
2014-11-30ffmpeg: take bsf arguments from the command lineChristophe Gisquet
2014-11-28ffmpeg_opt: make use of recommended encoder configurationLukasz Marek
2014-11-16ffmpeg_opt: use codec private context in ffserver streamsLukasz Marek
2014-11-09Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos
2014-11-08ffmpeg_opt: free incorrect priv_data for feed streamLukasz Marek
2014-11-05doc: clarify -frames options behaviorLou Logan
2014-11-04ffmpeg_opt: store canvas size in decoder contextMichael Niedermayer
2014-10-26ffmpeg_opt: Check the return code from strftime()Michael Niedermayer
2014-10-24Print an error if -r and -vsync 0 are used together.Carl Eugen Hoyos
2014-10-21ffmpeg_opt: Add -start_at_zero option.Rodger Combs
2014-10-12ffmpeg_opt: abort if -to <= -ssSimon Thelen
2014-10-06ffmpeg: add vdpau_old to allow continued testing of the older (but not oldest...Michael Niedermayer
2014-09-25lavu/ffmpeg_opt: Check return value of avcodec_find_encoder().Thilo Borgmann
2014-08-27ffmpeg_opt: reduce diff to libav in opt_target() by 16 linesMichael Niedermayer
2014-08-27Merge commit 'f5245a9c6206878b892adf3ccbccc9311c202af5'Michael Niedermayer
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-16ffmpeg: look for encoding options in both avcodec and avformatClément Bœsch
2014-08-15ffmpeg: remove 32 channel limit from audio_channels_mapMichael Niedermayer
2014-08-07Do not automatically map subtitles if the decoder and encoder properties are ...Carl Eugen Hoyos
2014-08-04ffmpeg: Do not fail if a demuxer and decoder use the same option identiferMichael Niedermayer
2014-08-02ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codecMichael Niedermayer
2014-07-29Merge commit 'dc71f1958846bb1d96de43a4603983dc8450cfcc'Michael Niedermayer
2014-07-15ffmpeg_opt: remove intra_dc_precision, its handled by AVOptionsMichael Niedermayer
2014-06-29ffmpeg_opt: route -ab to -b:aMichael Niedermayer
2014-06-18ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are str...Michael Niedermayer
2014-06-07ffmpeg: support setting AVStream.discardMichael Niedermayer
2014-06-07ffmpeg_opt: remove unused variable and undocumented and not working command l...Michael Niedermayer
2014-06-01ffmpeg_opt: fix ffserver with the 2 encoder contextsMichael Niedermayer
2014-06-01ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding contextMichael Niedermayer
2014-06-01ffmpeg_opt: fix attachment streamsMichael Niedermayer
2014-06-01Merge commit '383136264ef40452efd86cafb2d7221cd3830b3d'Michael Niedermayer
2014-06-01Merge commit '41776ba9c0ebbb71394cefdf7dd1b243e6c852d5'Michael Niedermayer
2014-05-21ffmpeg: use av_stream_get_end_pts()Michael Niedermayer
2014-05-20ffmpeg_opt: dont copy "encoder" metadata unless stream copy is usedMichael Niedermayer