6598 Commits (ad7768f4c47f4012cd306ee0098afd98fdff4461)

Author SHA1 Message Date
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
Martin Storsjö a1fc29f588 sapenc: Include os_support.h, to provide a fallback definition for socklen_t 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Martin Storsjö d1f676b8d4 Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC 14 years ago
Martin Storsjö fcc7f40449 sapenc: Mark the muxer as depending on network functions 14 years ago
Michael Niedermayer d03b93e372 Add a space between the else and { in mpegenc.c in the line i added. 14 years ago
Martin Storsjö 011071e717 Add a SAP (Session Announcement Protocol, RFC 2974) muxer 14 years ago
Martin Storsjö 6898677e54 sdp: Only specify the TTL for IPv4 addresses 14 years ago
Martin Storsjö a493f80a2c rtsp: Factorize out code for opening a chained RTP muxer 14 years ago
Martin Storsjö 3d74223025 rtsp: Make rtsp_rtp_mux_open reusable 14 years ago
Martin Storsjö 9e6acc7884 rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_time_realtime instead 14 years ago
Martin Storsjö 25968c3953 Reindent 14 years ago
Martin Storsjö 6766a354f7 udp: Add an option for connecting the udp socket 14 years ago
Martin Storsjö b7952ed184 rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets 14 years ago
Martin Storsjö 45658b7414 rtpdec: Store the previous return value for mpegts when it was -1, too 14 years ago
Robert Schlabbach 243ac3fdaa rtpdec: Keep track of the previous return value from rtp_parse_packet_internal for mpegts packets 14 years ago
Baptiste Coudurier 8a451afe7d In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago