Michael Niedermayer
|
7a72695c05
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
* commit '36ef5369ee9b336febc2c270f8718cec4476cb85':
Replace all CODEC_ID_* with AV_CODEC_ID_*
lavc: add AV prefix to codec ids.
Conflicts:
doc/APIchanges
doc/examples/decoding_encoding.c
doc/examples/muxing.c
ffmpeg.c
ffprobe.c
ffserver.c
libavcodec/8svx.c
libavcodec/avcodec.h
libavcodec/dnxhd_parser.c
libavcodec/dvdsubdec.c
libavcodec/error_resilience.c
libavcodec/h263dec.c
libavcodec/libvorbisenc.c
libavcodec/mjpeg_parser.c
libavcodec/mjpegenc.c
libavcodec/mpeg12.c
libavcodec/mpeg4videodec.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo_enc.c
libavcodec/pcm.c
libavcodec/r210dec.c
libavcodec/utils.c
libavcodec/v210dec.c
libavcodec/version.h
libavdevice/alsa-audio-dec.c
libavdevice/bktr.c
libavdevice/v4l2.c
libavformat/asfdec.c
libavformat/asfenc.c
libavformat/avformat.h
libavformat/avidec.c
libavformat/caf.c
libavformat/electronicarts.c
libavformat/flacdec.c
libavformat/flvdec.c
libavformat/flvenc.c
libavformat/framecrcenc.c
libavformat/img2.c
libavformat/img2dec.c
libavformat/img2enc.c
libavformat/ipmovie.c
libavformat/isom.c
libavformat/matroska.c
libavformat/matroskadec.c
libavformat/matroskaenc.c
libavformat/mov.c
libavformat/movenc.c
libavformat/mp3dec.c
libavformat/mpeg.c
libavformat/mpegts.c
libavformat/mxf.c
libavformat/mxfdec.c
libavformat/mxfenc.c
libavformat/nsvdec.c
libavformat/nut.c
libavformat/oggenc.c
libavformat/pmpdec.c
libavformat/rawdec.c
libavformat/rawenc.c
libavformat/riff.c
libavformat/sdp.c
libavformat/utils.c
libavformat/vocenc.c
libavformat/wtv.c
libavformat/xmv.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-08-07 22:45:46 +02:00 |
|
Paul B Mahol
|
f06269dda5
|
cosmetics: align more codecs declarations
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2012-06-12 20:47:38 +00:00 |
|
Michael Niedermayer
|
03757d488f
|
j2kenc: Fix "function declaration isn’t a prototype" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-03-30 20:11:50 +02:00 |
|
Paul B Mahol
|
7f9b42ff9d
|
j2kenc: cosmetics: vertically align AVCodec members.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-03-27 00:49:27 +02:00 |
|
Paul B Mahol
|
ae2c33b0c2
|
cosmetics: remove superfluous curly brackets
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-03-23 03:09:07 +01:00 |
|
Michael Niedermayer
|
35dfeb871c
|
j2kenc: switch to ff_alloc_packet2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-03-22 19:03:19 +01:00 |
|
Michael Niedermayer
|
8060403011
|
j2kenc: switch to encode2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-02-24 04:12:40 +01:00 |
|
Paul B Mahol
|
3e8a368b2b
|
lavc: constify enums for .pix_fmts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-01-12 16:32:55 +01:00 |
|
Paul B Mahol
|
ba10207bbe
|
Use more designated initializers.
Also remove some pointless NULL/0 assigments.
C++ code must be left as it is because named struct
initializers are not supported by C++ standard.
|
2011-12-30 20:00:53 +01:00 |
|
Dominique Leuenberger
|
8a25d0a860
|
Trivial: j2kenc: fix compiler warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-11-12 21:00:12 +01:00 |
|
Carl Eugen Hoyos
|
75f26a6f0b
|
Use "JPEG 2000" as long name for j2k.
|
2011-09-28 18:43:49 +02:00 |
|
Michael Niedermayer
|
7393b41744
|
j2kenc: Fix pointer<->integer casts.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-28 15:25:04 +02:00 |
|
Michael Niedermayer
|
398b5327a3
|
j2kenc: only list pixel formats that fully work currently.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 21:32:39 +02:00 |
|
Michael Niedermayer
|
2214a67de5
|
j2kenc: fix colors on yuv444
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 21:32:39 +02:00 |
|
Michael Niedermayer
|
34ac8ec2ea
|
j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formats
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:19 +02:00 |
|
Michael Niedermayer
|
e6aed5f404
|
j2kenc: fix coded_frame and prevent null pointer dereference.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:19 +02:00 |
|
Michael Niedermayer
|
40923e1567
|
j2kenc: Update ff_j2k_init_component() arguments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:19 +02:00 |
|
Michael Niedermayer
|
2f16b6a525
|
j2kenc: fix arguments for ff_j2k_getnbctxno()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:19 +02:00 |
|
Michael Niedermayer
|
0db973e0d7
|
j2kenc: mark as experimental.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:19 +02:00 |
|
Michael Niedermayer
|
1c20a0b354
|
j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:18 +02:00 |
|
Michael Niedermayer
|
de89bc994c
|
j2kenc: update codec name to modern ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:18 +02:00 |
|
Michael Niedermayer
|
1e086fd730
|
j2kenc: cleanup() is not used outside thus it is static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:18 +02:00 |
|
Michael Niedermayer
|
c153c00367
|
j2kenc: update function name.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-27 19:30:18 +02:00 |
|
Kamil Nowosad
|
83654c7b1b
|
Add Kamil Nowosads j2k code.
This needs work but it should not rot in soc svn.
|
2011-05-24 01:31:53 +02:00 |
|