Recherche avancée

Médias (91)

Autres articles (59)

Sur d’autres sites (8273)

  • avformat/argo_brp : make sure stream ids match

    19 septembre 2020, par Zane van Iperen
    avformat/argo_brp : make sure stream ids match
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/argo_brp.c
  • libx264 : Update ROI behaviour to match documentation

    4 juin 2019, par Mark Thompson
    libx264 : Update ROI behaviour to match documentation
    

    Fix the quantisation offset - use the whole range, and don't change the
    offset size based on bit depth.

    Iterate the list in reverse order. The first region in the list is the one
    that applies in the case of overlapping regions.

    • [DH] libavcodec/libx264.c
  • avcodec/dct : Make declarations and definitions match

    30 mars, par Andreas Rheinhardt
    avcodec/dct : Make declarations and definitions match
    

    GCC considers declarations using a parameter of pointer
    type (or equivalently a parameter using an array of unspecified
    dimensions) to be inconsistent with a declaration using
    a known-length array type and emits a -Warray-parameter warning
    for several ff_j_rev_dct* functions for this.

    This patch makes the declarations match the actual definitions
    to suppress these (IMO nonsensical) warnings.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dct.h
    • [DH] libavcodec/jrevdct.c