1. 11 Jan, 2015 1 commit
  2. 14 Nov, 2014 1 commit
  3. 26 Oct, 2014 1 commit
  4. 22 Sep, 2014 1 commit
  5. 09 Aug, 2014 1 commit
  6. 08 Jul, 2014 1 commit
  7. 02 May, 2014 1 commit
  8. 11 Apr, 2014 2 commits
  9. 03 Mar, 2014 1 commit
  10. 16 Feb, 2014 1 commit
  11. 14 Feb, 2014 1 commit
  12. 11 Feb, 2014 1 commit
  13. 09 Feb, 2014 1 commit
  14. 27 Jan, 2014 2 commits
  15. 26 Dec, 2013 1 commit
  16. 27 Nov, 2013 1 commit
  17. 26 Nov, 2013 1 commit
    • Stefano Sabatini's avatar
      lavd/sdl: add event handler thread · 7de3b139
      Stefano Sabatini authored
      SDL_Init() is called on the event handler thread, as required by SDL in
      Windows to avoid deadlocks as discovered by Roger Pack.
      
      Fix trac ticket #1743 and #1744.
      7de3b139
  18. 24 Oct, 2013 1 commit
  19. 08 Oct, 2013 1 commit
  20. 09 Jul, 2013 1 commit
    • Michael Niedermayer's avatar
      avformat/AVFormatContext: Move fields down to match the fork · f9d74312
      Michael Niedermayer authored
      avconv uses private and internal fields from libavformat, we thus must
      match the layout even of the fields marked non public.
      Otherwise ffmpegs libavformat could not be used as a dropin replacement
      on debian/ubuntu
      
      The current soname of libavformat was not part of any release nor are any
      fields marked public moved thus in theory
      no installed shared lib ABI breakage should occur. Still the need for this
      change is unfortunate and chilling.
      If you installed shared libs from a recent development version of libavformat
      that is more recent than the last release. You probably want to check or rebuild
      applications that linked to it.
      
      minor versions of avformat & avdevice are bumped to allow detecting this
      as both use the updated struct
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f9d74312
  21. 30 May, 2013 1 commit
    • Stefano Sabatini's avatar
      lavd: add xv output device · 9f8937b5
      Stefano Sabatini authored
      Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>.
      
      See thread:
      Subject: [FFmpeg-devel] x11 output device for libavdevice
      Date: Wed, 10 Apr 2013 23:10:47 +0000
      9f8937b5
  22. 22 May, 2013 1 commit
  23. 19 May, 2013 1 commit
  24. 14 Mar, 2013 1 commit
  25. 08 Mar, 2013 1 commit
  26. 31 Jan, 2013 1 commit
  27. 01 Dec, 2012 1 commit
  28. 29 Nov, 2012 1 commit
    • Stefano Sabatini's avatar
      lavu/opt: change the way default pixel and sample format value is set · 08d0969c
      Stefano Sabatini authored
      Use the i64 field rather than the string value. Using a string to set a
      default sample/pixel format is weird, also the new interface is more
      consistent with the rest of the API.
      
      This is technically an API break, but hopefully there are no applications
      using this feature outside of FFmpeg. In order to save backward
      compatibility with mixed libraries in case libavutil is updated but not
      the other libraries, some ifdeffery hacks are added.
      
      Note that the version check is only performed when class->version != 0,
      since if it is not defined then we assume that no version was defined and
      the class is not affected by the change.
      
      We will luckily get rid of the hack at the next major bump.
      08d0969c
  29. 28 Sep, 2012 1 commit
  30. 20 Sep, 2012 1 commit
  31. 21 Jul, 2012 1 commit
  32. 05 Jul, 2012 1 commit
  33. 04 Jul, 2012 2 commits
  34. 25 May, 2012 1 commit
  35. 28 Jan, 2012 1 commit
  36. 24 Jan, 2012 1 commit
  37. 22 Dec, 2011 1 commit