summaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h2645_parse: Reset nal_buffer_size on uninitAndriy Gelman2019-10-141-1/+1
* avcodec/h2645_parse: Use av_fast_realloc() for nals arrayMichael Niedermayer2019-10-061-1/+5
* avcodec/h2645_parse: simplify memset callAndriy Gelman2019-09-111-2/+1
* avcodec/h2645_parse: zero initialize the rbsp bufferJames Almer2019-08-271-2/+7
* h2645_parse: Fix loglevel for NAL header parsingDerek Buitenhuis2019-03-191-1/+1
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-231-3/+50
* lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao2018-05-161-2/+44
* lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao2018-05-161-2/+2
* lavc/h2645_parse: log more HEVC NAL type.Jun Zhao2018-05-161-28/+69
* avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer2018-05-141-1/+1
* avcodec/h2645_parse: Replace RNXYA by RNXY in ff_h2645_extract_rbsp()Michael Niedermayer2018-04-251-4/+4
* h2645_parse: Allocate a single buffer per packetKieran Kunhya2017-11-041-9/+12
* Merge commit '83b2b34d06e74cc8775ba3d833f9782505e17539'James Almer2017-10-201-36/+49
|\
| * h2645_parse: use the bytestream2 API for packet splittingAnton Khirnov2017-03-121-22/+21
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-26/+26
|\ \ | |/
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-231-1/+1
|\ \ | |/
| * h264: Log more information about invalid NALu sizeVittorio Giovara2016-07-131-1/+3
| * h2645_parse: handle embedded Annex B NAL units in size prefixed NAL unitsJanne Grunau2016-07-131-12/+51
* | avcodec/h2645_parse: fix nal sizeMichael Niedermayer2016-08-201-1/+2
* | avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()Michael Niedermayer2016-08-201-7/+6
* | vcodec/h2645_parse: Clear buffer paddingMichael Niedermayer2016-08-181-3/+3
* | avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-181-5/+6
* | h2645_parse: don't overread AnnexB NALs within an avc streamHendrik Leppkes2016-07-081-1/+1
* | h2645_parse: only read avc length code at the correct positionHendrik Leppkes2016-07-081-1/+4
* | h2645_parse: support badly muxed mp4 streamsHendrik Leppkes2016-05-171-2/+18
* | h265_parse: skip zero sized NAL unitsHendrik Leppkes2016-05-071-1/+1
* | h2645_parse: allow partial escapingHendrik Leppkes2016-05-071-2/+2
* | h2645_parse: initialize the GetBitContext to the proper sizeHendrik Leppkes2016-05-071-1/+1
* | Merge commit '90ed6c5cf7f236bc9efb47c97b40358c666d1386'Derek Buitenhuis2016-04-261-3/+36
|\ \ | |/
| * h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov2016-03-281-3/+36
* | Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977'Derek Buitenhuis2016-04-261-2/+22
|\ \ | |/
| * h2645_parse: add support for parsing h264Anton Khirnov2016-03-281-2/+22
* | Merge commit '52ec149fbee57b6ca817049c9706212a0774a32c'Derek Buitenhuis2016-04-261-7/+7
|\ \ | |/
| * h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov2016-03-281-6/+6
* | Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe'Derek Buitenhuis2016-04-261-0/+10
|\ \ | |/
| * h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-281-0/+9
* | Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6'Derek Buitenhuis2016-04-261-15/+84
|/
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-0/+228
OpenPOWER on IntegriCloud