| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8' | Michael Niedermayer | 2013-11-17 | 1 | -14/+14 |
|\ |
|
| * | dnxhdenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -14/+14 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec: fix duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | avcodec/dnxhdenc: make header_prefix static const | Michael Niedermayer | 2013-08-02 | 1 | -1/+1 |
* | | Rename "AVClass class" as "AVClass component_class". | Carl Eugen Hoyos | 2013-06-30 | 1 | -2/+2 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -1/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |
* | | Merge commit 'bd8ac882140a38868c33c000a430a1292a352533' | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Add av_cold attributes to end functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -4/+5 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -4/+5 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | lavc/dnxhdenc: print valid profiles when codec parameters are invalid | Matthieu Bouron | 2013-01-27 | 1 | -1/+2 |
* | | Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45' | Michael Niedermayer | 2013-01-26 | 1 | -3/+24 |
|\| |
|
| * | dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). | Anton Khirnov | 2013-01-26 | 1 | -3/+24 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -10/+10 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -10/+10 |
* | | dnxhdenc: assert ff_dnxhd_get_cid_table() return value | Michael Niedermayer | 2012-10-13 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -5/+5 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | | dnxhdenc: fix speed regression | Michael Niedermayer | 2012-09-25 | 1 | -0/+2 |
* | | dnxhdenc: remove redundant call to ff_dsputil_init() | Michael Niedermayer | 2012-09-25 | 1 | -1/+0 |
* | | dsputil/me/pixels: Actually use av_restrict | Derek Buitenhuis | 2012-09-09 | 1 | -2/+2 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | dnxhdenc: fix pointer type warning | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93' | Michael Niedermayer | 2012-08-24 | 1 | -3/+2 |
|\| |
|
| * | dnxhdenc: x86: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 1 | -3/+2 |
* | | Fix partially hidden macroblocks for 10-bit DNxHD. | Joseph Artsimovich | 2012-08-23 | 1 | -4/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | lavc: use designated initializers for AVClasses | Paul B Mahol | 2012-06-23 | 1 | -1/+7 |
* | | dnxhd: replace asserts by av_asserts | Michael Niedermayer | 2012-06-01 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -4/+6 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+6 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | dnxhdenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | libavcodec: Add ff_ prefix to some nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-13 | 1 | -7/+12 |
|\| |
|
| * | dnxhdenc: switch to encode2. | Anton Khirnov | 2012-02-12 | 1 | -7/+12 |
* | | Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). | Joseph Artsimovich | 2012-02-07 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -3/+2 |
|\| |
|
| * | Merge some declarations and initializations. | Diego Biurrun | 2012-01-04 | 1 | -3/+3 |