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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-04mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-08-02rtmp: Add seek supportGavriloaie Eugen-Andrei
2013-08-01flvdec: Eliminate completely silly gotoDiego Biurrun
2013-08-01flvdec: K&R formatting cosmeticsDiego Biurrun
2013-08-01flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun
2013-08-01rtsp: Simplify code for forming the remote peer urlMartin Storsjö
2013-08-01rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö
2013-08-01rtpproto: Check the size before reading buf[1]Martin Storsjö
2013-07-31rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö
2013-07-31rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö
2013-07-31rtpproto: Remove a misplaced commentMartin Storsjö
2013-07-31rtpproto: Support nonblocking readsMartin Storsjö
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ö