132 Commits (798845ce7e5b7fdd17c7269c5d267fb487d9c46f)

Author SHA1 Message Date
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
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
Vittorio Giovara 8a9641a652 bsf: check memory allocations 10 years ago
Diego Biurrun 53abe32409 avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const 10 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
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Michael Niedermayer 096abfa150 parser: fix large overreads 12 years ago
Diego Biurrun 9a07c1332c parser: Move Doxygen documentation to the header files 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
Rafaël Carré b24aaabd44 remove ParseContext1 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 09cbf60f8e Replace more disabled printf() calls by av_dlog(). 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Ronald S. Bultje 5eef4afb9a avparser: don't av_malloc(0). 14 years ago
Anton Khirnov 3453a231a6 lavc: remove misc disabled cruft. 14 years ago
Brad 1f6265e011 Fix parser: mark av_parser_parse() for removal on next major bump 14 years ago
Anton Khirnov 9073ca6c6e parser: mark av_parser_parse() for removal on next major bump 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Chinen 59cb40b921 Fix index_entries pos: 14 years ago
Aurelien Jacobs c01694c889 saner default value for convergence_duration 15 years ago
Jai Menon 6858ce2ffc Fix typo. 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Baptiste Coudurier b27758bc02 Fetch timestamp for the first frame of field only if frame_offset and 16 years ago
Baptiste Coudurier 6645e8ca2f do not reference remainder packets in the parser, fix timestamps fetching 16 years ago
Ivan Schreter b283ba26ce Add handling of frame position in the parser. 16 years ago
Michael Niedermayer 7115cbda30 Consider all packets in the parser, not just ones with timestamps, 16 years ago
Michael Niedermayer 2cc304215d Favor container packets that end after the first byte of the access 16 years ago
Michael Niedermayer a4c7a5ea27 Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead 16 years ago
Ivan Schreter 27ca0a79c9 Add timestamp computation if values are exported by decoder. 16 years ago
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Baptiste Coudurier 98a8ce4964 add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes 16 years ago
Michael Niedermayer c8714ea1b3 Use av_freep() in ff_parse_close(). 16 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 16 years ago
Michael Niedermayer 44b79c6022 indent 17 years ago
Michael Niedermayer e4e3230ea5 Only store timestamps when there are timestamps. 17 years ago
Michael Niedermayer 05d1d160bc Our MPEG-TS demuxer does not send complete PES packets but sends them 17 years ago
Michael Niedermayer ebdd73778c cosmetic 17 years ago
Michael Niedermayer ec0c5d482e Allow matching timestamps to be removed by fetch_timestamp(). 17 years ago