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-04-16svq3: check the watermark height.Michael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-30svq3: Fix pointer type mismatch warning.Michael Niedermayer
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-03-06svq3: protect against negative quantizers.Ronald S. Bultje
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-01svq3dec: fix overread of the cliping table.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10svq3: Prevent illegal reads while parsing extradata.Alex Converse
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-09-17check all svq3_get_ue_golomb() returns.Michael Niedermayer
2011-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15svq3: propagate codec memory allocation failure in context initDustin Brody
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-14Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-13Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier
2011-06-03svq3: Move svq3-specific fields to their own context.Baptiste Coudurier
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21svq3: Do initialization after parsing the extradataRonald S. Bultje
2011-05-07Use av_fast_malloc instead of av_fast_realloc.Reimar Döffinger
2011-05-06In svq3 decoder, check negative mb_type, fix potential crash.Baptiste Coudurier
2011-05-05SVQ3: do not modify const input bufferBaptiste Coudurier
2011-05-05SVQ3: Check that things match up after a frame.Baptiste Coudurier
2011-05-05SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje