Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-18ffplay: reindent after previous commitClément Bœsch
2017-07-18ffplay: add -(no)find_stream_info expert optionClément Bœsch
2017-05-05Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch
2017-04-23ff*: do not use AVFrame accessorMuhammad Faiz
2017-04-15ffplay: fix indentationMarton Balint
2017-04-15ffplay: convert to new decode APIMarton Balint
2017-02-09ffplay: change keyboard volume control to logarithmicMarton Balint
2017-02-04ffplay: fix borderless mode on WindowsMarton Balint
2017-02-02ffplay: allow borderless playback windowsLucas Sandery
2017-01-22ffplay: fix indentation after last commitMarton Balint
2017-01-22ffplay: do not preallocate video textureMarton Balint
2017-01-12ffplay: use buffersink accessors.Nicolas George
2016-12-25ffplay: add startup volume optionGanesh Ajjanagadde
2016-12-11ffplay: fix sws_scale possible out of bounds array accessMarton Balint
2016-11-21ffplay: allow fallback to software rendererMarton Balint
2016-11-21ffplay: add support for negative RGBA linesizeMarton Balint
2016-10-07Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes
2016-10-02ffplay: remove unused viddec_width/viddec_heightMarton Balint
2016-10-02ffplay: use decoder avctx for decoded subtitle width/heightMarton Balint
2016-09-24ffplay: add SDL2 supportMarton Balint
2016-08-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-08-03ffplay: 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