summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Expand)AuthorAge
* img2: Drop av_ prefix for a static functionVittorio Giovara2016-02-24
* DirectDraw Surface image decoderVittorio Giovara2015-06-22
* lavf: Open PICT images with QuickdrawVittorio Giovara2015-05-06
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* OpenEXR decoderJimmy Christensen2014-04-01
* BRender PIX image decoderAleksi Nurmi2014-03-27
* Alias PIX image encoder and decoderVittorio Giovara2014-03-26
* img2: add j2c file extensionJean First2014-03-16
* img2: add stereo 3d still picture file extensionsMartin Lambers2013-12-12
* Add a WebP decoderJustin Ruggles2013-09-18
* img2: Add j2k file extension for JPEG 2000Nicolas Bertrand2013-04-04
* img2: K&R formatting cosmeticsDiego Biurrun2012-11-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avcodec: add XBM encoderPaul B Mahol2012-03-17
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-22
* img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun2012-02-21
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-17
* lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* XWD encoder and decoderPaul B Mahol2012-01-23
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-05
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* img2: add loop private option.Anton Khirnov2011-07-08
* riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-21
* img2: add .dpx to the list of supported file extensions.Peter Ross2011-06-13
* img2: add framerate private option.Anton Khirnov2011-06-06
* img2: add video_size private option.Anton Khirnov2011-06-06
* img2: add pixel_format private option.Anton Khirnov2011-06-06
* 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
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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