Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-24avcodec/h2645_parse: Only trim RBSP trailing padding if it existsAndreas Rheinhardt
2021-12-16avcodec/h2645_parse: Remove H2645NAL.rbsp_bufferAndreas Rheinhardt
2021-03-01avcodec/h2645_parse: Reduce the initial skipped_bytes_pos size with small inputsMichael Niedermayer
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-08-20avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL headerJames Almer
2020-08-20avcodec/h2645_parse: skip empty NAL units earlierJames Almer
2020-08-20avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_heade...James Almer
2020-03-25avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constantsAndreas Rheinhardt
2020-01-17lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman
2019-10-15avcodec/h2645_parse: Reset nal_buffer_size on uninitAndriy Gelman
2019-10-06avcodec/h2645_parse: Use av_fast_realloc() for nals arrayMichael Niedermayer
2019-09-11avcodec/h2645_parse: simplify memset callAndriy Gelman
2019-08-27avcodec/h2645_parse: zero initialize the rbsp bufferJames Almer
2019-03-19h2645_parse: Fix loglevel for NAL header parsingDerek Buitenhuis
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-05-16lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao
2018-05-16lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao
2018-05-16lavc/h2645_parse: log more HEVC NAL type.Jun Zhao
2018-05-15avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer
2018-04-26avcodec/h2645_parse: Replace RNXYA by RNXY in ff_h2645_extract_rbsp()Michael Niedermayer
2017-11-04h2645_parse: Allocate a single buffer per packetKieran Kunhya
2017-10-21Merge commit '83b2b34d06e74cc8775ba3d833f9782505e17539'James Almer
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch
2017-03-12h2645_parse: use the bytestream2 API for packet splittingAnton Khirnov
2016-08-20avcodec/h2645_parse: fix nal sizeMichael Niedermayer
2016-08-20avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()Michael Niedermayer
2016-08-19vcodec/h2645_parse: Clear buffer paddingMichael Niedermayer
2016-08-19avcodec/h2645: Fix NAL unit paddingMichael Niedermayer
2016-07-14h264: Log more information about invalid NALu sizeVittorio Giovara
2016-07-13h2645_parse: handle embedded Annex B NAL units in size prefixed NAL unitsJanne Grunau
2016-07-08h2645_parse: don't overread AnnexB NALs within an avc streamHendrik Leppkes
2016-07-08h2645_parse: only read avc length code at the correct positionHendrik Leppkes
2016-05-17h2645_parse: support badly muxed mp4 streamsHendrik Leppkes
2016-05-07h265_parse: skip zero sized NAL unitsHendrik Leppkes
2016-05-07h2645_parse: allow partial escapingHendrik Leppkes
2016-05-07h2645_parse: initialize the GetBitContext to the proper sizeHendrik Leppkes
2016-04-26Merge commit '90ed6c5cf7f236bc9efb47c97b40358c666d1386'Derek Buitenhuis
2016-04-26Merge commit 'b667252a41fbf5a3f6ea8c67fdbc03db3d748977'Derek Buitenhuis
2016-04-26Merge commit '52ec149fbee57b6ca817049c9706212a0774a32c'Derek Buitenhuis
2016-04-26Merge commit '8229eff4b7a98ae5d85bb75f3bb072781b4a8ebe'Derek Buitenhuis
2016-04-26Merge commit 'fa936a307f5cddfc2664600157a8207ca8080af6'Derek Buitenhuis
2016-03-28h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov
2016-03-28h2645_parse: add support for parsing h264Anton Khirnov
2016-03-28h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov
2016-03-28h2645_parse: add a function for uninitializing the packetAnton Khirnov
2016-03-28hevc_parse: rename into h2645_parseAnton Khirnov