aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_hevc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-15/+15
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-261-2/+2
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-4/+4
* rtpdec_hevc: Drop extra sanity check for size of input packetVittorio Giovara2015-03-091-8/+0
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-241-18/+2
* rtpdec_hevc: Reduce indentation level by returning early on errorsMartin Storsjö2015-02-241-29/+29
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-241-27/+1
* rtpdec_hevc: Add asterisks at the start of each long comment lineMartin Storsjö2015-02-241-24/+24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-241-12/+1
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-241-14/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-241-1/+1
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-231-1/+7
* rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert2015-02-211-13/+14
* rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö2015-02-211-2/+2
* rtpdec_hevc: Use a shared function for parsing parameter setsMartin Storsjö2015-02-211-35/+3
* rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-201-2/+0
* rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-151-9/+5
* rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-151-8/+8
* rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-151-2/+97
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-241-11/+0
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-031-0/+372