Vittorio Giovara
|
792e4c21f2
|
xbm: use av_frame_free on close
|
11 years ago |
Anton Khirnov
|
5b9c3b4505
|
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
|
11 years ago |
Diego Biurrun
|
b2bed9325d
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
11 years ago |
Paul B Mahol
|
faf689c7eb
|
xbmenc: remove unused code
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Paul B Mahol
|
e75357ea7c
|
xbmenc: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Diego Biurrun
|
d5c62122a7
|
Move av_reverse table to libavcodec
It is only used in that library.
|
12 years ago |
Anton Khirnov
|
716d413c13
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Paul B Mahol
|
8fbe11e623
|
Replace Libav with FFmpeg in license headers for files created by me
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
13 years ago |
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>
|
13 years ago |
Michael Niedermayer
|
5d8a20a1c5
|
xbmenc: switch to ff_alloc_packet2().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Paul B Mahol
|
0afd8f12e9
|
avcodec: add XBM encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
|
13 years ago |