202 Commits (cb2327562326773bb4d497df8514ff25eba0f37c)

Author SHA1 Message Date
Kacper Michajłow 5dfc0cc841
avcodec/parser: ensure input padding is zeroed 7 months ago
Reimar Döffinger 605fc72f19
avcodec/parser: Reset *buf_size on realloc failure 12 months ago
James Almer 0275d99427 avcodec/parser: fill avctx dimensions if unset 2 years ago
Andreas Rheinhardt 33df1ba6b2 avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt cbf111059d avcodec/avcodec: Allow up to seven codec ids per parser 4 years ago
Andreas Rheinhardt e5af920309 avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf 4 years ago
Andreas Rheinhardt cb3ac722f4 avcodec: Constify AVCodecParserContext.parser 4 years ago
Andreas Rheinhardt f34521266e avcodec/parser: Remove deprecated av_parser_change 4 years ago
Andreas Rheinhardt df6b44182e avcodec, avformat: Remove AVPacket.convergence_duration 4 years ago
Andreas Rheinhardt 9faf3f8bb0 avcodec/parser: Don't return pointer to stack buffer 4 years ago
Andreas Rheinhardt dc20b27802 avcodec/parser: Schedule av_parser_change for removal 4 years ago
Michael Niedermayer 8a24d2cc30 avcodec/parser: Optimize ff_combine_frame() with massivly negative next 6 years ago
Michael Niedermayer 15008db0fa avcodec/parser: Check next index validity in ff_combine_frame() 6 years ago
James Almer 3735d55af3 avcodec/parser: move parsers list and related API to its own file 7 years ago
Aurelien Jacobs 2505ebc632 sbc: add parser for SBC 7 years ago
Josh de Kock 7e8eba2d87 lavc: add new API for iterating codecs and codec parsers 7 years ago
James Almer d36335bda5 avcodec/parser: use a mutex instead of atomics in av_register_codec_parser() 7 years ago
Michael Niedermayer c0607d88ee avcodec/parser: assert that there is a past buffer if theres a reference into the past 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Diego Biurrun 53618054b6 parser: Add missing #include for printing ISO C99 conversion specifiers 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Rodger Combs d13740f3a2
lavc/parser: export field order if not already set 8 years ago
Michael Niedermayer 9f03b85045 avcodec/parser: assert that the codec id is not NONE in av_parser_parse2() 9 years ago
Andreas Cadhalpun fa74cdc60d parser: add av_assert1 to make sure the codec matches 9 years ago
wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer 11aa050a25 avcodec/parser: Print an error in case of reallocation fails in ff_combine_frame() 10 years ago
Michael Niedermayer 1ca8052640 avcodec/parser: Remove duplicate header inlcude 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Anton Khirnov 31d2039cb4 h264_parser: export video format and dimensions 10 years ago
Zhaoxiu Zeng 3b5ad8fbf7 avcodec/parser: optimize ff_mpeg4video_split() 10 years ago
Michael Niedermayer e7d85186d6 avcodec/parser: Check that the parser return code is valid 10 years ago
Vittorio Giovara 8a9641a652 bsf: check memory allocations 10 years ago
Michael Niedermayer 69ee915e1c avcodec/parser: add fuzzy mode to ff_fetch_timestamp() 10 years ago
Michael Niedermayer cc769931ab avcodec/parser: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 years ago
Diego Biurrun 53abe32409 avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const 11 years ago
Michael Niedermayer bdadf05ec8 avcodec/parser: put lost comments back 11 years ago
Diego Biurrun 4ec336484d parser: cosmetics: Drop some unnecessary parentheses 11 years ago
Luca Barbato a1c699659d parser: K&R formatting cosmetics 11 years ago
Diego Biurrun ed61f3ca8a parser: Remove commented-out cruft 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer f31011e9ab avcodec/parser: reset indexes on realloc failure 12 years ago
Michael Niedermayer 08f6fdc3e4 avcodec/parser: Make av_register_codec_parser() thread safe 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Michael Niedermayer 096abfa150 parser: fix large overreads 12 years ago
Michael Niedermayer 0393cf15db Revert "Acquire lock when initializing parsers." 12 years ago
Reimar Döffinger 7feef7dbca Acquire lock when initializing parsers. 12 years ago