summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier2010-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
* 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
* 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
* Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini2010-10-06
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-06
* Add RTP depacketization of the X-QT QuickTime formatMartin 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
* movdec: Free the previous extradataMartin Storsjö2010-10-05
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-05
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-05
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-05
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-05
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-05
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-05
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-05
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-05
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-05
* matroskaenc: write metadataAnton Khirnov2010-10-05
* xdcam hd422 720p24 fourcc in movBaptiste Coudurier2010-10-04
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-04
* rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö2010-10-03
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-03
* rtsp: Show the received SDPMartin Storsjö2010-10-03
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-02
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-02
* ReindentMartin Storsjö2010-10-02
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-02
* Document url_get_filename().Stefano Sabatini2010-10-02
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
* rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö2010-10-01