| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type. | Jun Zhao | 2018-05-16 | 1 | -2/+44 |
* | lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name. | Jun Zhao | 2018-05-16 | 1 | -2/+2 |
* | lavc/h2645_parse: log more HEVC NAL type. | Jun Zhao | 2018-05-16 | 1 | -28/+69 |
* | avcodec/h2645_parse: skip NALUs with no content after stripping all the trail... | James Almer | 2018-05-14 | 1 | -1/+1 |
* | avcodec/h2645_parse: Replace RNXYA by RNXY in ff_h2645_extract_rbsp() | Michael Niedermayer | 2018-04-25 | 1 | -4/+4 |
* | h2645_parse: Allocate a single buffer per packet | Kieran Kunhya | 2017-11-04 | 1 | -9/+12 |
* | Merge commit '83b2b34d06e74cc8775ba3d833f9782505e17539' | James Almer | 2017-10-20 | 1 | -36/+49 |
|\ |
|
| * | h2645_parse: use the bytestream2 API for packet splitting | Anton Khirnov | 2017-03-12 | 1 | -22/+21 |
* | | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' | James Almer | 2017-03-23 | 1 | -26/+26 |
|\| |
|
* | | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | h264: Log more information about invalid NALu size | Vittorio Giovara | 2016-07-13 | 1 | -1/+3 |
| * | h2645_parse: handle embedded Annex B NAL units in size prefixed NAL units | Janne Grunau | 2016-07-13 | 1 | -12/+51 |
* | | avcodec/h2645_parse: fix nal size | Michael Niedermayer | 2016-08-20 | 1 | -1/+2 |
* | | avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split() | Michael Niedermayer | 2016-08-20 | 1 | -7/+6 |
* | | vcodec/h2645_parse: Clear buffer padding | Michael Niedermayer | 2016-08-18 | 1 | -3/+3 |
* | | avcodec/h2645: Fix NAL unit padding | Michael Niedermayer | 2016-08-18 | 1 | -5/+6 |
* | | h2645_parse: don't overread AnnexB NALs within an avc stream | Hendrik Leppkes | 2016-07-08 | 1 | -1/+1 |
* | | h2645_parse: only read avc length code at the correct position | Hendrik Leppkes | 2016-07-08 | 1 | -1/+4 |
* | | h2645_parse: support badly muxed mp4 streams | Hendrik Leppkes | 2016-05-17 | 1 | -2/+18 |
* | | h265_parse: skip zero sized NAL units | Hendrik Leppkes | 2016-05-07 | 1 | -1/+1 |
* | | h2645_parse: allow partial escaping | Hendrik Leppkes | 2016-05-07 | 1 | -2/+2 |
* | | h2645_parse: initialize the GetBitContext to the proper size | Hendrik Leppkes | 2016-05-07 | 1 | -1/+1 |
* | | Merge commit '90ed6c5cf7f236bc9efb47c97b40358c666d1386' | Derek Buitenhuis | 2016-04-26 | 1 | -3/+36 |
|\| |
|
| * | h2645_parse: compute the actual data length, without trailing paddding | Anton Khirnov | 2016-03-28 | 1 | -3/+36 |
* | | Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977' | Derek Buitenhuis | 2016-04-26 | 1 | -2/+22 |
|\| |
|
| * | h2645_parse: add support for parsing h264 | Anton Khirnov | 2016-03-28 | 1 | -2/+22 |
* | | Merge commit '52ec149fbee57b6ca817049c9706212a0774a32c' | Derek Buitenhuis | 2016-04-26 | 1 | -7/+7 |
|\| |
|
| * | h2645_parse: change the AVCodecContext* parameter to void* | Anton Khirnov | 2016-03-28 | 1 | -6/+6 |
* | | Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe' | Derek Buitenhuis | 2016-04-26 | 1 | -0/+10 |
|\| |
|
| * | h2645_parse: add a function for uninitializing the packet | Anton Khirnov | 2016-03-28 | 1 | -0/+9 |
* | | Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6' | Derek Buitenhuis | 2016-04-26 | 1 | -15/+84 |
|/ |
|
* | hevc_parse: rename into h2645_parse | Anton Khirnov | 2016-03-28 | 1 | -0/+228 |