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
2020-01-17lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman
2019-10-06avcodec/h2645_parse: Use av_fast_realloc() for nals arrayMichael Niedermayer
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-11-23cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt
2017-11-04h2645_parse: Allocate a single buffer per packetKieran Kunhya
2016-11-17Merge commit '61bd0ed781b56eea1e8e851aab34a2ee3b59fbac'Hendrik Leppkes
2016-08-20avcodec/h264_parser: Factor get_avc_nalsize() outMichael Niedermayer
2016-08-19avcodec/h2645: Fix NAL unit paddingMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
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