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-08-13cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-08-13ffplay: Fix invalid array indexMichael Niedermayer
2016-06-30ffplay: Fix usage of private lavfi APITimo Rothenpieler
2016-01-20ffplay: update docs after previous changes in ffplay mouse behaviourVittorio Gambaletta (VittGam)
2016-01-20ffplay: toggle full screen when double-clicking the video window with the lef...Vittorio Gambaletta (VittGam)
2016-01-20ffplay: seek only when pressing the right mouse button on the video windowVittorio Gambaletta (VittGam)
2015-12-28Revert "ffplay: Fix auto insertion point of rotation filter"Michael Niedermayer
2015-12-26ffplay: replace rint by lrintGanesh Ajjanagadde
2015-12-25ffplay: Fix auto insertion point of rotation filterwanzhang
2015-12-19ffplay: remove existing AVPicture usageMarton Balint
2015-12-06ffplay: use hypot()Ganesh Ajjanagadde
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes
2015-10-24ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectanglesMarton Balint
2015-10-12ffplay: eliminate stream_component_close forward declarationMarton Balint
2015-10-12ffplay: close streams and AVFormatContext in the main threadMarton Balint
2015-10-05ffplay: use correct context for av_logGanesh Ajjanagadde
2015-10-05ffplay: more robust condition variable creationGanesh Ajjanagadde
2015-10-05ffplay: log SDL error messagesGanesh Ajjanagadde
2015-10-05ffplay: more robust mutex creationGanesh Ajjanagadde
2015-10-04ffplay: more robust thread creationGanesh Ajjanagadde
2015-10-03ffplay: more robust mutex, condition variable handlingGanesh Ajjanagadde
2015-09-28doc/ffplay, ffplay: add information regarding volume controlGanesh Ajjanagadde
2015-09-28ffplay: add support for interactive volume controlGanesh Ajjanagadde
2015-09-27ffplay: dynamically allocate filename bufferGanesh Ajjanagadde
2015-09-27ffplay: introduce key repeatsGanesh Ajjanagadde
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-08-28Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje
2015-08-28ffplay: remove unused include libavutil/colorspace.hZhang Rui
2015-08-10ffplay: increase MIN_FRAMES to 25Marton Balint
2015-08-10ffplay: add specific constants for buffer fullness settings when using extern...Marton Balint
2015-08-08cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer
2015-08-08ffplay: pass all sws options to the filter graphMichael Niedermayer
2015-08-05ffplay: do not block audio thread on WIN32Marton Balint
2015-07-29ffplay: Use sws_scale to scale subtitlesMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-06-06ffplay: use av_clip() instead of nested min & maxClément Bœsch
2015-05-04ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer
2015-05-03ffplay: unify displaymatrix based rotation codeMichael Niedermayer
2015-05-02Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37'Michael Niedermayer
2015-05-02Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5'Michael Niedermayer
2015-04-30Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'Michael Niedermayer
2015-04-20Merge commit '336d2f0979b43a39bd11a047d798b7990d8b07c6'Michael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-03-22Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'Michael Niedermayer
2015-03-04ffplay: Switch to show waves mode if allocation/init of RDFT failsMichael Niedermayer
2015-02-17Merge commit '733f4b05f0e120ddd0393b23f2b6d9106cf922e4'Michael Niedermayer
2015-02-17Merge commit '266f241193b2fa8c99bb8b1f007c66bedd3b7d97'Michael Niedermayer
2015-02-10ffplay: factorize thread starting and stopping code into decoderMarton Balint