1. 19 Mar, 2013 1 commit
  2. 14 Feb, 2013 1 commit
  3. 16 Jan, 2013 5 commits
  4. 17 Dec, 2012 2 commits
    • Ramiro Polla's avatar
      dshow: call CoUninitialize() on dshow_read_close() · 83a9f29f
      Ramiro Polla authored
      Every call to CoInitialize should have a matching CoUnititalize.
      
      Based on patch by Don Moir <donmoir@comcast.net>.
      83a9f29f
    • Ramiro Polla's avatar
      dshow: handle events in graph · 190f6135
      Ramiro Polla authored
      Handling DirectShow events prevents infinite loops when there is an error in
      the graph, such as a device being disconnected. This makes it possible for
      dshow to return an error to the caller and run the cleanup code.
      
      Based on patch by Don Moir <donmoir@comcast.net>.
      190f6135
  5. 15 Dec, 2012 1 commit
  6. 08 Dec, 2012 1 commit
  7. 01 Dec, 2012 1 commit
  8. 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
  9. 29 Sep, 2012 1 commit
  10. 07 Sep, 2012 2 commits
  11. 29 Aug, 2012 1 commit
  12. 20 Aug, 2012 2 commits
  13. 19 Aug, 2012 2 commits
  14. 07 Aug, 2012 1 commit
  15. 24 May, 2012 1 commit
  16. 03 Feb, 2012 2 commits
  17. 03 Dec, 2011 1 commit
  18. 06 Nov, 2011 6 commits
  19. 05 Nov, 2011 1 commit
  20. 17 Oct, 2011 1 commit
  21. 16 Sep, 2011 6 commits