1. 08 Nov, 2014 2 commits
    • Tristan Matthews's avatar
      codec: mpeg_audio: fix pts update · 330c495a
      Tristan Matthews authored
      Fixes #12722
      
      (cherry picked from commit 72b03859fd8b715d9baeb5b378170d81517b01e8)
      330c495a
    • Rémi Denis-Courmont's avatar
      trivial_mixer: rewrite, fix dual-mode (fixes #12673) · 5bf84f02
      Rémi Denis-Courmont authored
      (cherry picked from commit a6c5f999ea28070c73f3c7db47414f666fdd6265)
      (cherry picked from commit 1047340ebc8f59895d7ad8747f7ec48528a31f64)
      (cherry picked from commit 81765639fdae8b0c9532c31e90e49eb6aecd5d72)
      (cherry picked from commit d6388f26bb6efef29397ba91b02befc427b3423e)
      (cherry picked from commit 4e63463ac0022f7eca3c4b9decb6ad5501b7ce38)
      (cherry picked from commit 4d6a9eaa413c73277648d4f98c5da1840f997b33)
      5bf84f02
  2. 07 Nov, 2014 2 commits
  3. 06 Nov, 2014 5 commits
  4. 05 Nov, 2014 1 commit
  5. 04 Nov, 2014 1 commit
  6. 03 Nov, 2014 4 commits
  7. 02 Nov, 2014 1 commit
  8. 01 Nov, 2014 5 commits
  9. 31 Oct, 2014 5 commits
  10. 29 Oct, 2014 1 commit
    • David Fuhrmann's avatar
      macosx: Add own callback path for item-change · df9f6b43
      David Fuhrmann authored
      The item-change callback might be called very often, and thus an
      own code path is better, with only necessary updates.
      
      Additionally, this fixes multiple resume playback dialogs occuring
      at once when starting playback in certain situations.
      
      refs #11981
      
      (cherry picked from commit 293ed5e2ce38aa632a47206ff260a49771e9f67b)
      Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
      df9f6b43
  11. 27 Oct, 2014 12 commits
  12. 25 Oct, 2014 1 commit
    • Rémi Denis-Courmont's avatar
      swscale: scale the whole picture (fixes #12085) · 7f06a466
      Rémi Denis-Courmont authored
      ...not just the visible part. So that cropping still works even though
      the visible part of the input and output format typically do not match.
      
      (cherry picked from commit 44d4685b1ca4d1b58c4ce77d479103d482be5d14)
      
      Conflicts:
      	modules/video_chroma/swscale.c
      7f06a466