summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-08
* sdp: Only specify the TTL for IPv4 addressesMartin Storsjö2010-10-08
* Fix headers so that "make checkheaders" passes againMartin Storsjö2010-10-08
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-08
* rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö2010-10-08
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-08
* Add protocol documentation on the connect option to the udp protocolMartin Storsjö2010-10-08
* ReindentMartin Storsjö2010-10-08
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-08
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-08
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-08
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-08
* In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier2010-10-07
* Update gxf regression tests because of r25399Baptiste Coudurier2010-10-07
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier2010-10-07
* fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs2010-10-07
* Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger2010-10-07
* In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin2010-10-07
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin2010-10-07
* remove useless local variableAurelien Jacobs2010-10-07
* remove useless local allocated start_time arrayAurelien Jacobs2010-10-07
* Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca AMartin Storsjö2010-10-07
* libmp3lame: don't check unused function in detectionRafaël Carré2010-10-07
* ReindentMartin Storsjö2010-10-07
* sdp: Don't require the explicit ?multicast optionMartin Storsjö2010-10-07
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-07
* Share the is_multicast_address functionMartin Storsjö2010-10-07
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-07
* Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer2010-10-07
* Pass RC parameters on stream copy to the muxer.Michael Niedermayer2010-10-07
* Init SCR in mpeg muxer based on first DTS.Michael Niedermayer2010-10-07
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-06
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-06
* dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs2010-10-06
* document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs2010-10-06
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* cosmetic: break long lineAurelien Jacobs2010-10-06
* Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini2010-10-06
* custom build system documentationMichael Niedermayer2010-10-06
* Fix default value of time_offset_length.John Stebbins2010-10-06
* Mention to send a patch before changing API or ABI.Carl Eugen Hoyos2010-10-06
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-06
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06
* configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreqMartin Storsjö2010-10-06
* Remove unused variable.Carl Eugen Hoyos2010-10-06
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-06
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-06
* doc,win32: add note about the use of dllimport for global data in MSVC++Ramiro Polla2010-10-06
* doc,win32: update note on which files to use with shared libraries in msvcRamiro Polla2010-10-06
* doc: mention xmm clobber macros usageRamiro Polla2010-10-06