6566 Commits (c689cccec999576461a6ba933c046069651b0490)

Author SHA1 Message Date
Martin Storsjö c689cccec9 libavformat: Always build id3v1.o and id3v2.o 15 years ago
Martin Storsjö 1b40d4966c sapenc: Use the normal URL port as RTP port 15 years ago
Martin Storsjö a1fc29f588 sapenc: Include os_support.h, to provide a fallback definition for socklen_t 15 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 15 years ago
Martin Storsjö d1f676b8d4 Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC 15 years ago
Martin Storsjö fcc7f40449 sapenc: Mark the muxer as depending on network functions 15 years ago
Michael Niedermayer d03b93e372 Add a space between the else and { in mpegenc.c in the line i added. 15 years ago
Martin Storsjö 011071e717 Add a SAP (Session Announcement Protocol, RFC 2974) muxer 15 years ago
Martin Storsjö 6898677e54 sdp: Only specify the TTL for IPv4 addresses 15 years ago
Martin Storsjö a493f80a2c rtsp: Factorize out code for opening a chained RTP muxer 15 years ago
Martin Storsjö 3d74223025 rtsp: Make rtsp_rtp_mux_open reusable 15 years ago
Martin Storsjö 9e6acc7884 rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_time_realtime instead 15 years ago
Martin Storsjö 25968c3953 Reindent 15 years ago
Martin Storsjö 6766a354f7 udp: Add an option for connecting the udp socket 15 years ago
Martin Storsjö b7952ed184 rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets 15 years ago
Martin Storsjö 45658b7414 rtpdec: Store the previous return value for mpegts when it was -1, too 15 years ago
Robert Schlabbach 243ac3fdaa rtpdec: Keep track of the previous return value from rtp_parse_packet_internal for mpegts packets 15 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 15 years ago
Baptiste Coudurier c6d04addf6 In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reuben dot m at gmail dot com 15 years ago
Reuben Martin 82ae56b3fa In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben dot m at gmail dot com 15 years ago
Reuben Martin ad4c3c6840 In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at gmail dot com 15 years ago
Aurelien Jacobs e99179de9b remove useless local variable 15 years ago
Aurelien Jacobs 3e4318bf4a remove useless local allocated start_time array 15 years ago
Martin Storsjö 87b2b40a33 Reindent 15 years ago
Martin Storsjö 10105c9b29 sdp: Don't require the explicit ?multicast option 15 years ago
Martin Storsjö 55b6bd1c01 Convert ff_is_multicast_address to take a struct sockaddr parameter 15 years ago
Martin Storsjö 7ac57fa5eb Share the is_multicast_address function 15 years ago
Martin Storsjö f63630cdf3 Move multicast address identification fallback macros to network.h from udp.c 15 years ago
Michael Niedermayer 34b9e5bc4f Warn if muxing mpeg ps is attempted without a VBV buffer size. 15 years ago
Michael Niedermayer 9b272e3274 Init SCR in mpeg muxer based on first DTS. 15 years ago
Aurelien Jacobs 61138c43e0 properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR 15 years ago
Aurelien Jacobs 38aab35f47 add new streams API without MAX_STREAMS limit 15 years ago
Aurelien Jacobs feb2440c38 dynamically use nb_streams instead of static use of MAX_STREAMS 15 years ago
Aurelien Jacobs 2899a28cdc document the fact that av_new_stream() can't be called in a background thread 15 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 15 years ago
Stefano Sabatini 85c15960b4 Move the definitions of AVSEEK_SIZE to make it appear before the 15 years ago
Robert Schlabbach 9446b4bbbc rtpdec: Handle RTP header extension 15 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 15 years ago
Carl Eugen Hoyos 0ada32c373 Remove unused variable. 15 years ago
Michael Niedermayer fe5feaeb76 Use retry_transfer_wrapper() in url_write() as its callers do not expect it to stop in the middle. 15 years ago
Michael Niedermayer a46f7516ec Factor retry_transfer_wrapper() out of url_read_complete() 15 years ago
Martin Storsjö 2f412421e8 movdec: Free the previous extradata 15 years ago
Martin Storsjö dc2cabd003 movdec: Split out ff_mov_read_stsd 15 years ago
Anton Khirnov ec4913a8ae vorbiscomment: add DISCNUMBER to the metadata conv table 15 years ago
Martin Storsjö 5fe8021a6a rtsp/sdp: Move code into correct ifdefs 15 years ago
Martin Storsjö eb99f179fa find_info_tag: Make sure the output buffer is null terminated 15 years ago
Martin Storsjö 5961253463 udp: Define _DARWIN_C_SOURCE 15 years ago
Martin Storsjö 25a2ebb917 udp: Return the actual error code on errors, instead of AVERROR(EIO) 15 years ago
qrtt1 42f9582d8d Set proper error if server flags indicate that it doesn't support mmst. This 15 years ago
Tobias Bindhammer 2a26520a97 Cosmetics, lots of. 15 years ago