]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_hevc.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / rtpdec_hevc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-12-26 Diego BiurrunRemove stray line breaks from avpriv_{report_missing_fe...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-03-09 Vittorio Giovarartpdec_hevc: Drop extra sanity check for size of input...
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of fragmented...
2015-02-24 Martin Storsjörtpdec_hevc: Reduce indentation level by returning...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of parsing a...
2015-02-24 Martin Storsjörtpdec_hevc: Add asterisks at the start of each long...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Set need_parsing via a handler field
2015-02-24 Martin Storsjörtpdec: Add missing trailing commas
2015-02-23 Martin Storsjörtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL...
2015-02-21 Thomas Volkertrtpdec_hevc: Implement parsing of aggregated packets
2015-02-21 Martin Storsjörtpdec_hevc: Initialize variables to silence false...
2015-02-21 Martin Storsjörtpdec_hevc: Use a shared function for parsing paramete...
2014-10-20 Vittorio Giovarartpdec_hevc: drop unnecessary check
2014-10-15 Martin Storsjörtpdec_hevc: Use av_realloc instead of av_malloc+memcpy
2014-10-15 Martin Storsjörtpdec_hevc: Rename a variable for clarity
2014-10-15 Martin Storsjörtpdec_hevc: Parse out of band vps/sps/pps/sei from...
2014-09-24 Vittorio Giovarartpdec_hevc: Drop a duplicated, nonstandard entry
2014-09-03 Thomas Volkertrtpdec: HEVC/H.265 support