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
2020-08-23fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt
2020-07-30fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint
2020-06-01fftools/ffmpeg: update text requesting samplesAndriy Gelman
2020-05-26fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-06fftools/ffmpeg: use local variable with same contents directlyLimin Wang
2020-05-02fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint
2020-04-26ffmpeg: Remove the hw_device_ctx globalMark Thompson
2020-04-26ffmpeg: Use hardware config metadata with encodersMark Thompson
2020-04-15ffmpeg: Do not clip timestamps at LONG_MAX.Carl Eugen Hoyos
2020-04-13fftools/ffmpeg: also flush encoders which have a variable frame sizeMarton Balint
2020-04-04fftools/ffmpeg: Disable copy_ts on timestamp wraparoundMichael Niedermayer
2020-03-31ffmpeg: Print an error instead of a debug message on exit.Carl Eugen Hoyos
2020-03-16ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström
2020-02-16fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer
2020-02-13fftools/ffmpeg: Integrate two checksAndreas Rheinhardt
2020-01-28ffmpeg: Do not print "SDP:" on top of sdp files.Carl Eugen Hoyos
2020-01-05ffmpeg: don't force source-tracked keyframes for duplicatesGyan Doshi
2020-01-05ffmpeg: remove premature rescaling of forced_keyframe timesGyan Doshi
2019-12-21fftools/ffmpeg: Reindent after last commitNicolas Gaullier
2019-12-21fftools/ffmpeg: Fix forward CPB props in to outNicolas Gaullier
2019-10-25fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt
2019-10-12fftools/ffmpeg: Improve streamcopyAndreas Rheinhardt
2019-09-05ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi
2019-04-19libavformat: improve logs with cur_dtsAndreas Hakon
2019-03-28fftools/ffmpeg: Check if we do have also a filter_complex filter.Thierry Foucu
2018-12-18ffmpeg: improve the intra stream discontinuity messageJan Ekström
2018-11-27ffmpeg: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos
2018-11-27fftools/ffmpeg: delete the unused code.Jun Zhao
2018-11-16fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer
2018-11-11fftools/ffmpeg: Indent the codeJun Zhao
2018-11-11fftools/ffmpeg: Put the variable declaration at uppper for block.Jun Zhao
2018-11-11fftools/ffmpeg: Remove the micor like "#if 1"Jun Zhao
2018-10-15ffmpeg: log corrupted packets and framesMarton Balint
2018-10-09ffmpeg: check return value of avcodec_parameters_from_contextMarton Balint
2018-08-28ffmpeg: add correct field for raw pts in -progress reportGyan Doshi
2018-08-08ffmpeg: simplify refcounting packets for the muxing queueJames Almer
2018-07-02ffmpeg: fix -stream_loop with multiple inputsMarton Balint
2018-07-02ffmpeg: factorize input thread creation and destructionMarton Balint
2018-06-28ffmpeg: make loglevel verbose for frame duration warningGyan Doshi
2018-06-23ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson
2018-06-17fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao
2018-06-14ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer
2018-06-14fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer
2018-06-09ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos
2018-06-04fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit
2018-05-02fftools/ffmpeg: properly initialize output stream field orderTobias Rapp
2018-05-01fftools/ffmpeg: fix mixed code and declarationsJames Almer
2018-04-28fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo
2018-04-28fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler