429 Commits (93eea20a793baf7357e374620b55f3793b873a2c)

Author SHA1 Message Date
Jai Menon 93eea20a79 Bump libavformat minor (as a result of r24003). 15 years ago
Aurelien Jacobs 7a617a8634 add AV_DISPOSITION_FORCED flag and use it in matroska demuxer 15 years ago
Diego Biurrun 8a4d7a3013 Replace incorrect @NOTE Doxygen command by @note; capitalization matters. 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Josh Allmann 4449df6baf Add RTP depacketization of SVQ3 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Stefano Sabatini fcd10c4f00 Mention how "now" is interpreted in the parse_date() doxy. 15 years ago
Stefano Sabatini 82fd4f4a07 Fix date specification accepted by parse_date(). 15 years ago
Martin Storsjö 735cf6b265 Add priv_data_size and priv_data_class to URLProtocol 15 years ago
Martin Storsjö ffbb289a1d Split url_open and url_open_protocol into url_alloc and url_connect 15 years ago
Martin Storsjö 9b07a2dc02 Add an av_register_protocol2 function that takes a size parameter 15 years ago
Michael Niedermayer 8745fe29a9 Marking what should be removed in relation to MAX_STREAMS. 15 years ago
James Zern 316d6c153c Add WebM muxer 15 years ago
Anton Khirnov 160c896c38 metadata: mention how to remove tags. 15 years ago
David Conrad 173bb37f82 On2 IVF demuxer 15 years ago
Alex Converse 74a6df59e3 Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. 15 years ago
Zhentan Feng a24039861d MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. 15 years ago
Baptiste Coudurier 2da6050cf2 oups, 100l, revert unrelated hunk from commit r23266 15 years ago
Baptiste Coudurier ea4c4d7fe3 change author metadata to artist in mov de/muxer 15 years ago
James Zern 470491faed matroskadec: Support webm doctype 15 years ago
Martin Storsjö d4493e03b6 Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT 15 years ago
Martin Storsjö 796ac2335d Add a flag for enabling RTP hinting 15 years ago
Stefano Sabatini 7693b93e5c Doxygen av_codec_get_id() and av_codec_get_tag(). 15 years ago
Reimar Döffinger c99d506b3b Fix off-by-one errors in description of score_max argument for 15 years ago
Reimar Döffinger 8e2ee182fa Export av_probe_input_format2. 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 9a2cb05ff9 Move the internal function declarations in avformat.h to internal.h. 15 years ago
Ronald S. Bultje 56a8242fdd Actually add flag (somehow got lost in my previous patchset?), fixes broken 15 years ago
Anton Khirnov 3dd6180fc7 Add a flag to not overwrite existing tags 15 years ago
Michael Niedermayer 37f57ab4dd Allow AVFormatContext.duration to be set if no individual stream duration is known. 15 years ago
Stefano Sabatini 1a70d12727 Make av_match_ext() declaration public (move its declaration out of 15 years ago
Michael Niedermayer fe8344a276 Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Mohamed Naufal 148bcae98c Implement YOP demuxer and video decoder. 15 years ago
Howard Chu 0f943ce663 Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via 15 years ago
Stefano Sabatini 66b6c7458e Document the behavior of av_metadata_get() if the prev parameter is 15 years ago
Josh Allmann 887af2aa12 RTP depacketization of Theora 15 years ago
Justin Ruggles 59b4b54014 Add Changelog entry and bump lavf micro version for the addition of 15 years ago
Martin Storsjö b8819c85b5 Add a new field AVFormatContext.start_time_realtime 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Stefano Sabatini f4495cdc00 Remove definition of match_ext(), which is declared under #ifdef 15 years ago
Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 15 years ago
Martin Storsjö 002a6d0ea6 Add doxygen documentation for ff_url_split 15 years ago
Martin Storsjö f984dcf6dd Reindent 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Alex Converse e7e291e960 av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. 15 years ago
Martin Storsjö 780d7897a9 Add a function ff_url_join for assembling URLs 15 years ago
Anton Khirnov 6164842300 Mention that metadata tags are (unvalidated) UTF-8. 15 years ago