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/asvenc : Use tighter MAX_MB_SIZE constant

    10 avril, par Andreas Rheinhardt
    avcodec/asvenc: Use tighter MAX_MB_SIZE constant
    
    Also document the constant.
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/asvenc.c
  • avcodec/asvenc : Don't use FF_INPUT_BUFFER_MIN_SIZE

    10 avril, par Andreas Rheinhardt
    avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE
    
    ASV-1/2 does not really have a header and so using
    FF_INPUT_BUFFER_MIN_SIZE is wasteful as well as ugly
    (such bounds should be codec-specific).
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/asvenc.c
  • avcodec/mpegaudioenc : Rename MPA_encode_* -> mpa_encode_*

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_*
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegaudioenc.c
  • avcodec/mpegaudioenc : Move PutBitContext to stack

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc: Move PutBitContext to stack
    
    Avoids keeping dangling pointers in the context.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegaudioenc.c
  • avcodec/mpegaudioenc : Don't pad one bit at a time

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc: Don't pad one bit at a time
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegaudioenc.c