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-08rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö
2013-01-08rtpdec_vp8: Avoid a warning about a possibly unused variableMartin Storsjö
2013-01-08rtpdec_vp8: Make sure the previous packet is returnedMartin Storsjö
2013-01-08rtpdec_vp8: Set the timestamp when returning a deferred packetMartin Storsjö
2013-01-08hlsenc: Make the start_number option set the right variableKanglin
2013-01-08rtsp: Respect max_delay for the reordering queue when using custom IOMartin Storsjö
2013-01-08rtsp: Recheck the reordering queue if getting a new packetMartin Storsjö
2013-01-07xwma: Remove unused variableBenjamin Larsson
2013-01-07asfdec: Fix printf format string length modifierDiego Biurrun
2013-01-06oggdec: make sure the private parse data is cleaned upLuca Barbato
2013-01-06oggdec: free the ogg streams on read_header failureLuca Barbato
2013-01-06Drop Snow codecDiego Biurrun
2013-01-05mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang
2013-01-03aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö
2013-01-03rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö
2013-01-03rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö
2013-01-03aviobuf: Partial support for reading in read/write contextsMartin Storsjö
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ö