1. 23 Aug, 2009 1 commit
  2. 22 Aug, 2009 4 commits
  3. 21 Aug, 2009 5 commits
  4. 20 Aug, 2009 3 commits
  5. 19 Aug, 2009 8 commits
  6. 17 Aug, 2009 8 commits
  7. 16 Aug, 2009 9 commits
  8. 15 Aug, 2009 2 commits
    • Diego Biurrun's avatar
      Use pkg-config to generate the linker flags for libdirac. · 2513b2b4
      Diego Biurrun authored
      We do the same for libschroedinger and already use pkg-config to generate
      the CFLAGS for libdirac anyway, so there is no new dependency.
      Thanks to Kovensky for reporting breakage on IRC.
      
      Originally committed as revision 19654 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2513b2b4
    • Anuradha Suraparaju's avatar
      Fix bug caused by difference in stride and picture width. · d15f2e00
      Anuradha Suraparaju authored
      When a frame is allocated using libschroedinger routines, the frame data size
      does not match the actual frame size if the width is not a multiple of 16. So
      we cannot do a straightforward memcpy of the frame returned by libschroedinger
      into the FFmpeg picture as the stride differs from the width.
      
      Fix this bug by allocating for the libschroedinger frame with the dimensions
      in AVCodecContext within libavcodec and passing the frame to libschroedinger.
      
      patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
      
      Originally committed as revision 19653 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d15f2e00