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-12-14rtpdec_h264: Check the return value of functions doing allocationsMichael Niedermayer
2013-12-14sdp: Check theora colorspace before producing the configuration stringMartin Storsjö
2013-12-14hdsenc: Check the init_file() return codeMichael Niedermayer
2013-12-14hdsenc: Fix an off by one error in an array size checkMichael Niedermayer
2013-12-14hdsenc: Avoid integer overflowMichael Niedermayer
2013-12-12mpegts: add HEVC registration descriptorCarl Eugen Hoyos
2013-12-12img2: add stereo 3d still picture file extensionsMartin Lambers
2013-12-12rtsp: suppress a incompatible pointer types warningVittorio Giovara
2013-12-12rtspdec: Fix keep-alive request for ACTi camerasRumin Sam
2013-12-11lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09avformat: AviSynth demuxer rewrited s
2013-11-29mxfdec: set extradata sizeAnton Khirnov
2013-11-26MSN Audio supportKostya Shishkov
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-22hls: Avoid reading outside of the allocated arrayMartin Storsjö
2013-11-22hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö
2013-11-22http: Expose the content location via an AVOptionMartin Storsjö
2013-11-22http: Support relative URL redirectionZhang Rui
2013-11-22http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö
2013-11-21avidec: fix a memleak in the dv init code.Anton Khirnov
2013-11-21matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs
2013-11-21matroskadec: pad EBML_BIN data.Anton Khirnov
2013-11-18rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov
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ö