16 Commits (999c6b1da85a3aa7f625353605cb3e1ec6fdf41d)

Author SHA1 Message Date
Hendrik Leppkes 83a940e7fb h2645_parse: don't overread AnnexB NALs within an avc stream 8 years ago
Hendrik Leppkes c3e9b098e1 h2645_parse: only read avc length code at the correct position 8 years ago
Hendrik Leppkes a9bb4cf87d h2645_parse: support badly muxed mp4 streams 9 years ago
Hendrik Leppkes d46e856350 h265_parse: skip zero sized NAL units 9 years ago
Hendrik Leppkes 9cc1ab63ac h2645_parse: allow partial escaping 9 years ago
Hendrik Leppkes c802389393 h2645_parse: initialize the GetBitContext to the proper size 9 years ago
Anton Khirnov 90ed6c5cf7 h2645_parse: compute the actual data length, without trailing paddding 9 years ago
Anton Khirnov b667252a41 h2645_parse: add support for parsing h264 9 years ago
Anton Khirnov 52ec149fbe h2645_parse: change the AVCodecContext* parameter to void* 9 years ago
Anton Khirnov 8229eff4b7 h2645_parse: add a function for uninitializing the packet 9 years ago
Anton Khirnov fa936a307f hevc_parse: rename into h2645_parse 9 years ago
Mark Thompson fbec157ea0 lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 744051a57a avcodec/hevc_parse: Print the name of the NAL units in addition to the numerical nal_unit_type in the debug output 9 years ago
Michael Niedermayer 99558270ed avcodec/hevc: Simplify skipped_bytes_pos code further 9 years ago
Michael Niedermayer ad92410d90 avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code 9 years ago
Michael Niedermayer bcc6c7bb65 avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL 9 years ago
Michael Niedermayer 5620ed3557 avcodec/hevc: Remove skipped_bytes_nal, simplify code 9 years ago
Anton Khirnov d82e1adc20 hevc: move splitting the packet into NALUs into a separate function 9 years ago
Anton Khirnov 69ab9f53f9 hevc: split bitstream unescaping to a separate file 9 years ago