summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-01
* Fix indentation of ff_id3v2_readReimar Döffinger2010-10-01
* Reindent/rewrapMartin Storsjö2010-10-01
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-01
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-01
* Correct tag is m2v1Baptiste Coudurier2010-09-30
* Document url_filesize().Stefano Sabatini2010-09-30
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-30
* Remove duplicate entriesBaptiste Coudurier2010-09-29
* Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier2010-09-29
* Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje2010-09-29
* In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier2010-09-28
* Fix index_entries pos:Michael Chinen2010-09-27
* rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö2010-09-27
* mpegtsenc: IndentTomas Härdin2010-09-27
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö2010-09-24
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-23
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-23
* cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun2010-09-21
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-21
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-20
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-15
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-14
* Add R10k decoder.Zhou Zongyi2010-09-13
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-11
* FLV MetadataTomás Touceda2010-09-10
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-10
* adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse2010-09-09
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-09