37 Commits (aee481cebe8f95ce3789bdead6fb8ddfb142c37f)

Author SHA1 Message Date
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 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 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 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 19 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
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 7f2ca68a84 segfault fix 21 years ago
Michael Niedermayer e5d64d6892 10l 21 years ago
Michael Niedermayer ffaa816ee3 recommit of 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard 66a15ea2d2 removed os_support.h 21 years ago
Fabrice Bellard 22b37f5d32 suppressed frame number modulus hack - added loop_input hack which I find easier to understand 21 years ago
Fabrice Bellard ca1538f8d9 update duration and start_time 21 years ago
Zdenek Kabelac 4a899dd689 * moved os_support.h into libavcodec 22 years ago
François Revol d4ad24c17d Cleaner support for usleep() 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago