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
2013-07-31rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö
2013-07-30hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer
2013-07-29rtsp: Support RFC4570 (source specific multicast) more properly.Ed Torbett
2013-07-29rtpproto: Support more than one SSM include address, support excludesEd Torbett
2013-07-29udp: Keep track of include and exclude sources separatelyEd Torbett
2013-07-29udp: Allow specifying multicast include/blocks as host names as wellEd Torbett
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun
2013-07-29hls: Free packets when skipping packets when seekingMartin Storsjö
2013-07-29hlsproto: Store all durations in AV_TIME_BASEMartin Storsjö
2013-07-29hls: Store all durations in AV_TIME_BASEMartin Storsjö
2013-07-29hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö
2013-07-29hls: Create an AVProgram for each variantLYF
2013-07-29hls: Respect the different stream time bases when comparing dtsMichael Niedermayer
2013-07-29hls: Set stream offset before opening a chained demuxerMartin Storsjö
2013-07-29hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer
2013-07-29hls: Copy the time base from the chained demuxerMichael Niedermayer
2013-07-29hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö
2013-07-29lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer
2013-07-29oma: correctly mark and decrypt partial packetsLuca Barbato
2013-07-29oma: check geob tag boundaryLuca Barbato
2013-07-29oma: refactor seek functionLuca Barbato
2013-07-28http: Support reading gzip/deflate compressed dataZhang Rui
2013-07-27Remove unreachable returnsDiego Biurrun
2013-07-27avidec: Let the inner dv demuxer take care of discardingLuca Barbato
2013-07-27avidec: K&R formatting cosmeticsLuca Barbato
2013-07-27wtv: Drop some casts that now are unnecessaryMartin Storsjö
2013-07-27wtv: Make WTV_SECTOR_BITS a 64 bit constantMartin Storsjö
2013-07-26avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber
2013-07-26rtpenc: Fix some odd commentsMartin Storsjö
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-07-19rtsp: Support multicast source filters (RFC 4570)Ed Torbett
2013-07-19rtpproto: Check the source IP if one single source has been specifiedMartin Storsjö
2013-07-19rtpproto: Support IGMPv3 source specific multicast inclusionEd Torbett
2013-07-15lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö
2013-07-15mov: Do not allow updating the time scale after it has been setMartin Storsjö
2013-07-15mov: Seek back if overreading an individual atomMartin Storsjö
2013-07-14rtsp: Include an User-Agent header field in all requestsMartin Storsjö
2013-07-08movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö
2013-07-08movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö
2013-07-08westwood_vqa: do not free extradata on error in read_headerLuca Barbato
2013-07-07movenc: K&R formatting cosmeticsMartin Storsjö
2013-07-07Makefile: Remove stray tabsMichael Niedermayer
2013-07-07yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje
2013-07-07rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer
2013-07-07avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer
2013-07-07wtv: Mark attachment with a negative stream idLuca Barbato
2013-07-06tests: Only run noproxy test if networking is enabledDiego Biurrun
2013-07-02oggdec: do not fall back on binary search in the generic code.Anton Khirnov
2013-06-24lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré