792 Commits (b99f1303ad9ccf09c69f7300e291fee47187d816)

Author SHA1 Message Date
Aurelien Jacobs 13728334e8 add FF_API_SYMVER define to disable symver compatibility functions 14 years ago
Aurelien Jacobs 114c9a5925 add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api 14 years ago
Aurelien Jacobs 0139fdea08 add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id 14 years ago
Aurelien Jacobs d1742ff779 add FF_API_LAVF_UNUSED define to disable the unused struct fields 14 years ago
Aurelien Jacobs 634e0304a8 add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek 14 years ago
Aurelien Jacobs d87a521cde add FF_API_PARSE_FRAME_PARAM define to disable the deprecated 14 years ago
Aurelien Jacobs ca51d86c96 add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 14 years ago
Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 14 years ago
Anton Khirnov a15c7fd6cb Deprecate old API. 14 years ago
Martin Storsjö 01c8d258da Add a SAP demuxer 14 years ago
Martin Storsjö ad64a807a9 Add forgotten minor bump and changelog entry for the SAP muxer 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Aurelien Jacobs 61138c43e0 properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
Aurelien Jacobs 38aab35f47 add new streams API without MAX_STREAMS limit 14 years ago
Aurelien Jacobs 2899a28cdc document the fact that av_new_stream() can't be called in a background thread 14 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 14 years ago
Tomas Härdin 8878e3b21b Add demuxer for LXF (Leitch/Harris' VR native stream format) 14 years ago
Michael Niedermayer 4faf628f20 Clarify what av_read_frame() returns. 14 years ago
David Byron 0c41d554e2 Read all id3v2 tags at the beginning of mp3 files. 14 years ago
Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 14 years ago
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. 15 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