summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-4/+6
|\
| * 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
* | Merge commit '89ef08c992c484a46711b1a68a988303679c288e'Michael Niedermayer2014-04-111-178/+272
|\ \ | |/
| * DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-111-182/+282
| * dnxhdenc: return meaningful return codesTimothy Gu2014-03-301-19/+19
* | avcodec/dnxhdenc: use av_malloc_array()Michael Niedermayer2014-04-111-1/+1
* | dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-03-271-2/+2
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer2014-01-261-0/+1
|\ \ | |/
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* | avcodec/dnxhdenc: return meaningful return codesTimothy Gu2014-01-191-19/+19
* | avcodec/dnxhdenc: check that qmax is within the supported rangeMichael Niedermayer2014-01-171-0/+5
* | dnxhdenc: fix mb_rc sizeMichael Niedermayer2014-01-171-1/+1
* | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer2013-11-171-14/+14
|\ \ | |/
| * dnxhdenc: use the AVFrame API properly.Anton Khirnov2013-11-161-14/+14
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec: fix duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avcodec/dnxhdenc: make header_prefix static constMichael Niedermayer2013-08-021-1/+1
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-1/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
* | Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer2013-05-061-1/+1
|\ \ | |/
| * avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-051-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-4/+5
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-4/+5
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* | lavc/dnxhdenc: print valid profiles when codec parameters are invalidMatthieu Bouron2013-01-271-1/+2
* | Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45'Michael Niedermayer2013-01-261-3/+24
|\ \ | |/
| * dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-261-3/+24
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-10/+10
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* | dnxhdenc: assert ff_dnxhd_get_cid_table() return valueMichael Niedermayer2012-10-131-0/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | dnxhdenc: fix speed regressionMichael Niedermayer2012-09-251-0/+2
* | dnxhdenc: remove redundant call to ff_dsputil_init()Michael Niedermayer2012-09-251-1/+0
* | dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis2012-09-091-2/+2
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | dnxhdenc: fix pointer type warningMichael Niedermayer2012-08-301-1/+1
* | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer2012-08-241-3/+2
|\ \ | |/
| * dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-3/+2
* | Fix partially hidden macroblocks for 10-bit DNxHD.Joseph Artsimovich2012-08-231-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+0
|\ \ | |/
| * mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | lavc: use designated initializers for AVClassesPaul B Mahol2012-06-231-1/+7