1. 12 Jan, 2012 11 commits
  2. 11 Jan, 2012 1 commit
  3. 10 Jan, 2012 2 commits
  4. 08 Jan, 2012 3 commits
  5. 07 Jan, 2012 3 commits
  6. 05 Jan, 2012 2 commits
  7. 02 Jan, 2012 2 commits
  8. 27 Dec, 2011 1 commit
  9. 25 Dec, 2011 2 commits
  10. 24 Dec, 2011 1 commit
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 · df825c95
      Michael Niedermayer authored
      
      This merge is primary for metadata, theres little actually changed
      except cosmetics
      
      * qatar/release/0.7:
        4xm: Add a check in decode_i_frame to prevent buffer overreads
        wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.
        Update RELEASE file for 0.7.3
        swscale: #include "libavutil/mathematics.h"
        vp3dec: Check coefficient index in vp3_dequant()
        svq1dec: call avcodec_set_dimensions() after dimensions changed.
        swscale: Readd #define _SVID_SOURCE
      
      Conflicts:
      	RELEASE
      	libavcodec/4xm.c
      	libavcodec/vp3.c
      	libswscale/utils.c
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      df825c95
  11. 23 Dec, 2011 7 commits
  12. 09 Dec, 2011 1 commit
  13. 08 Dec, 2011 1 commit
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 · 8acf9905
      Michael Niedermayer authored
      
      Note, all these commits where already in our release, this merge thus
      changes nothing, its just for metadata
      
      * qatar/release/0.7:
        vp6: Fix illegal read.
        vp6: Fix illegal read.
        vp6: Reset the internal state when aborting key frames header parsing
        vp6: Check for huffman tree build errors
        vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling
        imgutils: Fix illegal read.
        qdm2: check output buffer size before decoding
        Fix out of bound reads in the QDM2 decoder.
        Check for out of bound writes in the QDM2 decoder.
        vmd: fix segfaults on corruped streams
      
      Conflicts:
      	libavcodec/qdm2.c
      	libavcodec/vmdav.c
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      8acf9905
  14. 06 Dec, 2011 1 commit
  15. 05 Dec, 2011 1 commit
    • Martin Storsjö's avatar
      swscale: Readd #define _SVID_SOURCE · 38a511e8
      Martin Storsjö authored
      This was removed erroneously in
      046f081b
      
      . This define still is
      necessary for getting MAP_ANONYMOUS defined on linux/glibc,
      despite the define reshuffling done in that commit.
      
      Without MAP_ANONYMOUS defined, the mprotect calls for setting the
      generated mmx2 scaler code pages executable are left out, causing
      crashes if that codepath is chosen.
      
      This patch fixes scaling from 192x144 to 320x240 with
      -sws_flags fast_bilinear, which crashes on linux at the
      moment.
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      (cherry picked from commit f32dfad9
      
      )
      Signed-off-by: default avatarReinhard Tartler <siretart@tauware.de>
      38a511e8
  16. 04 Dec, 2011 1 commit