summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-101-1/+1
* cafdec: Handle ALAC extradata.Peter Ross2010-10-101-0/+15
* libavformat: Always build id3v1.o and id3v2.oMartin Storsjö2010-10-091-10/+12
* sapenc: Use the normal URL port as RTP portMartin Storsjö2010-10-091-6/+6
* sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö2010-10-091-0/+1
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-082-54/+47
* Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö2010-10-081-1/+1
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-081-2/+15
* Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer2010-10-081-1/+1
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-083-0/+254
* sdp: Only specify the TTL for IPv4 addressesMartin Storsjö2010-10-081-1/+3
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-084-61/+118
* rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö2010-10-081-4/+5
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-082-6/+2
* ReindentMartin Storsjö2010-10-081-3/+3
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-081-0/+13
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-081-2/+6
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-081-1/+3
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-081-0/+2
* In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier2010-10-071-1/+1
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier2010-10-071-1/+1
* In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin2010-10-071-0/+1
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin2010-10-071-1/+2
* remove useless local variableAurelien Jacobs2010-10-071-3/+2
* remove useless local allocated start_time arrayAurelien Jacobs2010-10-071-14/+7
* ReindentMartin Storsjö2010-10-071-7/+7
* sdp: Don't require the explicit ?multicast optionMartin Storsjö2010-10-071-10/+17
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-072-4/+4
* Share the is_multicast_address functionMartin Storsjö2010-10-072-15/+15
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-072-6/+7
* Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer2010-10-071-1/+3
* Init SCR in mpeg muxer based on first DTS.Michael Niedermayer2010-10-071-0/+2
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-062-7/+8
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-062-0/+14
* dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs2010-10-061-8/+33
* document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs2010-10-061-1/+2
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-066-63/+19
* Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini2010-10-061-7/+7
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-061-0/+17
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-065-1/+266
* Remove unused variable.Carl Eugen Hoyos2010-10-061-1/+0
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-061-2/+2
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-061-2/+8
* movdec: Free the previous extradataMartin Storsjö2010-10-051-0/+1
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-052-7/+15
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-051-0/+1
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-051-81/+87
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-051-1/+1
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-051-0/+1
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-051-1/+1
OpenPOWER on IntegriCloud