453 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
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
Michael Niedermayer 6c6e6ef5e2 Put codec_info_nb_frames back in AVStream and print its value. 15 years ago
Martin Storsjö 6f5a3d0a7b Add an RTSP muxer 15 years ago
Michael Niedermayer ab5a0175f5 Add flag so muxers not needing width/height can signal this. 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Michele Orrù 084eb95fd5 Implement a physical concatenation protocol. 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Peter Ross 40da0b3691 Latent libavformat version bump for Bink demuxer (r21569) 15 years ago
Michael Niedermayer c55806e3a2 Flag to ignore dts on frames that contain pts. 15 years ago
Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
Jai Menon ad5cc780c0 Schedule an increase in the maximum number of streams 15 years ago
Peter Ross 574b183d64 Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) 15 years ago
Martin Storsjö f1888474fa Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. 15 years ago
Art Clarke f2e77e4b1e Improve avformat_version() doxy. 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Stefano Sabatini 8eb631fa50 Deprecate match_ext() in favor of av_match_ext(), and mark it for 15 years ago
Stefano Sabatini 94b1f33893 Reindent. 15 years ago
Stefano Sabatini a1f547b94a Deprecate guess_format() in favor of av_guess_format(). 15 years ago
Stefano Sabatini f48b0fa29e Document guess_format(). 15 years ago
Stefano Sabatini 1642ee4337 Deprecate and mark for deletion the function guess_stream_format(), 15 years ago
Michael Tison a3d995c1eb CD+G demuxer and decoder 15 years ago
Michael Niedermayer a181981eb4 Add flags to prevent strdup() on arguments to av_metadata_set2(). 15 years ago
Michael Niedermayer c3d1532944 APIChanges & minor bump due to avg_frame_rate addition. 15 years ago
Michael Niedermayer 02b398ef49 Add avg_frame_rate. 15 years ago
Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 15 years ago
Ramiro Polla 7c3c53c851 Update Changelog, documentation, and libavformat minor version number for 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago