453 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
Aurelien Jacobs 364cacc7c7 add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() 14 years ago
Aurelien Jacobs 838b27b42c add FF_API_REGISTER_PROTOCOL define to disable the deprecated 14 years ago
Aurelien Jacobs 404eba44b1 add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass 14 years ago
Aurelien Jacobs 25ae798c87 add a comment to clarify that FF_API_* defines are not part of public API 14 years ago
Aurelien Jacobs 54036be11a rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
Aurelien Jacobs dd872bf49f add LAVF_API_OLD_METADATA define to disable the deprecated metadata API 14 years ago
Aurelien Jacobs 072e3efd1b add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API 14 years ago
Josh Allmann 51291e6005 Add RTP depacketization of VP8 14 years ago
Martin Storsjö 1ddc176ec4 Add RTP depacketization of MP4A-LATM 14 years ago
Stefano Sabatini 983ec30497 Add documentation for the pm parameter of the av_metadata_set* 14 years ago
Stefano Sabatini 32e6f246b3 Fix reference to a wrong parameter name in the metadata API functions 14 years ago
Stefano Sabatini fd7b11d027 Nit: fix weird spacing. 14 years ago
Stefano Sabatini 26cc5310f6 Add empty newlines between function descriptions and @params, improve 14 years ago
Josh Allmann 91af5601c1 Add RTP packetization of Theora and Vorbis 14 years ago
Alex Converse f7cf0f3148 Add WebM to the Matroska demuxer name. 14 years ago
Michael Niedermayer ec906fcdd7 Fix 2 doxy comments that referred to the wrong variable. 15 years ago
Michael Niedermayer 76c56376ca Make doxygen formatting more consistent. 15 years ago
Alex Converse ac3ccbc0e2 Document existing rules for AVInputFormat.name. 15 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
Rafaël Carré e8723e242d Lego Mindstorms RSO muxer and demuxer. 15 years ago
Aurelien Jacobs 3673f4ab08 fix av_seek_frame_binary() documentation 15 years ago
Peter Ross 5a71709467 Tele-typewriter demuxer 15 years ago
Martin Storsjö 57fe80fe88 Bump minor and add APIchanges entry for url_fskip return value change. 15 years ago
Víctor Paesa 31769dad7d Clarify the avoidance of usage of these AVStream fields. 15 years ago
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