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-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-15dv: Split DV data table declarations into their own headerDiego Biurrun
2013-11-14lavf: improve support for AVC-Intra files.Reimar Döffinger
2013-11-14mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint
2013-11-09avienc: drop the vfr flag.Anton Khirnov
2013-11-04omadec: loosen format probing constraintsDavid Goldwich
2013-11-04omadec: check GEOB sizes against buffer sizeMichael Niedermayer
2013-11-04omadec: Fix wrong number of array elementsMichael Niedermayer
2013-11-03rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara
2013-11-03wtv: fix variable sign in formatVittorio Giovara
2013-11-02os_support: Add #endif comments for better readabilityDiego Biurrun
2013-11-02Add an HDS live fragmenting muxerMartin Storsjö
2013-11-02lavf: do not use int to store an int64Anton Khirnov
2013-11-01rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö
2013-11-01rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö
2013-11-01rtpenc: Remove some superfluous parenthesesMartin Storsjö
2013-11-01aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö
2013-10-31mpegts: Support HEVC demuxingMickaël Raulet
2013-10-31matroskadec: Support HEVC demuxingYusuke Nakamura
2013-10-31mov: Support HEVC demuxingYusuke Nakamura
2013-10-31Add raw HEVC demuxerDirk Farin
2013-10-31oggparsetheora: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
2013-10-30lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö
2013-10-30oggparsetheora: check av_mallocz resultAnton Khirnov
2013-10-30oggparsetheora: return meaningful error codesAnton Khirnov
2013-10-30oggparsetheora: K&R cosmetics, reformatAnton Khirnov
2013-10-29lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov
2013-10-29avio: Check for memory allocation failure of private dataDerek Buitenhuis
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
2013-10-28lavf: remove unreliable timestamp guessing heuristicAnton Khirnov
2013-10-28avio: K&R formatting cosmeticsLuca Barbato
2013-10-23movenc: Add an F4V muxerClément Bœsch
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-21avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato
2013-10-18wtv: Seek by sector properlyLuca Barbato
2013-10-14http: Check the auth string contents and not only the pointerMichael Niedermayer
2013-10-14rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö
2013-10-13http: Support auth method detection for POSTMartin Storsjö
2013-10-13http: Add an option for forcing basic authenticationMartin Storsjö
2013-10-12oggparsevorbis: fail on memory allocation errorVittorio Giovara
2013-10-12oggvorbisdec: add support for embedded cover artJames Almer
2013-10-12flac: move picture parsing code in a separate fileJames Almer
2013-10-12oggdec: add support for Opus in Ogg demuxingNicolas George
2013-10-12oggparsevorbis: check allocationsVittorio Giovara
2013-10-12oggparsevorbis: support official chapter extensionJames Almer
2013-10-12riff: Add a mapping for VP6AMartin Storsjö
2013-10-10mxf: Add jpeg2000 codec to intra only codecsMatthieu Bouron
2013-10-10flvenc: Write proper cropping for VP6 even if there's no extradataMartin Storsjö
2013-10-10flvenc: Support muxing VP6A as wellMartin Storsjö