summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Expand)AuthorAge
* Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* Add *.j2k extension to JPEG2000 decoderami_stuff2011-05-02
* img2: return AVERROR(EINVAL) in case of invalid filename patternStefano Sabatini2011-04-21
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\
| * prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Add .dpx to the list of supported file extensions for the image2 muxerPeter Ross2011-04-01
* | make image2 muxer/demuxer support sequence of individual rawvideo filesPeter Ross2011-03-31
* | img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v...Peter Ross2011-03-31
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Make the image2 demuxer log more verboseStefano Sabatini2011-01-28
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-26
* | avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Make the image2 demuxer log more verboseStefano Sabatini2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-21
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-21
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-07
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-08
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-22
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-12
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-01
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-22
* return EOF in image2 demuxerBaptiste Coudurier2009-07-30
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-20
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-20
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20