Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Baptiste Coudurier
|
b4097b13d4
add jp2 formater in image2 muxer
|
16 years ago |
Baptiste Coudurier
|
c91662ce83
include intreadwrite.h, fix compilation, img2.c use AV_RL32
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Benoit Fouet
|
8b2386dc5a
Add jp2 support to img2 demuxer.
|
16 years ago |
Carl Eugen Hoyos
|
485cfbe806
Recognize pnm file as images.
|
16 years ago |
Carl Eugen Hoyos
|
a8e4161333
Add forgotten file format pgmyuv.
|
16 years ago |
Carl Eugen Hoyos
|
6bbb5bf83c
Support picture output without -f image2 for most codecs.
|
16 years ago |
Aurelien Jacobs
|
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
|
16 years ago |
Michael Niedermayer
|
644b0c4c92
Prevent image2 from complaining about non monotone timestamps as
|
16 years ago |
Diego Biurrun
|
8212568a1c
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
|
16 years ago |
Reimar Döffinger
|
aecf157ed0
Mark several libavformat arrays const
|
16 years ago |
Ramiro Polla
|
bea91b8c29
Remove useless img_read_close().
|
16 years ago |
Ramiro Polla
|
2377922192
Remove unneeded NULL at end of struct.
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Quoc Cuong Pham
|
dd0f776c98
Detect "tif" suffix as TIFF.
|
16 years ago |
Carl Eugen Hoyos
|
d9133126d3
Replace some occurrences of 0 with CODEC_ID_NONE.
|
16 years ago |
Diego Pettenò
|
3375a6a597
Use strcasecmp() instead of re-inventing it.
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Baptiste Coudurier
|
4e9b8211b0
useless null
|
16 years ago |
Baptiste Coudurier
|
82213f68ba
remove useless img_write_trailer func
|
16 years ago |
Loren Merritt
|
042e0adda9
decode mng color decorrelation
|
16 years ago |
Ivo van Poorten
|
d43df959d7
Sun Rasterfile decoder
|
17 years ago |
Ivo van Poorten
|
b4abe1d198
PC Paintbrush PCX image decoder
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Måns Rullgård
|
75e61b0e88
use new string functions
|
17 years ago |
Ivo van Poorten
|
8d2fb33320
autodetect ptx files
|
17 years ago |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
17 years ago |
Xiaohui Sun
|
2d99eed135
SGI image decoder ported to the new image API.
|
17 years ago |
François Revol
|
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
|
17 years ago |
Joakim Plate
|
e825b5009f
Fix a crash when probing img2 format with a NULL filename.
|
18 years ago |
Baptiste Coudurier
|
d1e8675c2e
probe with some success image files not containing number pattern but having recognized image extension
|
18 years ago |
Kostya Shishkov
|
79f7c32ffb
Register .tga and .tiff image extensions
|
18 years ago |
Baptiste Coudurier
|
6f9e492acf
add gif support
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Michel Bardiaux
|
5c07cf535f
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be %
|
18 years ago |
Víctor Paesa
|
5894e1bbf2
add loop_input to AVFormatContext, getting rid of old hack
|
18 years ago |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 years ago |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 years ago |
Michael Niedermayer
|
c04c3282b4
simplify AVFormatParameters NULL checks
|
18 years ago |
Diego Biurrun
|
8228bff5c6
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
|
19 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Måns Rullgård
|
9fa62f2aad
BMP image decoder
|
19 years ago |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 years ago |
Aurelien Jacobs
|
a965c478b2
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
|
19 years ago |
Michael Niedermayer
|
c0df9d75bd
switch to native time bases
|
19 years ago |
Michael Niedermayer
|
644a92626a
PIX_FMT_NONE and related fixes
|
19 years ago |
Michael Niedermayer
|
2c34596ff7
non 4:2:0 foobar.{Y,U,V} support
|
19 years ago |