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
2013-11-16dnxhdenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-26dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2012-02-12dnxhdenc: switch to encode2.Anton Khirnov
2012-01-04Merge some declarations and initializations.Diego Biurrun
2011-11-27dnxhdenc: fix signed overflowsMans Rullgard
2011-10-14dnxhdenc: fixed signed multiplication overflowMans Rullgard
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-27dnxhdenc: fix declarations in for loopsMans Rullgard
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
2011-07-21dnxhdenc: remove inline from function only called through pointerMans Rullgard
2011-07-21dnxhdenc: whitespace cosmeticsMans Rullgard
2011-07-12dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-16Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-20avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier
2009-11-20clarify why the encoder is failingBaptiste Coudurier
2009-10-12Reindent after removing the outer for loops in the execute2 patchReimar Döffinger
2009-10-12Move dnxhdenc to execute2 multithreading API.Reimar Döffinger
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-21Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger
2009-09-18fix uninitialized memory in dnxhd encoderBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-05-08data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs