git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/asvenc : Use tighter MAX_MB_SIZE constant
10 avril, par Andreas Rheinhardt -
avcodec/asvenc : Don't use FF_INPUT_BUFFER_MIN_SIZE
10 avril, par Andreas Rheinhardtavcodec/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>
-
avcodec/mpegaudioenc : Rename MPA_encode_* -> mpa_encode_*
10 avril, par Andreas Rheinhardt -
avcodec/mpegaudioenc : Move PutBitContext to stack
10 avril, par Andreas Rheinhardt -
avcodec/mpegaudioenc : Don't pad one bit at a time
10 avril, par Andreas Rheinhardt