summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAge
* DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-04-11
* DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-11
* dnxhdenc: return meaningful return codesTimothy Gu2014-03-30
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* dnxhdenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-05
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-15
* dnxhdenc: switch to encode2.Anton Khirnov2012-02-12
* Merge some declarations and initializations.Diego Biurrun2012-01-04
* dnxhdenc: fix signed overflowsMans Rullgard2011-11-26
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-14
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* dnxhdenc: fix declarations in for loopsMans Rullgard2011-07-27
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-21
* dnxhdenc: remove inline from function only called through pointerMans Rullgard2011-07-21
* dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-21
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-12
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-12
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-01
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-16
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-20
* clarify why the encoder is failingBaptiste Coudurier2009-11-19
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-12
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-12
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-21
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-18