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
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-19svq3: Avoid a division by zeroMartin Storsjö
2013-09-17svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-04-20svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-20h264/svq3: Stop using draw_edgesRonald S. Bultje
2013-02-18svq3: unbreak decodingMatti Hamalainen
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15svq3: remove a pointless if()Anton Khirnov
2013-02-08dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-09svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-20svq3: cosmetics: Drop useless parenthesesDiego Biurrun
2012-10-20svq3: K&R formatting cosmeticsDiego Biurrun
2012-10-11svq3: fix pointer type warningMans Rullgard
2012-10-11svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-06svq3: protect against negative quantizers.Ronald S. Bultje
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
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-08-15svq3: propagate codec memory allocation failure in context initDustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
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-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-21svq3: Do initialization after parsing the extradataRonald S. Bultje
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-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov