summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-181-1/+1
* dnxhdenc: check negative indexVittorio Giovara2014-11-131-0/+2
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-2/+1
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-15/+15
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-1/+3
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-2/+3
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-271-2/+2
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-4/+6
* DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-04-111-2/+2
* DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-111-182/+282
* dnxhdenc: return meaningful return codesTimothy Gu2014-03-301-19/+19
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* dnxhdenc: use the AVFrame API properly.Anton Khirnov2013-11-161-14/+14
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-051-1/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-4/+5
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-261-3/+24
* Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-3/+2
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+6
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* dnxhdenc: switch to encode2.Anton Khirnov2012-02-121-7/+12
* Merge some declarations and initializations.Diego Biurrun2012-01-041-3/+3
* dnxhdenc: fix signed overflowsMans Rullgard2011-11-261-2/+3
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-141-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* dnxhdenc: fix declarations in for loopsMans Rullgard2011-07-271-3/+5
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-56/+184
* dnxhdenc: remove inline from function only called through pointerMans Rullgard2011-07-211-1/+1
* dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-211-30/+32
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-121-2/+1
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-121-2/+2
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-011-1/+15
* Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-161-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
OpenPOWER on IntegriCloud