188 Commits (90ac0e5f29ba4730cd92d3268938b3730823e52b)

Author SHA1 Message Date
James Almer 3735d55af3 avcodec/parser: move parsers list and related API to its own file 6 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 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 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 10 years ago
Diego Biurrun 53abe32409 avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const 10 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 11 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
Reimar Döffinger 92947c6d72 Use err_out label for error-case cleanup. 12 years ago
Diego Biurrun 9a07c1332c parser: Move Doxygen documentation to the header files 12 years ago
Michael Niedermayer 6a697b42d0 parser: fix large overreads 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Martin Storsjö 6d65496990 parser: Don't use pc as context for av_dlog 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Wolfram Gloger f8353d5fda mpegvideo: don't pretend the first frame is always a key frame 13 years ago
Rafaël Carré b24aaabd44 remove ParseContext1 13 years ago
Maksym Veremeyenko 94bf9ac473 fix av_dlog call with non-AVClass struct 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago