Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-14Prevent overflow on random input.Ronald S. Bultje
2010-08-13Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje
2010-08-13Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng
2010-08-13Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng
2010-08-13Add RTP depacketization of MP4A-LATMMartin Storsjö
2010-08-12Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje
2010-08-12Add another missing file from r24799.Ronald S. Bultje
2010-08-12Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier
2010-08-12Add missing mms.c from r24779.Ronald S. Bultje
2010-08-12Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng
2010-08-12Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng
2010-08-12Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje
2010-08-11Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini
2010-08-11Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini
2010-08-11Nit: fix weird spacing.Stefano Sabatini
2010-08-11Add empty newlines between function descriptions and @params, improveStefano Sabatini
2010-08-10Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala
2010-08-10get rid of MAX_STREAMS limit in nutdecAurelien Jacobs
2010-08-10rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame...Martin Storsjö
2010-08-10get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs
2010-08-10get rid of MAX_STREAMS limit in RTSPAurelien Jacobs
2010-08-10get rid of MAX_STREAMS limit in RDTAurelien Jacobs
2010-08-09rtpenc_xiph: Set the ident value via a defineMartin Storsjö
2010-08-09rtpenc_xiph: Don't needlessly cast pointers to integersMartin Storsjö
2010-08-09Make hex_to_data a lavf internal functionMartin Storsjö
2010-08-09http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö
2010-08-08oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse
2010-08-07Fix spelling in comment(s)Reinhard Tartler
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-08-06Preserve status reasonLuca Barbato
2010-08-05rtpdec_xiph: Split packets in the depacketizerMartin Storsjö
2010-08-05Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng
2010-08-05Remove is_playing variable.Zhentan Feng
2010-08-05Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng
2010-08-04rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö
2010-08-02Fix doxygen comment.Benoit Fouet
2010-08-01Add WebM to the Matroska demuxer name.Alex Converse
2010-07-31100l: av_freep() needs the address of the pointerAurelien Jacobs
2010-07-30Remove 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 Jacobs
2010-07-30add seeking support in ASS demuxerAurelien Jacobs
2010-07-28Check for udp_set_remote_url error.Reimar Döffinger
2010-07-28rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö
2010-07-28In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier
2010-07-28Skip short padding in id3v2.Alexander Kojevnikov
2010-07-28rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann
2010-07-28Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-07-27Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer
2010-07-27Make doxygen formatting more consistent.Michael Niedermayer