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

  • lavf : Remove codec_tag from dashenc and smoothstreamingenc

    30 juin 2017, par Martin Storsjö
    lavf: Remove codec_tag from dashenc and smoothstreamingenc
    
    Currently, the tags enforced and set on the segmenter muxer level
    mismatch what the mp4/ismv muxer uses (since 713efb2c0d013).
    
    Skip the codec_tag altogether here, to let the user (try to) set
    whichever codec/tag is preferred; the individual chained muxer will
    reject invalid codecs anyway.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/dashenc.c
    • [DBH] libavformat/smoothstreamingenc.c
  • fate : Add cinepak encoder vsynth tests

    27 juin 2017, par Diego Biurrun
    fate: Add cinepak encoder vsynth tests
    
    • [DBH] tests/fate/vcodec.mak
    • [DBH] tests/ref/vsynth/vsynth1-cinepak
    • [DBH] tests/ref/vsynth/vsynth2-cinepak
  • cinepakenc : misc small changes

    27 juin 2017, par Diego Biurrun
    cinepakenc: misc small changes
    
    Avoid anonymously typedeffed structs and enums, drop an unused context member,
    fix a small wording mishap, sizeof(type) ---> sizeof(*variable), drop a
    needlessly verbose log message, use av_malloc_array() where appropriate.
    
    • [DBH] libavcodec/cinepakenc.c
  • cinepakenc : K&R formatting cosmetics

    27 juin 2017, par Diego Biurrun
    cinepakenc: K&R formatting cosmetics
    
    • [DBH] libavcodec/cinepakenc.c
  • cinepakenc : Stop using AVPicture

    27 juin 2017, par Timothy Gu
    cinepakenc: Stop using AVPicture
    
    • [DBH] libavcodec/cinepakenc.c