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-01-03build: Avoid detecting bogus components named 'x'Clément Bœsch
2012-12-31rtmp: Add support for limelight authenticationMartin Storsjö
2012-12-31rtmp: Add support for adobe authenticationMartin Storsjö
2012-12-31rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö
2012-12-31rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö
2012-12-29hlsenc: make segment number unsignedLuca Barbato
2012-12-29hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin
2012-12-29hlsenc: do not add timestamps in different timebasesLuca Barbato
2012-12-29hlsenc: use the correct AV_TIME_BASE macroKanglin
2012-12-29hlsenc: keep the playlist to the correct number of itemsLuca Barbato
2012-12-29hlsenc: use the segment filename in the playlist entryLuca Barbato
2012-12-29hlsenc: check append_entry return valueLuca Barbato
2012-12-29hlsenc: use the basename to generate the list entriesLuca Barbato
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-28build: Add rtpenc_chain extra config optionDiego Biurrun
2012-12-24hlsenc: Don't duplicate a string constantMartin Storsjö
2012-12-24hlsenc: Allocate enough space for the pattern stringStefano Sabatini
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-23oggdec: check memory allocationLuca Barbato
2012-12-23oggdec: K&R cosmetic formattingLuca Barbato
2012-12-23hlsenc: correctly report target durationLuca Barbato
2012-12-21rtpdec_vp8: Don't return known-broken packetsMartin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20rtp: Don't read priv_data unless it is allocatedMartin Storsjö
2012-12-20flvenc: Check whether seeking back to the header succeededBjörn Axelsson
2012-12-20sapenc: Pass the title on to the chained muxersJernej Virag
2012-12-19mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-17doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis
2012-12-17au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-12-16rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö
2012-12-16rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö
2012-12-16rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö
2012-12-12rtpproto: Remove unused definesMartin Storsjö
2012-12-12rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö
2012-12-12rtpdec: Cosmetic cleanup of the headerMartin Storsjö
2012-12-12rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö
2012-12-12rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö
2012-12-12rtpdec: Improve some commentsMartin Storsjö
2012-12-12rtpdec: Remove unused context variablesMartin Storsjö
2012-12-12rtpdec: Limit writing to the buffer sizeMartin Storsjö
2012-12-11swfdec: cosmetics: fix indentationJustin Ruggles
2012-12-11swfdec: do better validation of tag lengthJustin Ruggles
2012-12-10rtpdec: Remove an outdated todo commentMartin Storsjö
2012-12-10rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö
2012-12-09rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö
2012-12-09avio: K&R cosmetic formattingLuca Barbato
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard