git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • omx : Don’t return > 0 from omx_encode_frame

    24 juin 2016, par Martin Storsjö
    omx: Don't return > 0 from omx_encode_frame
    
    The encode function is supposed to just return 0 on success.
    This stems from a mixup with the return value of decode functions.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/omx.c
  • libopenh264enc : Fix inconsistent whitespace

    24 juin 2016, par Martin Storsjö
    libopenh264enc: Fix inconsistent whitespace
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/libopenh264enc.c
  • Add an OpenH264 decoder wrapper

    23 juin 2016, par Martin Storsjö
    Add an OpenH264 decoder wrapper
    
    While it is less featureful (and slower) than the built-in H264
    decoder, one could potentially want to use it to take advantage
    of the cisco patent license offer.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/libopenh264.c
    • [DBH] libavcodec/libopenh264.h
    • [DBH] libavcodec/libopenh264dec.c
    • [DBH] libavcodec/libopenh264enc.c
    • [DBH] libavcodec/version.h
  • fate : Add test for webp

    23 juin 2016, par Diego Biurrun
    fate: Add test for webp
    
    • [DBH] tests/fate/image.mak
    • [DBH] tests/ref/fate/webp
  • msmpeg4 : Remove commented-out debug logging code

    23 juin 2016, par Diego Biurrun
    msmpeg4: Remove commented-out debug logging code
    
    • [DBH] libavcodec/msmpeg4dec.c