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
2012-12-22ttadec: fix last frame handling when seekingJustin Ruggles
2012-12-22alacdec: do not be too strict about the extradata sizeJustin Ruggles
2012-12-22flac: only set channel layout if not previously set or on channel count changeJustin Ruggles
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20lavc: add missing files for armLuca Barbato
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-20mpeg12: do not decode extradata more than once.Anton Khirnov
2012-12-19h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez
2012-12-19mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau
2012-12-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
2012-12-18h264: support frame parameter changes during frame-mtJanne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-18ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer
2012-12-18h264: increase dist_scale_factor for up to 32 referencesJanne Grunau
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-18h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-12-15h264: fix memleak on error during SPS parsingJanne Grunau
2012-12-15h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau
2012-12-14vp56: release frames on errorLuca Barbato
2012-12-14vp56: make parse_header return standard error codesLuca Barbato
2012-12-14ivi_common: check that scan pattern is set before using it.Anton Khirnov
2012-12-14ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov
2012-12-14ivi_common: make some functions and tables static.Anton Khirnov
2012-12-14h264: initialize frame-mt context copies properlyJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-13vp6: properly fail on unsupported featureLuca Barbato
2012-12-13aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse
2012-12-12svq1: Fix building with -DDEBUGMartin Storsjö
2012-12-12svq1: return meaningful error codes.Anton Khirnov
2012-12-12lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov
2012-12-12svq1: unmacroify macros used only once.Anton Khirnov
2012-12-12svq1: deMpegEncContextizeAnton Khirnov
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-11Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-10sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard
2012-12-10dsputil: remove unused macro WRAPPER8_16Mans Rullgard
2012-12-09libvpxenc: Support forcing keyframesMartin Storsjö
2012-12-09ac3dec: decode directly into output buffersMans Rullgard
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-12-09svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-12-08mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau
2012-12-08h264: check for invalid zeros_left before writingRonald S. Bultje
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau