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
2017-05-25ffmpeg: remove bsf extradata propagation hackJames Almer
2017-05-10ffmpeg: add enc_time_base optionerankor
2017-05-05Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch
2017-05-05ffmpeg: check for unconnected outputswm4
2017-03-31Merge commit '01348e411f962f5e4605d649fc9a47a54587ba8e'James Almer
2017-03-27avformat, ffmpeg: deprecate old rotation APIwm4
2017-03-15ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm4
2017-03-03ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov
2017-01-28ffmpeg.c: Add output file index and stream index to vstats file.Sasi Inguva
2017-01-26ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -v...Sasi Inguva
2017-01-14ffmpeg: Add -time_base option to hint the time baseMichael Bradshaw
2017-01-11ffmpeg: Add an option "qsv_device" to choose proper node for QSV child device...Zhengxu
2016-12-05Avoid using the term "file" and prefer "url" in some docs and commentsMichael Niedermayer
2016-11-28ffmpeg_opt: Fix starttime with ffm in bitexact modeMichael Niedermayer
2016-11-24ffmpeg_filter: fix several logic failuresPaul B Mahol
2016-11-13Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes
2016-11-06ffmpeg: parameters for filter thread countsDeHackEd
2016-11-03Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes
2016-10-08Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes
2016-10-07ffmpeg: don't reconfigure terminal if we're not taking input from stdinRodger Combs
2016-09-27ffmpeg: stop using AVStream.codec on stream copyJames Almer
2016-09-25ffmpeg: fix memleak of bitstream filter context on failureJames Almer
2016-09-25ffmpeg: Fix bistream typosMichael Niedermayer
2016-09-24ffmpeg: switch to the new BSF APIClément Bœsch
2016-09-21ffmpeg: switch to codecparClément Bœsch
2016-09-07ffmpeg_opt: Suggest to use "file:..." if a protocol was not found.Carl Eugen Hoyos
2016-08-06Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer
2016-08-04ffmpeg_opt: Remove duplicated initialization of attachment streamTimothy Gu
2016-08-04Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu
2016-07-20ffmpeg_opt: Delete duplicate “hwaccel_output_format” option.Jun Zhao
2016-06-10ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler
2016-05-09Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis
2016-03-03ffmpeg: remove hardcoded 'now' creation_time supportMarton Balint
2016-02-17Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'Derek Buitenhuis
2016-02-08ffmpeg_opt: Fix memleaks in "manually set programs" loopMichael Niedermayer
2016-01-26ffmpeg_opt: Allow -metadata option to set metadata on programs.Vittorio Gambaletta (VittGam)
2016-01-26ffmpeg_opt: Move the 'process manually set programs' block above 'process man...Vittorio Gambaletta (VittGam)
2015-12-28ffmpeg: use lavf API for applying bitstream filtersRodger Combs
2015-12-16ffmpeg: Allow specifying the program number for created programsMichael Niedermayer
2015-12-12ffmpeg: Add basic support to mux multiple programsMichael Niedermayer
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-22ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint
2015-10-22Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes
2015-10-14ffmpeg_opt: rename loop option to stream_loopMichael Niedermayer
2015-10-14Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes
2015-09-29Merge commit 'b5e4f393b6757629281f58c3f3f6d55ca522ab60'Hendrik Leppkes
2015-09-29Merge commit '3973f0f773e0bd212734eccda78aa798f8b20692'Hendrik Leppkes
2015-09-17Merge commit '7bb1c1bfd22de2200743af04ebd0c7c775f56f7e'Hendrik Leppkes
2015-09-02ffmpeg: Improve help text for -target.Carl Eugen Hoyos
2015-08-28Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje