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
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-10Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer
2008-07-22qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer
2008-07-22Loop filtering with multiple slice types fix.Michael Niedermayer
2008-07-21Simplify slice type checks.Michael Niedermayer
2008-07-20Fix used references indexes in the loop filter.Michael Niedermayer
2008-07-19Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer
2008-07-16Move the size of the H264Context delayed_pic array into a #define.Alexander Strange
2008-07-03Don't test for H264 encoding unless an encoder exists.Alexander Strange
2008-05-11Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange
2008-04-11Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer
2008-03-13typo fixesDiego Biurrun
2008-02-03ff_h264_idct8_add_sse2.Loren Merritt
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-09Enable PAFF decodingCarl Eugen Hoyos
2007-10-06Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs
2007-10-04Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs
2007-10-04Partial PAFF implementation at macroblock level.Jeff Downs
2007-10-02Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs
2007-10-02Cosmetic preparations for h264/PAFF implementation.Jeff Downs
2007-09-05Add slice-based parallel H.264 decodingAndreas Öman
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov
2007-07-06Add support for streams with different chroma_qp_index_offsetAndreas Öman
2007-07-06Precompute a chroma_qp table with index offset for each pps,Andreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-20Do not reuse the rbsp de-escape buffer if bothAndreas Öman
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-29allocate PPS and SPS dynamicallyAndreas Öman
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs