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
2014-02-01mxf: Read field dominance flagMatthieu Bouron
2014-02-01mxf: Handle negative edit_rateLuca Barbato
2014-01-31lavf: include 60 fps in guessed standard frame ratesJanne Grunau
2014-01-29avformat: utils: Refactor duplicated PRINT macroDiego Biurrun
2014-01-26avformat: utils: K&R formatting cosmeticsDiego Biurrun
2014-01-23rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö
2014-01-20rtmpproto: Send a full, absolute timestamp if it isn't monotonically growingMartin Storsjö
2014-01-20rtmpproto: Avoid using uninitialized memoryMartin Storsjö
2014-01-20mov: do not set avg_frame_rate in the demuxerJustin Ruggles
2014-01-17avisynth: fix setting packet propertiesMichael Niedermayer
2014-01-17yuv4mpeg: set average frame rateAnton Khirnov
2014-01-17mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov
2014-01-17mp3enc: add an option for disabling the Xing frame.Anton Khirnov
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