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
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-14ffmpeg: copy trailing_padding when using -acodec copyJon Toohill
2016-09-02ffmpeg: fix broken indent/style in write_frameClément Bœsch
2016-08-28ffmpeg: fix -stream_loop with -reMarton Balint
2016-08-17ffmpeg: Do not set too large bits_per_raw_sample.Carl Eugen Hoyos
2016-08-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-08-06Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer
2016-08-04Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'Timothy Gu
2016-08-04Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu
2016-08-04Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'Timothy Gu
2016-07-23ffmpeg.c: copy video profile when using stream_copyMark Reid
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-25ffmpeg: do not use deprecated AVSubtitleRect.pictClément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-10ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler
2016-05-16ffmpeg: Check that r_frame_rate is set before attempting to use itMichael Niedermayer
2016-05-10ffmpeg: copy color properties in case of -c:v copy.Ronald S. Bultje
2016-05-09Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-11vp9: add superframe merging bitstream filter.Ronald S. Bultje
2016-03-11lavf: allow BSFs to drop packets.Ronald S. Bultje
2016-02-26ffmpeg: set sub_text_format to ass (without timing) by defaultClément Bœsch
2016-02-24Merge commit 'c15f6098b1b25689dd5e86aeb5ce69bc12efe1e1'Derek Buitenhuis
2016-02-19ffmpeg: init input streams before opening encodersMarton Balint
2016-02-18ffmpeg: Check best_effort_timestamp after rescaleMichael Niedermayer
2016-01-29ffmpeg: replace "flush Media" with "flush_media" in benchmark_all outputStefano Sabatini
2016-01-19Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2'Hendrik Leppkes
2016-01-19Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2'Hendrik Leppkes
2016-01-17ffmpeg: fix sws_dict leak on error exitMichael Niedermayer
2016-01-08ffmpeg: check fclose return valuesGanesh Ajjanagadde
2016-01-07ffmpeg: replace log2 by av_log2Ganesh Ajjanagadde
2016-01-06ffmpeg: check return value of avio_closep for progress reportGanesh Ajjanagadde
2015-12-28ffmpeg: use lavf API for applying bitstream filtersRodger Combs
2015-12-17Merge commit 'e63e3797a1ed9346f529848e6ba3d27fd2d2cc8d'Hendrik Leppkes
2015-12-17ffmpeg: add progress speed to status line and reportMoritz Barsnick
2015-12-11ffmpeg: change command line option -dump to work without -loglevel debugTom Marecek
2015-12-05ffmpeg: When streamcopying, only add the input seek position when copying tim...Simon Thelen
2015-12-04ffmpeg: enable echoing with command and debug modesClément Bœsch
2015-12-04ffmpeg: Check pkt_dts for AV_NOPTS_VALUEMichael Niedermayer
2015-11-20ffmpeg: fix -copy_prior_start 0 with -copyts and input -ssRodger Combs
2015-11-20ffmpeg: preserve profile for audio stream copyMaksym Veremeyenko
2015-11-16ffmpeg: Simplify fps code related to delta0Bryan Huh
2015-11-16ffmpeg: Fixing typos and adding comments to fps codeBryan Huh
2015-11-11ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUEMichael Niedermayer
2015-11-11ffmpeg: Print a warning if a pkt duration is already set before using the fra...Michael Niedermayer
2015-11-11ffmpeg: set muxer packet duration based on framerate only for CFRMichael Niedermayer
2015-11-10Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'Hendrik Leppkes
2015-11-10ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.Simon Thelen
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-10-30ffmpeg: use log10 instead of log()/log(10)Ganesh Ajjanagadde