summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* Preserve status reasonLuca Barbato2010-08-06
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-05
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-04
* Remove is_playing variable.Zhentan Feng2010-08-04
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-04
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-04
* Fix doxygen comment.Benoit Fouet2010-08-02
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-01
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-30
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-29
* add seeking support in ASS demuxerAurelien Jacobs2010-07-29
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-28
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-28
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-28
* Skip short padding in id3v2.Alexander Kojevnikov2010-07-28