6814 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
Martin Storsjö 47bfe49c64 rtsp: Add stub declarations of the setup_in/output_streams functions 14 years ago
Anton Khirnov c55f891c2f nutdec: when parsing info packet, set metadata var only once 14 years ago
Aurelien Jacobs a5cea13202 drop rtsp_default_protocols which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs a178edf298 drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs fb660f4015 drop rtp_get_local_port() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs 67f34aaa97 use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port() 14 years ago
Pascal Massimino 85f56757b4 cosmetics: align fields, and remove useless ones, in img2.c 14 years ago
Martin Storsjö eced8fa02e rtsp: Move the rtsp_probe function to the demuxer code block 14 years ago
Martin Storsjö a66d44f0d2 Restore alphabetical order 14 years ago
Martin Storsjö 44b70ce563 rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer 14 years ago
Martin Storsjö 8bf0f96954 rtsp: Reorder functions 14 years ago
Pascal Massimino ac6d020ffa cleanup image2pipe_{de}muxer fields 14 years ago
Martin Storsjö 095e5c0b6d sdp: Conditionally compile code using AF_INET6 14 years ago
Martin Storsjö 44594cc798 Add a demuxer for receiving raw rtp:// URLs without an SDP description 14 years ago
Aurelien Jacobs a3a29c2651 metadata: make av_metadata_set2 case insensitive by default 14 years ago
Michael Niedermayer 94bdb1f80c Avoid negative SCR in mpeg ps muxer. 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov d60a9f52eb lavf: simplify setting the encoder ident tag. 14 years ago
Martin Storsjö fb66c31da4 Fix building, include the header instead of the source file 14 years ago
Baptiste Coudurier 96d1e75a0c In mov muxer, write artist metadata tag 14 years ago
Baptiste Coudurier edd33cb6fa In mov muxer, use correct metadata tag for encoder, and use the generic metadata api name 14 years ago
Martin Storsjö 946df0598b rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Aurelien Jacobs ed09233fa2 cosmetic: alignment 14 years ago
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 ade800c5b7 properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR 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
Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
Martin Storsjö 54b2a4238c sapdec: Include sys/time.h for struct timeval 14 years ago
Martin Storsjö 01c8d258da Add a SAP demuxer 14 years ago
Martin Storsjö 65cdee9c95 rtpdec: Don't use the no reordering codepath if there already is a queue 14 years ago
Martin Storsjö ddcf841191 rtpdec: Handle wrapping seq numbers in has_next_packet properly 14 years ago
Martin Storsjö d678a6fd82 rtpdec: Parse the next packet in the sequence if it is available, if the previous packet didn't return any data 14 years ago
Martin Storsjö 91ec7aea20 rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error codes through 14 years ago
Martin Storsjö f6e138b4f4 rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data 14 years ago
Martin Storsjö 4ffff36751 rtpdec: Split out storing of the depacketization return value to a separate function 14 years ago
Martin Storsjö ad64a807a9 Add forgotten minor bump and changelog entry for the SAP muxer 14 years ago
Alex Converse d256d21e3f oggenc: Don't use char* to point to a string constant. 14 years ago
Peter Ross 1e6f8d53fc cafdec: Handle ALAC extradata. 14 years ago
Martin Storsjö c689cccec9 libavformat: Always build id3v1.o and id3v2.o 14 years ago
Martin Storsjö 1b40d4966c sapenc: Use the normal URL port as RTP port 14 years ago