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-01-15mov: Free an earlier allocated array if allocating a new oneMartin Storsjö
2014-01-15mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö
2014-01-14mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2014-01-14mxf: Correctly support files from Pinnacle ThunderTomas Härdin
2014-01-14mxf: Fix a possible leak of extradataMichael Niedermayer
2014-01-14mxf: Use av_malloc_arrayLuca Barbato
2014-01-14mxf: Drop unnecessary checksLuca Barbato
2014-01-14mxf: Fix off by one error in d10 aes3 decodingMarton Balint
2014-01-14mxf: Do not use int to check the seek positionLuca Barbato
2014-01-14mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger
2014-01-13lavf: make av_probe_input_buffer more robustAnton Khirnov
2014-01-13lavf: use a fixed width typeAnton Khirnov
2014-01-13lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov
2014-01-11flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson
2014-01-10flac muxer: add option to disable writing the global headerJustin Ruggles
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-07network.h: Add #endif comments to improve readabilityDiego Biurrun
2014-01-06segafilm: fix leaks if reading the header failsAnton Khirnov
2014-01-06lavf: remove a pointless checkAnton Khirnov
2014-01-06oggparseogm: check timing variablesAnton Khirnov
2014-01-05sdp: Check that fmt->oformat is non-null before accessing itMartin Storsjö
2014-01-03pmpdec: check that there is at least one audio packet.Anton Khirnov
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-26mms: Remove non-utf8 charactersLuca Barbato
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-20flv: Use the correct type to hold the file offsetLuca Barbato
2013-12-20jvdec: Do not feed the decoder with known wrong dataLuca Barbato
2013-12-20jvdec: Fix memory leak of jv->framesPaul B Mahol
2013-12-20jvdec: Return EOF on end of fileLuca Barbato
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