6544 Commits (3e4318bf4aec7397aff7e5835669592e8cd54b3f)

Author SHA1 Message Date
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
Diego Biurrun a44da176ac Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. 15 years ago
Diego Biurrun 2e802e3855 Add some #endif comments to ease understanding. 15 years ago
Anton Khirnov 9b75309c19 matroskaenc: write metadata 15 years ago
Baptiste Coudurier c9b8762856 xdcam hd422 720p24 fourcc in mov 15 years ago
Aurelien Jacobs 0f02a7e2d2 mms: remove dependency on MAX_STREAM API 15 years ago
Martin Storsjö 7fe3c270c0 rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag 15 years ago
Martin Storsjö d7810f4541 rtsp: In the muxer, show the generated with verbose log level 15 years ago
Martin Storsjö 6ecd741713 rtsp: Show the received SDP 15 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 15 years ago
Martin Storsjö ae8c28db87 applehttp: Add comments to make_absolute_url 15 years ago
Martin Storsjö 9d229ef9e6 applehttp: Handle a .. path segment in the base url 15 years ago
Martin Storsjö 978a5ce82e Reindent 15 years ago
Martin Storsjö 8f7c2452de applehttp: Allow the base url to be a local file name, too 15 years ago
Stefano Sabatini 8bf256bcc0 Document url_get_filename(). 15 years ago
Aurelien Jacobs dba249abee ffmpeg: add a grow_array() helper function 15 years ago
Martin Storsjö 321259c1ab rtsp: Return a queued packet if it has been in the queue for longer than max_delay 15 years ago
Martin Storsjö 58ee09911e rtpdec: Reorder received RTP packets according to the seq number 15 years ago
Martin Storsjö 0260741876 rtpdec: Split out the part of rtp_parse_packet that does the parsing of new packets 15 years ago
Reimar Döffinger 27af8902c4 Fix indentation of ff_id3v2_read 15 years ago
Martin Storsjö c690fa97e5 Reindent/rewrap 15 years ago
Martin Storsjö 38f8c80b62 rtsp: Reorganize if statements in rtsp_read_play 15 years ago
Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 15 years ago