summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-051-1/+5
* Cosmetics, lots of.Tobias Bindhammer2010-10-051-7/+10
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-051-4/+0
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-051-2/+2
* matroskaenc: write metadataAnton Khirnov2010-10-051-0/+99
* xdcam hd422 720p24 fourcc in movBaptiste Coudurier2010-10-041-0/+1
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-041-1/+7
* rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö2010-10-031-3/+0
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-031-1/+1
* rtsp: Show the received SDPMartin Storsjö2010-10-031-0/+1
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-021-1/+10
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-021-0/+4
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-021-0/+6
* ReindentMartin Storsjö2010-10-021-6/+6
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-021-4/+6
* Document url_get_filename().Stefano Sabatini2010-10-021-0/+6
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-011-0/+1
* rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö2010-10-011-3/+29
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-013-7/+139
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-011-46/+57
* Fix indentation of ff_id3v2_readReimar Döffinger2010-10-011-14/+14
* Reindent/rewrapMartin Storsjö2010-10-011-8/+7
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-011-1/+3
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-015-7/+9
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-012-5/+15
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-014-2/+352
* Correct tag is m2v1Baptiste Coudurier2010-09-301-1/+1
* Document url_filesize().Stefano Sabatini2010-09-301-0/+5
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-301-1/+1
* Remove duplicate entriesBaptiste Coudurier2010-09-291-2/+0
* Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier2010-09-291-0/+2
* Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje2010-09-291-3/+3
* In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier2010-09-281-0/+2
* Fix index_entries pos:Michael Chinen2010-09-271-4/+0
* rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö2010-09-271-1/+1
* mpegtsenc: IndentTomas Härdin2010-09-271-2/+2
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-271-0/+5
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-264-4/+4
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-261-0/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-256-7/+7
* Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö2010-09-241-0/+1
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-231-1/+2
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-231-3/+16
* cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun2010-09-211-1/+1
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-211-3/+5
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-201-2/+2
OpenPOWER on IntegriCloud