summaryrefslogtreecommitdiffstats
path: root/libavformat/img2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-1/+8
|\
| * img2: add loop private option.Anton Khirnov2011-07-081-1/+8
| * riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-211-0/+1
| * img2: add .dpx to the list of supported file extensions.Peter Ross2011-06-131-1/+1
* | Support extension jls for jpeg-ls.Carl Eugen Hoyos2011-07-061-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-071-11/+59
|\ \ | |/
| * img2: add framerate private option.Anton Khirnov2011-06-061-5/+10
| * img2: add video_size private option.Anton Khirnov2011-06-061-4/+16
| * img2: add pixel_format private option.Anton Khirnov2011-06-061-2/+33
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-241-0/+1
* | Add *.j2k extension to JPEG2000 decoderami_stuff2011-05-021-0/+1
* | img2: return AVERROR(EINVAL) in case of invalid filename patternStefano Sabatini2011-04-211-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-5/+5
|\ \ | |/
| * prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-3/+3
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-0/+8
|\ \ | |/
| * lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-0/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-2/+2
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Add .dpx to the list of supported file extensions for the image2 muxerPeter Ross2011-04-011-1/+1
* | make image2 muxer/demuxer support sequence of individual rawvideo filesPeter Ross2011-03-311-0/+1
* | img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v...Peter Ross2011-03-311-3/+9
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\ \ | |/
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
| * lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-4/+5
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-6/+6
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-9/+9
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
| * Make the image2 demuxer log more verboseStefano Sabatini2011-01-281-1/+3
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-4/+4
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-261-4/+5
* | avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-6/+6
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-9/+9
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-1/+1
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* | Make the image2 demuxer log more verboseStefano Sabatini2011-01-301-1/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-4/+4
|/
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-211-28/+24
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-211-42/+37
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-071-1/+1
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-081-0/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-221-0/+2
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-121-2/+2
OpenPOWER on IntegriCloud