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-10-07ffmpeg: remove unused and errorneous AVFrame timestamp checkHendrik Leppkes
2016-08-13cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-06-05ffmpeg: Check that r_frame_rate is set before attempting to use itMichael 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
2015-10-29Merge commit 'cd0e08813a0484002b5defbf557c859f123953ae'Hendrik Leppkes
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes
2015-10-22ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint
2015-10-22Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes
2015-10-22ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is pr...Marton Balint
2015-10-22ffmpeg: factorize checking decoder resultMarton Balint
2015-10-22ffmpeg: exit on av_write_trailer failure if exit_on_error is setMarton Balint
2015-10-22ffmpeg: log failed av_write_trailerMarton Balint
2015-10-14ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usageHendrik Leppkes
2015-10-14ffmpeg: remove trailing whitespace that sneaked into the previous mergeHendrik Leppkes
2015-10-14Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes
2015-10-12ffmpeg: modify tty state when stderr is redirectedGanesh Ajjanagadde
2015-10-09ffmpeg: avoid possible undefined behaviorGanesh Ajjanagadde
2015-09-12Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-04ffmpeg: Drop redundant ist checkMichael Niedermayer
2015-08-29ffmpeg: force 128k default audio bitrate if nothing is specified and there is...Michael Niedermayer
2015-08-22add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun
2015-08-21ffmpeg: use av_err2str()Michael Niedermayer
2015-08-21ffmpeg: Use correct codec_id for av_parser_change() checkMichael Niedermayer