Carl Eugen Hoyos
|
00d35e82b2
Do not try to read 16bit gray png files with alpha channel.
|
13 лет назад |
Michael Niedermayer
|
99eb31e263
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 лет назад |
Stefano Sabatini
|
68bed67d2e
pngdec: relax condition for setting monoblack pixel format
|
14 лет назад |
Stefano Sabatini
|
ce5e49b0c2
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
|
14 лет назад |
Stefano Sabatini
|
975a1447f7
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
|
14 лет назад |
ami_stuff
|
658296e344
Remove lowres support from png decoder
|
14 лет назад |
Baptiste Coudurier
|
045cc36fe7
100l, change #ifdef to #if
|
14 лет назад |
Baptiste Coudurier
|
46394d39e3
In png decoder, only call png_init_mmx if HAVE_MMX is defined.
|
14 лет назад |
Baptiste Coudurier
|
e91946ed23
Rename y400a to gray8a.
|
14 лет назад |
Baptiste Coudurier
|
6d4c49a2af
Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Reinhard Tartler
|
7ffe76e540
Merge libavcore into libavutil
|
14 лет назад |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
14 лет назад |
Luca Barbato
|
9ef5a9deaf
Replace dprintf with av_dlog
|
14 лет назад |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
14 лет назад |
Diego Elio Pettenò
|
e7e2df27f8
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Diego Elio Pettenò
|
d36beb3f69
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Stefano Sabatini
|
e16f217ceb
Use new imgutils.h API names, fix deprecation warnings.
|
14 лет назад |
Stefano Sabatini
|
6ce9b4310c
Remove use of the deprecated function avcodec_check_dimensions(), use
|
14 лет назад |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
Carl Eugen Hoyos
|
0fd0ef7947
Add new decoder property max_lowres and do not init decoder if requested value is higher.
|
14 лет назад |
Andreas Öman
|
67d96fb42d
pngdec: Add support for PIX_FMT_Y400A
|
15 лет назад |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
Jai Menon
|
de3553b078
pngdec.c : release allocated buffers.
|
15 лет назад |
Diego Biurrun
|
8b44de14d1
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
|
15 лет назад |
Kostya Shishkov
|
f3ac96e4d8
Support RGB48 PNG decoding
|
15 лет назад |
Baptiste Coudurier
|
d0a7936710
png decoder use get_buffer, set CODEC_CAP_DR1
|
16 лет назад |
Vitor Sessak
|
09d1208cdb
Fix unaligned dsputil call.
|
16 лет назад |
Thilo Borgmann
|
ee30cdabad
Add support to CorePNG P-frames.
|
16 лет назад |
Thilo Borgmann
|
7a00bbad21
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
avcoder
|
6413d91d08
Remove useless casts.
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Stefano Sabatini
|
bcdb2378f7
Add long names to some AVCodec declarations.
|
17 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
17 лет назад |
Loren Merritt
|
042e0adda9
decode mng color decorrelation
|
17 лет назад |
Loren Merritt
|
bd58e7f730
remove a memcpy
|
17 лет назад |
Loren Merritt
|
4a9ca0a279
simd and unroll png_filter_row
|
17 лет назад |
Michael Niedermayer
|
1dc5527934
const
|
17 лет назад |
Diego Biurrun
|
f1ea5c2a96
typo fixes
|
17 лет назад |
Måns Rullgård
|
e0eddd1269
hardly anything in PNGContext is shared; split it
|
17 лет назад |
Måns Rullgård
|
b958a7f111
separate en/decoder specific parts from png.c
|
17 лет назад |