git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

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

Les articles publiés sur le site

  • avcodec : add an APV parser

    27 avril, par James Almer
    avcodec: add an APV parser
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/apv_parser.c
    • [DH] libavcodec/parsers.c
    • [DH] libavcodec/version.h
  • apv_decode : Replace division with shift

    27 avril, par Mark Thompson
    apv_decode: Replace division with shift
    
    The compiler can't see that this should be a shift and generates a real
    division which is slow enough to appear in profiles on its own.
    
    • [DH] libavcodec/apv_decode.c
  • avcodec/apv_decode : Remove redundant log message

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode: Remove redundant log message
    
    ff_thread_get_buffer() already emits its own logmessage.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/apv_decode.c
  • avcodec/apv_decode : Fix shadowing

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode: Fix shadowing
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/apv_decode.c
  • avformat/apvenc : Add AVFMT_NOTIMESTAMPS flag

    27 avril, par Andreas Rheinhardt
    avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
    
    This is a raw format.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/apvenc.c