Thiago Santos
|
61192a1619
|
codecparsers: refactor common nal parsing to nalutils
Moves common code from h264 and h265 to a separate file
|
2014-01-24 09:30:35 -03:00 |
|
Thiago Santos
|
24c87b18c2
|
h265parser: remove trailling 0x00 bytes as the spec doesn't allow them
Just like h264, the spec doesn't allow the last bytes of a NAL to be 0x00.
So remove it as it is probably just padding.
This is related to https://bugzilla.gnome.org/show_bug.cgi?id=721384
|
2014-01-22 10:27:01 -03:00 |
|
duhui.lee
|
686c2f8e79
|
h265parser: Initialize pointer correctly that is never assigned but freed in error cases
Fixes crash on broken streams.
https://bugzilla.gnome.org/show_bug.cgi?id=722669
|
2014-01-21 09:58:18 +01:00 |
|
duhui.lee
|
13a397a0b9
|
h265parser: Fix segfault when parsing HRD parameter
https://bugzilla.gnome.org/show_bug.cgi?id=722240
|
2014-01-20 10:04:23 +01:00 |
|
duhui.lee
|
a8151d78fc
|
h265parser: Fix segfault when parsing VPS
https://bugzilla.gnome.org/show_bug.cgi?id=722081
|
2014-01-14 16:26:51 +01:00 |
|
Justin Joy
|
6587e924f1
|
h265parser: prevent to overrun chroma_weight_l0_flag
The index of elements cannot exceed or equal to the size of elements.
https://bugzilla.gnome.org/show_bug.cgi?id=722101
|
2014-01-13 15:04:52 +01:00 |
|
Sebastian Dröge
|
bacef9cbc4
|
h265parser: Fix debug output
|
2014-01-06 14:47:43 +01:00 |
|
Sebastian Dröge
|
2b348161ed
|
codecparsers: Remove some unused functions
|
2013-11-07 09:54:40 +01:00 |
|
Sreerenj Balachandran
|
33451e0791
|
codecparsers: add H.265 HEVC bitstream parser
https://bugzilla.gnome.org/show_bug.cgi?id=708438
|
2013-11-06 23:14:22 +00:00 |
|