]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'cus/stable'
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 1 Jun 2013 21:46:56 +0000 (23:46 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 1 Jun 2013 21:47:01 +0000 (23:47 +0200)
commitc28aafe6c048a9dca3a483124d8be963f9f41ae2
tree1e53c0ee966da9d689176ea0ff4d9a1da71eea47
parentec34963276fc03fc0730bd0be264ff9b7f3145fb
parent30d724bdfde53ebe1cc7e714ba65e45f7ed38baa
Merge remote-tracking branch 'cus/stable'

* cus/stable:
  ffplay: detect when the created overlay buffers are not valid for the wanted overlay height
  ffplay: do not allow wider window than 16383
  ffplay: use 0 frame delay if redisplaying an already displayed frame
  ffplay: use more sane frame timer resetting logic
  ffplay: only update pts if not redisplaying a frame
  ffplay: fix compute_target_delay to better handle frames with long durations
  ffplay: if playing only audio or video only, show the master clock diff in status line
  ffplay: factorize clock functions
  ffplay: decrease video picture queue size to 3

Merged-by: Michael Niedermayer <michaelni@gmx.at>