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
2014-10-18urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov
2014-10-18rtmpproto: Add pause supportUwe L. Korn
2014-10-18rtmpproto: Track last received timestampUwe L. Korn
2014-10-17rtmpproto: Add getStreamLength call to query durationUwe L. Korn
2014-10-17rtmpproto: Add function to read a number responseUwe L. Korn
2014-10-17avformat: Make avformat_free_context handle NULLLuca Barbato
2014-10-16rtsp: Check a memory allocationMichael Lynch
2014-10-15rtmpproto: Fix a typoMartin Storsjö
2014-10-15rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö
2014-10-15rtpdec_hevc: Rename a variable for clarityMartin Storsjö
2014-10-15mov: Correctly check the color transfer characteristics rangeVittorio Giovara
2014-10-15sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö
2014-10-15rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-14mov: Handle tfdt atomsMartin Storsjö
2014-10-14movenc: Write tfdt atomsMartin Storsjö
2014-10-13lavf: use initial_padding instead of deprecated delayAnton Khirnov
2014-10-12icecast: Do not use chunked postMark McGough
2014-10-12movenc: Simplify code by using an existing local pointerMartin Storsjö
2014-10-12movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö
2014-10-12movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö
2014-10-12movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö
2014-10-12movenc: Adjust edit lists to trim out parts of tracks with negative ptsMichael Niedermayer
2014-10-12smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
2014-10-10tcp: Add AVOption supportLuca Barbato
2014-10-10tls: Support passing old-style tcp optionsLuca Barbato
2014-10-10rtsp: Add rtsps to the probeLuca Barbato
2014-10-10rtsp: Support tls when in listen modeLuca Barbato
2014-10-10rtsp: Support tls-encapsulated RTSPLuca Barbato
2014-10-10rtsp: Check for command strings without spacesLuca Barbato
2014-10-10sctp: Use AVERROR_BUG instead of abort()Luca Barbato
2014-10-10lavf: More informative error messageLuca Barbato
2014-10-08mov: support the Color Parameter Atoms 'colr'Vittorio Giovara
2014-10-08dump: Update streams and chapters printout formatSylvain Rabot
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avformat: bump version after mime_type changeVittorio Giovara
2014-10-08avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-10-07sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-09-29lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles
2014-09-29sdp: Make opus declaration conform to the specTimothy B. Terriberry
2014-09-26probe: Bump the score for mime type matchingAndreas Cadhalpun
2014-09-26caf: Give context structure a consistent nameDiego Biurrun
2014-09-25m4vdec: K&R formatting cosmeticsGabriel Dume
2014-09-25lmlm4: K&R formatting cosmeticsGabriel Dume
2014-09-25concat: K&R formatting cosmeticsGabriel Dume
2014-09-25rtsp: Clear the session id on redirectsMartin Storsjö
2014-09-25rtpenc: HEVC/H.265 supportThomas Volkert