Clément Bœsch
|
539399d4d1
AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.
|
13 years ago |
Jean First
|
1a0770f3f7
tiffenc: Enable RGB48LE (16-bit) encoding support
|
13 years ago |
Jean First
|
f7e797aa5c
tiffenc: initialize forgotten avctx.
|
13 years ago |
Jean First
|
43c481e569
tiffenc: Add forgotten avclass to context.
|
13 years ago |
Carl Eugen Hoyos
|
fc5299e9b7
Allow setting resolution in DPI for Tiff.
|
13 years ago |
Michael Niedermayer
|
faba79e080
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
ec6402b7c5
lavc: use designated initialisers for all codecs.
|
13 years ago |
Michael Niedermayer
|
042f9d62ca
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
f6f95d4e49
doxygen: consistently place brief description
|
13 years ago |
Stefano Sabatini
|
4d15f194b4
tiffenc: set bpp table for monow/monob formats
|
14 years ago |
Stefano Sabatini
|
ac8d6f120d
tiffenc: factorize code for monow/monob case in encode_frame() switch
|
14 years ago |
Stefano Sabatini
|
995013ebc8
tiffenc: fix bpp value for monow/monob formats
|
14 years ago |
Stefano Sabatini
|
ce5e49b0c2
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
|
14 years ago |
Stefano Sabatini
|
975a1447f7
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Diego Elio Pettenò
|
e7e2df27f8
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 years ago |
Diego Elio Pettenò
|
d36beb3f69
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Baptiste Coudurier
|
f38e450746
use lzw compression in gif encoder
|
15 years ago |
Reimar Döffinger
|
2ba8301769
Mark all pix_fmts and supported_framerates compound literals as const.
|
15 years ago |
Måns Rullgård
|
63613fe615
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Michael Niedermayer
|
e2d09b65e8
set coded_frame
|
17 years ago |
Carl Eugen Hoyos
|
eacced45c4
Replace some occurrences of -1 with PIX_FMT_NONE.
|
17 years ago |
Stefano Sabatini
|
bcdb2378f7
Add long names to some AVCodec declarations.
|
17 years ago |
Stefano Sabatini
|
0e5d511aeb
Add a missing comma in tiff_encoder.pix_fmts
|
17 years ago |
Reimar Döffinger
|
6be4042c52
Fix warning:
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Michael Niedermayer
|
c28baf069d
fix tiff regression test (bitexact flag was ignoredwhich caused the
|
18 years ago |
Diego Biurrun
|
24ba15b16e
cosmetics: Fix indentation.
|
18 years ago |
Diego Biurrun
|
3011c6f62e
cosmetics: indentation
|
18 years ago |
Michael Niedermayer
|
efd2afc2ae
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
|
18 years ago |
Kamil Nowosad
|
f4d47d6b30
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
|
18 years ago |
Kamil Nowosad
|
e780e99e5a
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl
|
18 years ago |
Michael Niedermayer
|
0a7a33d239
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal
|
18 years ago |
Diego Biurrun
|
ee5c8a9bc4
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
|
18 years ago |
Michael Niedermayer
|
716222db17
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
|
18 years ago |