aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_hevc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '350ed1829268d343b791208c8fd1cddd44d52a8e'Michael Niedermayer2014-10-201-2/+0
|\
| * rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-201-2/+0
* | Merge commit 'ced7238cd01cc2199acf9225305628641a27c1d7'Michael Niedermayer2014-10-151-9/+5
|\|
| * rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-151-9/+5
* | Merge commit '752e71e74f50e7a6f9a19edb8e775b2ea2fb94d8'Michael Niedermayer2014-10-151-8/+8
|\|
| * rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-151-8/+8
* | Merge commit '9b7f932ee568cadfc0f556a061fcc00cb63f9780'Michael Niedermayer2014-10-151-2/+97
|\|
| * rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-151-2/+97
* | Merge commit 'c463dfc7e49929a9891884312b23b27d14729c51'Michael Niedermayer2014-09-241-11/+0
|\|
| * rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-241-11/+0
* | rtpdec_hevc: do not print an error message if the received packet has a valid...Thomas Volkert2014-09-211-5/+9
* | Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835'Michael Niedermayer2014-09-031-100/+65
|\|
| * rtpdec: HEVC/H.265 supportThomas Volkert2014-09-031-0/+372
* lavf/rtpdec_hevc: Fix compilation with -DDEBUG.Carl Eugen Hoyos2014-08-301-4/+4
* avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacke...ThomasVolkert2014-08-261-0/+407