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
2021-10-08fftools/ffmpeg: Fix crash when flushing non-fully setup output streamAndreas Rheinhardt
2021-08-28ffmpeg: fix order between field order autodetection and overrideJan Ekström
2021-05-13ffmpeg: return no chosen output if an uninitialized stream is unavailableJan Ekström
2021-03-17fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer
2021-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-28fftools/ffmpeg, ffplay: Don't set refcounted_framesAndreas Rheinhardt
2021-02-05ffmpeg: add -fpsmax to clamp output framerateGyan Doshi
2021-01-26avcodec: remove long dead debug_mv codeJames Almer
2021-01-17ffmpeg: use sigaction() instead of signal() on linuxAndriy Gelman
2020-12-24ffmpeg: delay first statsGyan Doshi
2020-12-22ffmpeg: don't delay printing initial statsGyan Doshi
2020-12-22ffmpeg: add option stats_periodGyan Doshi
2020-12-10ffmpeg: stop accessing deprecated stream-embedded codec contextAnton Khirnov
2020-11-27avcodec: deprecate thread_safe_callbacksAnton Khirnov
2020-10-31fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang
2020-10-29ffmpeg: move field order decision making to encoder initializationJan Ekström
2020-10-29ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström
2020-10-29ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström
2020-10-29ffmpeg: move AVFrame time base adjustment into a functionJan Ekström
2020-10-29ffmpeg: add a data size threshold for muxing queue sizeJan Ekström
2020-10-17ffmpeg: deduplicate init_output_stream usage logicJan Ekström
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