OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / img2.c
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-08 Anton Khirnovimg2: add loop private option.
2011-06-21 Kamil Nowosadriff/img2: Add JPEG 2000 codec IDs.
2011-06-13 Peter Rossimg2: add .dpx to the list of supported file extensions.
2011-06-06 Anton Khirnovimg2: add framerate private option.
2011-06-06 Anton Khirnovimg2: add video_size private option.
2011-06-06 Anton Khirnovimg2: add pixel_format private option.
2011-04-19 Stefano Sabatiniprefer avio_check() over url_exist()
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-28 Stefano SabatiniMake the image2 demuxer log more verbose
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-21 Pascal Massiminocosmetics: align fields, and remove useless ones, in...
2010-10-21 Pascal Massiminocleanup image2pipe_{de}muxer fields
2010-07-07 Carl Eugen HoyosAssociate .tga with format image2.
2010-06-08 Peter RossAdd Pictor/PC Paint to image2 muxer/demuxer
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-22 Michael NiedermayerDont senselessly fail on rawvideo that isnt 3 files...
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2009-12-01 Baptiste Coudurierprint error message when image2 muxer fail to compute...
2009-10-22 Samuli ValoFixes detection and error reporting of non-existing...
2009-07-30 Baptiste Coudurierreturn EOF in image2 demuxer
2009-06-20 Carl Eugen HoyosRevert unintended hunk of r19241.
2009-06-20 Carl Eugen HoyosRevert r19239: It broke four conformance tests.
2009-06-20 Jai MenonPrint meaningful error messages when url_fopen fails.
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Baptiste Coudurieradd jp2 formater in image2 muxer
2009-01-14 Baptiste Coudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-17 Benoit FouetAdd jp2 support to img2 demuxer.
2008-12-04 Carl Eugen HoyosRecognize pnm file as images.
2008-11-22 Carl Eugen HoyosAdd forgotten file format pgmyuv.
2008-11-22 Carl Eugen HoyosSupport picture output without -f image2 for most codecs.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-26 Michael NiedermayerPrevent image2 from complaining about non monotone...
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-06-06 Ramiro PollaRemove useless img_read_close().
2008-06-06 Ramiro PollaRemove unneeded NULL at end of struct.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-30 Quoc Cuong PhamDetect "tif" suffix as TIFF.
2008-05-12 Carl Eugen HoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 Diego PettenòUse strcasecmp() instead of re-inventing it.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-14 Baptiste Coudurieruseless null
2008-03-14 Baptiste Coudurierremove useless img_write_trailer func
2008-02-26 Loren Merrittdecode mng color decorrelation
2007-12-28 Ivo van PoortenSun Rasterfile decoder
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-23 Måns Rullgårduse new string functions
2007-05-08 Ivo van Poortenautodetect ptx files
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-12-20 Joakim PlateFix a crash when probing img2 format with a NULL filename.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-10-23 Kostya ShishkovRegister .tga and .tiff image extensions
2006-10-22 Baptiste Coudurieradd gif support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-01-19 Diego BiurrunPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-30 Måns RullgårdBMP image decoder
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-13 Michael Niedermayernon 4:2:0 foobar.{Y,U,V} support
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2005-01-04 Michael Niedermayer.{Y,U,V} image2 support
2004-12-19 Michael Niedermayer10l (double free)
2004-11-16 Michael Niedermayerloop hack
2004-11-12 Michael Niedermayerlast packet size fix
2004-11-11 Michael Niedermayermove p*m from image/lavf -> image2/lavc
2004-11-09 Michael Niedermayerporting png support from -f image to -f image2
2004-10-24 Michael Niedermayerimage2pipe fix
2004-09-22 Michael Niedermayer10l
2004-07-15 Michael Niedermayersupport single images, remove copy/paste junk
next