50 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)

Author SHA1 Message Date
Ramiro Polla bea91b8c29 Remove useless img_read_close(). 17 years ago
Ramiro Polla 2377922192 Remove unneeded NULL at end of struct. 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Quoc Cuong Pham dd0f776c98 Detect "tif" suffix as TIFF. 17 years ago
Carl Eugen Hoyos d9133126d3 Replace some occurrences of 0 with CODEC_ID_NONE. 17 years ago
Diego Pettenò 3375a6a597 Use strcasecmp() instead of re-inventing it. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier 4e9b8211b0 useless null 17 years ago
Baptiste Coudurier 82213f68ba remove useless img_write_trailer func 17 years ago
Loren Merritt 042e0adda9 decode mng color decorrelation 17 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). 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Ivo van Poorten 8d2fb33320 autodetect ptx files 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 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 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 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 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
Michael Niedermayer 2c34596ff7 non 4:2:0 foobar.{Y,U,V} support 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 55cf195952 .{Y,U,V} image2 support 20 years ago
Michael Niedermayer ae895a40c5 10l (double free) 20 years ago
Michael Niedermayer b339fb00ba loop hack 20 years ago
Michael Niedermayer 4d4f7158ee last packet size fix 20 years ago
Michael Niedermayer 5b6d559680 move p*m from image/lavf -> image2/lavc 20 years ago
Michael Niedermayer 4eff7cf42d porting png support from -f image to -f image2 20 years ago
Michael Niedermayer 146210caf9 image2pipe fix 20 years ago
Michael Niedermayer 3ed0212929 10l 20 years ago
Michael Niedermayer 61fb3183b7 support single images, remove copy/paste junk 21 years ago
Michael Niedermayer 03cfe134ca image2 / image API cleanup phase-1 21 years ago