summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-193-0/+580
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-192-3/+4
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-193-59/+84
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-181-0/+4
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-188-24/+24
* Support unsynchronisation for id3v2 tags.Alexander Kojevnikov2010-08-181-14/+36
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-181-0/+29
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-176-16/+21
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-173-3/+7
* matroskadec: minor simplificationAurelien Jacobs2010-08-171-1/+1
* matroskadec: fix integer overflowAurelien Jacobs2010-08-171-0/+3
* Add RTP depacketization of VP8Josh Allmann2010-08-165-1/+157
* Add RTP packetization of VP8Josh Allmann2010-08-165-0/+60
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-141-2/+11
* Prevent overflow on random input.Ronald S. Bultje2010-08-131-1/+2
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-133-1/+6
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-131-1/+6
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-131-1/+1
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-125-1/+191
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-121-3/+1
* Add another missing file from r24799.Ronald S. Bultje2010-08-121-0/+62
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-121-2/+2
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-111-0/+111
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-112-120/+6
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-111-84/+97
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-111-1/+1
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-111-0/+4
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-111-6/+6
* Nit: fix weird spacing.Stefano Sabatini2010-08-111-2/+2
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-111-0/+4
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-101-0/+1
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-101-1/+7
* rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame...Martin Storsjö2010-08-101-1/+2
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-091-2/+6
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-092-5/+16
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-091-4/+18
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-093-7/+13
* rtpenc_xiph: Don't needlessly cast pointers to integersMartin Storsjö2010-08-091-2/+2
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-093-31/+40
* http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö2010-08-091-0/+7
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-071-0/+6
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-077-2/+258
* Preserve status reasonLuca Barbato2010-08-062-2/+9
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-051-30/+49
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-041-50/+43
* Remove is_playing variable.Zhentan Feng2010-08-041-19/+10
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-041-24/+24
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-041-1/+1
* Fix doxygen comment.Benoit Fouet2010-08-021-1/+1
OpenPOWER on IntegriCloud