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-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-08-06ffplay: Fix invalid array indexMichael Niedermayer
2016-06-29ffplay: Fix usage of private lavfi APITimo Rothenpieler
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-20ffplay: ensure that we buffer at least 1 second of contentMarton Balint
2016-06-20ffplay: factorize checking if a stream needs additional packetsMarton Balint
2016-05-31ffplay: simplify display codeMarton Balint
2016-05-07ffplay: force setting alsa buffer sizeMarton Balint
2016-04-13ffplay: convert to codecparMarton Balint
2016-04-05ffplay: fix silence insertion on error or pauseMarton Balint
2016-03-22ffplay: remove redundant silence bufferLukasz Marek
2016-03-20ffplay: Remove "&& 0" from already disabled debug codeMichael Niedermayer
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