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
2006-11-13rename squareTbl -> ff_squareTblMåns Rullgård
2006-11-12rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-12make some tables staticMåns Rullgård
2006-11-12adding more static keywordsMåns Rullgård
2006-11-12make vp6_pcr_tree staticMåns Rullgård
2006-11-11make some symbols staticMåns Rullgård
2006-11-11make two functions staticMåns Rullgård
2006-11-10zero private bitsMichael Niedermayer
2006-11-10store a identifer and the first header in extradataMichael Niedermayer
2006-11-10mp3 header (de)compression bitstream filterMichael Niedermayer
2006-11-0916bit in avi is RGB555Michael Niedermayer
2006-11-09Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-0910000l to myself, fixing regression test failureMichael Niedermayer
2006-11-08100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-07typoBaptiste Coudurier
2006-11-07add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier
2006-11-07SimplifyLuca Barbato
2006-11-07Use MMX only under x86_32, there are compilation problems.Diego Biurrun
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-07Bump version for Fraps v[24] supportKostya Shishkov
2006-11-06Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger
2006-11-06include parser.h instead of mpegvideo.hBaptiste Coudurier
2006-11-06rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-11-06Check for symbol countKostya Shishkov
2006-11-06Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov
2006-11-05use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier
2006-11-05Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger
2006-11-05remove useless line variableBaptiste Coudurier
2006-11-05fix decoding positionBaptiste Coudurier
2006-11-05Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov
2006-11-05Update commentKostya Shishkov
2006-11-05Fraps v2 and v4 supportKostya Shishkov
2006-11-04ministry of english grammar :) then->thanOded Shimon
2006-11-03doxyMichael Niedermayer
2006-11-03ensure alignment (no speed change)Michael Niedermayer
2006-11-03merging mov & and (no speedchange)Michael Niedermayer
2006-11-032 instructions less (same speed)Michael Niedermayer
2006-11-03comment about failed optimizationMichael Niedermayer
2006-11-03move luma tc0 related init into asmMichael Niedermayer
2006-11-03RGB32 support in TargaKostya Shishkov
2006-11-032 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer
2006-11-03preempt possible overflowMichael Niedermayer