| Commit message (Expand) | Author | Age | Files | Lines |
* | j2kenc: remove duplicate debug functions | Michael Niedermayer | 2012-12-05 | 1 | -17/+1 |
* | j2kenc: remove unneeded dereference | Michael Niedermayer | 2012-10-15 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -9/+9 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: align more codecs declarations | Paul B Mahol | 2012-06-12 | 1 | -5/+7 |
* | j2kenc: Fix "function declaration isn’t a prototype" warning | Michael Niedermayer | 2012-03-30 | 1 | -1/+1 |
* | j2kenc: cosmetics: vertically align AVCodec members. | Paul B Mahol | 2012-03-27 | 1 | -8/+7 |
* | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | j2kenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | j2kenc: switch to encode2 | Michael Niedermayer | 2012-02-24 | 1 | -8/+17 |
* | lavc: constify enums for .pix_fmts | Paul B Mahol | 2012-01-12 | 1 | -1/+1 |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -7/+7 |
* | Trivial: j2kenc: fix compiler warning | Dominique Leuenberger | 2011-11-12 | 1 | -1/+2 |
* | Use "JPEG 2000" as long name for j2k. | Carl Eugen Hoyos | 2011-09-28 | 1 | -0/+1 |
* | j2kenc: Fix pointer<->integer casts. | Michael Niedermayer | 2011-09-28 | 1 | -3/+3 |
* | j2kenc: only list pixel formats that fully work currently. | Michael Niedermayer | 2011-09-27 | 1 | -3/+3 |
* | j2kenc: fix colors on yuv444 | Michael Niedermayer | 2011-09-27 | 1 | -1/+5 |
* | j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formats | Michael Niedermayer | 2011-09-27 | 1 | -0/+1 |
* | j2kenc: fix coded_frame and prevent null pointer dereference. | Michael Niedermayer | 2011-09-27 | 1 | -8/+9 |
* | j2kenc: Update ff_j2k_init_component() arguments | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | j2kenc: fix arguments for ff_j2k_getnbctxno() | Michael Niedermayer | 2011-09-27 | 1 | -3/+5 |
* | j2kenc: mark as experimental. | Michael Niedermayer | 2011-09-27 | 1 | -2/+1 |
* | j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/ | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | j2kenc: update codec name to modern ffmpeg | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | j2kenc: cleanup() is not used outside thus it is static | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | j2kenc: update function name. | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | Add Kamil Nowosads j2k code. | Kamil Nowosad | 2011-05-24 | 1 | -0/+1045 |