summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-23
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-23
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-19
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-19
* applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård2010-08-19
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-19
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-19
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-18
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* Support unsynchronisation for id3v2 tags.Alexander Kojevnikov2010-08-18
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-18
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
* matroskadec: minor simplificationAurelien Jacobs2010-08-17
* matroskadec: fix integer overflowAurelien Jacobs2010-08-17
* Add RTP depacketization of VP8Josh Allmann2010-08-16
* Add RTP packetization of VP8Josh Allmann2010-08-16
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-14
* Prevent overflow on random input.Ronald S. Bultje2010-08-13
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-13
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-13
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-12
* Add another missing file from r24799.Ronald S. Bultje2010-08-12
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-12
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-11
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-11
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-11
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-11
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-11
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-11
* Nit: fix weird spacing.Stefano Sabatini2010-08-11
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-11
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-10
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-10
* rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame...Martin Storsjö2010-08-10
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-09
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-09
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-09
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
* rtpenc_xiph: Don't needlessly cast pointers to integersMartin Storsjö2010-08-09
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-09
* http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö2010-08-09
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-07
* Fix spelling in comment(s)Reinhard Tartler2010-08-07