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
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
2015-02-10ffplay: make eof part of videostate and signal it when opening a streamMarton Balint
2015-02-10ffplay: update frame timer based on last updated clock time when toggling pauseMarton Balint
2015-02-02ffplay: Fallback to dts if pts is unavailable in pkt_in_play_range calculationMichael Niedermayer
2015-01-01ffplay: dump format before selecting streamsMarton Balint
2015-01-01ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint
2015-01-01ffplay: remove unused no_background from videostateMarton Balint
2015-01-01ffplay: remove flushed state from decoder contextMarton Balint
2014-11-22ffplay: fix mem leak when opening input or parsing options fail.Benoit Fouet
2014-11-12ffplay: signal the frame queue before closing audioMarton Balint
2014-11-09Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos
2014-11-09ffplay: only output null packet once on EOFMarton Balint
2014-11-09ffplay: fix indentation after last commitMarton Balint
2014-11-09ffplay: implement separete audio decoder threadMarton Balint
2014-10-18ffplay: remove manual bug option handling codeMarton Balint
2014-10-18ffplay: remove delays when paused from video and subtitle threadMarton Balint
2014-10-17Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc'Michael Niedermayer
2014-10-17Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767'Michael Niedermayer
2014-10-10ffplay: dont leave swresampler in half initialized stateMarton Balint
2014-09-27ffplay: Separate AVFrame from AVSubtitleMichael Niedermayer
2014-09-24ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer
2014-09-23ffplay: move pts calculating code to generic decoderMarton Balint