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
2010-03-17qtrleenc: add rgb555 outputAlexis Ballier
2010-03-17Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski
2010-03-17document two variables in Indeo5 decoding contextKostya Shishkov
2010-03-17Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-16100L, revert r22560, already presentBaptiste Coudurier
2010-03-16mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier
2010-03-16H264: fix signed overflow in constant multiplicationMåns Rullgård
2010-03-16Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer
2010-03-16Support intra_dc_precision>8 in jpegMichael Niedermayer
2010-03-15use mpeg2 quantization bias for mjpeg.Michael Niedermayer
2010-03-15Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet
2010-03-15Cosmetics: Fix a comment.Carl Eugen Hoyos
2010-03-15DWT: x86 init should depend on HAVE_MMXMåns Rullgård
2010-03-14Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger
2010-03-14Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger
2010-03-14Add some more table-printing functions needed for future patches.Reimar Döffinger
2010-03-14Add ff_ prefix to dwt functionsMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-14Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer
2010-03-14Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer
2010-03-14aacsbr: DSPUtilize analysis input scaling.Alex Converse
2010-03-14aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse
2010-03-13Make iff.c:decode_init return the value returned byStefano Sabatini
2010-03-13CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs
2010-03-13bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs
2010-03-13vp3: Split out motion vectors to their own arrayDavid Conrad
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-13theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad
2010-03-13vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad
2010-03-13vp3: Make fragment_width _height by planeDavid Conrad
2010-03-13vp3: we only need a temp MV array of size 4David Conrad
2010-03-13vp3: Use memset to clear the fragment arrayDavid Conrad
2010-03-13vp3: Init MVs to 0David Conrad
2010-03-13vp3: Simplify init_block_mappingDavid Conrad
2010-03-13libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs
2010-03-12Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer
2010-03-12Fix indentionMichael Niedermayer
2010-03-12Always reset slice_table.Michael Niedermayer
2010-03-12fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs
2010-03-12fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs
2010-03-11Fix spelling.Ronald S. Bultje
2010-03-11Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross
2010-03-11snow: remove unused stub functionsMåns Rullgård
2010-03-11Add some required castsMåns Rullgård
2010-03-11sparc: fix a few pages of cast warningsMåns Rullgård
2010-03-11sparc: fix dsputil prototypesMåns Rullgård
2010-03-11Only use .size in ARM assembly when targeting ELFMartin Storsjö