<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in v4l2-hevc.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>546b928da0427b0d6c663cbb992bd7bfa9ac7971 - Merge tag &apos;asoc-fix-v7.3-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/include/media/v4l2-hevc.h#546b928da0427b0d6c663cbb992bd7bfa9ac7971</link>
        <description>Merge tag &apos;asoc-fix-v7.3-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.3A relatively large pile of fixes here, a lot of driver specific stuffthat&apos;s broadly unremarkable plus a few core fixes from Richard that fixissues where SoundWire systems with multiple CODECs on the same linkwould configure the CODECs to use the same bus slots leading to brokenaudio.

            List of files:
            /linux/include/media/v4l2-hevc.h</description>
        <pubDate>Thu, 17 Sep 2026 08:15:32 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>666f12ae9f504625e5a93581d8fbcba3dd60c294 - Merge fdo/drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/include/media/v4l2-hevc.h#666f12ae9f504625e5a93581d8fbcba3dd60c294</link>
        <description>Merge fdo/drm/drm-fixes into drm-misc-fixesBackmerging to get drm-misc-fixes up to v7.3-rc3.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/include/media/v4l2-hevc.h</description>
        <pubDate>Wed, 16 Sep 2026 09:43:25 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d5d6c9d244c6d447c356df70d5c754b145dccd5c - Merge tag &apos;media/v7.3-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media</title>
        <link>http://kernelsources.org:8080/source/history/linux/include/media/v4l2-hevc.h#d5d6c9d244c6d447c356df70d5c754b145dccd5c</link>
        <description>Merge tag &apos;media/v7.3-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media fixes from Mauro Carvalho Chehab: &quot;Core:   - add bounded tile-count helpers for HEVC stateless decoders   - validate AV1 tile counts fits in array size   - validate HEVC tile counts fits in array size   - fix memcmp() size in B1 reference list comparison  mediatek:   - bound AV1 tile-start copy to fit in array size  rockchip:   - reject AV1 frames exceeding the tile size   - guard VPU981 AV1 divisor and tile buffer  hantro and rkvdec:    - bound G2 HEVC tile loops and PPS id to the buffer size  rppx1:   - read the raw pattern from the PRE2 acquisition module   - describe the MAIN_POST white balance gains block&quot;* tag &apos;media/v7.3-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:  media: mediatek: vcodec: bound AV1 tile-start copy to the array capacity  media: verisilicon: rockchip: reject AV1 frames exceeding the tile capacity  media: verisilicon: rockchip: guard VPU981 AV1 divisor and tile buffer  media: verisilicon: hantro: bound G2 HEVC tile loop to the buffer capacity  media: rkvdec: bound HEVC tile loops and PPS id to the array capacity  media: hevc: add bounded tile-count helpers  media: v4l2-ctrls: validate AV1 tile counts  media: v4l2-ctrls: validate HEVC tile counts  media: v4l2-h264: Fix memcmp() size in B1 reference list comparison  media: rppx1: bls: read the raw pattern from the PRE2 acquisition module  media: rppx1: describe the MAIN_POST white balance gains block

            List of files:
            /linux/include/media/v4l2-hevc.h</description>
        <pubDate>Fri, 11 Sep 2026 18:49:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>592dd4f8442a13bed6e946d73d3164ba38b33bbd - media: hevc: add bounded tile-count helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/include/media/v4l2-hevc.h#592dd4f8442a13bed6e946d73d3164ba38b33bbd</link>
        <description>media: hevc: add bounded tile-count helpersThe stateless HEVC decoders compute the number of tile columns and rowsfrom num_tile_columns_minus1 / num_tile_rows_minus1 and clamp it to thecolumn_width_minus1[] / row_height_minus1[] capacity before using it as aloop bound. Add shared helpers in a new &lt;media/v4l2-hevc.h&gt; so the rkvdecand hantro drivers do not each open-code the min_t() clamp.Signed-off-by: Michael Bommarito &lt;michael.bommarito@gmail.com&gt;Assisted-by: Claude:claude-opus-4-8Fixes: 256fa3920874 (&quot;media: v4l: Add definitions for HEVC stateless decoding&quot;)Cc: stable@vger.kernel.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@collabora.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/include/media/v4l2-hevc.h</description>
        <pubDate>Wed, 17 Jun 2026 04:19:00 +0200</pubDate>
        <dc:creator>Michael Bommarito &lt;michael.bommarito@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
