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
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
2015-08-21ffmpeg: Check av_parser_change() for failureMichael Niedermayer
2015-08-21ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTUREMichael Niedermayer
2015-08-21ffmpeg: check avpicture_fill() return valueMichael Niedermayer
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-16ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_refAndreas Cadhalpun
2015-08-15ffmpeg: Use the decoders dimensions in sub2video_get_blank_frame()Michael Niedermayer
2015-08-15ffmpeg: Use actual frame dimensions in checks in sub2video_update()Michael Niedermayer
2015-08-15ffmpeg: Print sub2video: rectangle coordinates in case of overflowsMichael Niedermayer
2015-08-12ffmpeg: replace deprecated av_log_ask_for_sample with av_logAndreas Cadhalpun
2015-08-08ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer
2015-08-04ffmpeg: remove access to private FILE struct members on WindowsHendrik Leppkes
2015-08-04ffmpeg: avoid scanf in keyboard command parsingHendrik Leppkes
2015-07-31Revert "ffmpeg: modify tty state when stderr is redirected"Michael Niedermayer
2015-07-30ffmpeg: modify tty state when stderr is redirectedGanesh Ajjanagadde
2015-07-28ffmpeg.c: remove all remaining coded_frame usesMichael Niedermayer
2015-07-28ffmpeg: Use side data instead of coded_frame for error[] valuesMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer
2015-07-19Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'Michael Niedermayer
2015-07-19Merge commit '1959351aecf09fc3e90208ff775f4849801dc13f'Michael Niedermayer
2015-07-19Merge commit 'ab7b038906f3e40ed474676d8e3029902a2078f5'Michael Niedermayer
2015-07-19Merge commit '6d5d9246042acb804a652e6fedfb7afe0ca85614'Michael Niedermayer
2015-07-19Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82'Michael Niedermayer
2015-07-14ffmpeg: Fix cleanup after failed allocation of output_filesMichael Niedermayer
2015-07-14ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer
2015-07-14ffmpeg: Fix deallocating input threads with partly failed file allocationMichael Niedermayer
2015-07-14ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer
2015-07-09ffmpeg: Use av_log to print benchmark output.Carl Eugen Hoyos
2015-07-01ffmpeg: windows: respond to logoff and ctrl+break messages as wellrogerdpack
2015-07-01ffmpeg: only count got_output/errors in decode_error_statAndreas Cadhalpun
2015-07-01ffmpeg: exit_on_error if decoding a packet failedAndreas Cadhalpun
2015-06-27Merge commit '9a5e4fbec870c7d466b7a0aec92c70778efc96b5'Michael Niedermayer
2015-06-27Merge commit 'b114f6d48a06a4dad6882bc83e07463905f004c4'Michael Niedermayer
2015-06-26ffmpeg: Use 2 instead of STDERR_FILENOMichael Niedermayer
2015-06-25modify exit message when signaledrogerdpack
2015-06-25ffmpeg: log error message when shutting down from too many signalsrogerdpack
2015-06-24ffmpeg: Do not use the data/size of a bitstream filter after failureMichael Niedermayer
2015-06-18ffmpeg: Free last_frame instead of just unrefMichael Niedermayer