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

  • avformat/framecrcenc : List types and checksums for for side data

    17 mai, par Michael Niedermayer
    avformat/framecrcenc: List types and checksums for for side data
    
    This allows detecting changes and regressions in side data related code, same as what
    framecrc does for before already for packet data itself.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/framecrcenc.c
    • [DH] tests/ref/fate/autorotate
    • [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
    • [DH] tests/ref/fate/ffmpeg-bsf-input
    • [DH] tests/ref/fate/ffmpeg-spec-disposition
    • [DH] tests/ref/fate/force_key_frames-source
    • [DH] tests/ref/fate/force_key_frames-source-drop
    • [DH] tests/ref/fate/force_key_frames-source-dup
    • [DH] tests/ref/fate/gapless-mp3
    • [DH] tests/ref/fate/h264_redundant_pps-side_data
    • [DH] tests/ref/fate/id3v2-priv-remux
    • [DH] tests/ref/fate/matroska-hdr10-plus-remux
    • [DH] tests/ref/fate/matroska-ogg-opus-remux
    • [DH] tests/ref/fate/matroska-opus-remux
    • [DH] tests/ref/fate/matroska-vp8-alpha-remux
    • [DH] tests/ref/fate/mov-cover-image
    • [DH] tests/ref/fate/segment-mp4-to-ts
    • [DH] tests/ref/fate/shortest
    • [DH] tests/ref/fate/webm-hdr10-plus-remux
    • [DH] tests/ref/fate/webm-webvtt-remux
  • avcodec/mpeg4videodec : Don't initialize unused parts of RLTables

    17 mai, par Andreas Rheinhardt
    avcodec/mpeg4videodec: Don't initialize unused parts of RLTables
    
    The reversible VLC tables use a simpler escaping method
    than the ordinary VLCs: It does not use max_run, max_level etc.
    and therefore one does not need to initialize these at all.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg4videodec.c
  • lavc/vvc : Avoid UB in DB strength derivation for PLT CUs

    17 mai, par Frank Plowman
    lavc/vvc: Avoid UB in DB strength derivation for PLT CUs
    
    When called for palette-predicted CUs, boundary_strength could cause
    undefined behaviour due to accessing uninitialised motion information.
    The spec doesn't include this, but in the reference software it seems
    the deblock strength is always set to 0 for palette CUs due to some
    implementation details: perhaps this is a spec issue?
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>
    
    • [DH] libavcodec/vvc/filter.c
  • avcodec/h263dec : Move calculating gob_index to {intel,itu}h263dec.c

    17 mai, par Andreas Rheinhardt
    avcodec/h263dec: Move calculating gob_index to {intel,itu}h263dec.c
    
    This avoids checks for whether it should be calculated at all.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/intelh263dec.c
    • [DH] libavcodec/ituh263dec.c
  • avcodec/tests/.gitignore : Add apv test tool

    17 mai, par Andreas Rheinhardt
    avcodec/tests/.gitignore: Add apv test tool
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/tests/.gitignore