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
2007-09-13make intra dc prediction less contradictoryMichael Niedermayer
2007-09-12stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier
2007-09-12link fixesDiego Biurrun
2007-09-12Recurse into libswscale on uninstall.Dave Yeo
2007-09-12TypoRamiro Polla
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
2007-09-11r_frame_rateMichael Niedermayer
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
2007-09-10Bump micro version number for r10429Ramiro Polla
2007-09-10*_protocol are not part of public APIAurelien Jacobs
2007-09-10Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni
2007-09-10high level bitstream and decoding process in ascii artMichael Niedermayer
2007-09-10Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni
2007-09-10Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni
2007-09-10move 8tap filter to not important as that is purely encoder sideMichael Niedermayer
2007-09-10update todoMichael Niedermayer
2007-09-10cosmeticMichael Niedermayer
2007-09-09make changing spatial_decomposition_count per frame workMichael Niedermayer
2007-09-09dsputil must be initialized before calling rtjpeg init.Reimar Döffinger
2007-09-09Improve track number decoding for some WMA filesPatrice Bensoussan
2007-09-09do not ignore return of decode_header()Michael Niedermayer
2007-09-09do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer
2007-09-09update spec to reflect changes to implementation about per frameMichael Niedermayer
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
2007-09-09perform init after reading the values needed for initMichael Niedermayer
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
2007-09-09unneeded and impossible during init ...Michael Niedermayer
2007-09-09unusedMichael Niedermayer
2007-09-09allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer
2007-09-09remove ()Michael Niedermayer
2007-09-09spatial_decomposition_count != 5 bugfixMichael Niedermayer
2007-09-09scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer
2007-09-09clarifyMichael Niedermayer
2007-09-09Properly handle nuv file with changing resolutionReimar Döffinger
2007-09-09cosmetics: Remove useless empty line.Diego Biurrun
2007-09-09Elaborate on licensing issues: A few files are from libjpeg and theDiego Biurrun
2007-09-09Do not set codec_tag when the container does not specify it.Reimar Döffinger
2007-09-09Make sure rtjpeg quality is a valid valueReimar Döffinger
2007-09-09Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger
2007-09-0910l, add check forgotten in last commitReimar Döffinger
2007-09-09First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger
2007-09-09Simplify nuv: factor out LZO decompressionReimar Döffinger
2007-09-09Copy nuv header only when the video codec is nuvReimar Döffinger
2007-09-08document MCMichael Niedermayer
2007-09-08rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
2007-09-08remove outcommented codeMichael Niedermayer
2007-09-08indentionMichael Niedermayer
2007-09-08cleanup mc_block()Michael Niedermayer