index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
img2.c
Age
Commit message (
Expand
)
Author
2013-09-18
Add a WebP decoder
Justin Ruggles
2013-04-04
img2: Add j2k file extension for JPEG 2000
Nicolas Bertrand
2012-11-29
img2: K&R formatting cosmetics
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-03-17
avcodec: add XBM encoder
Paul B Mahol
2012-02-22
img2: split muxer and demuxer into separate files
Paul B Mahol
2012-02-21
img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.
Diego Biurrun
2012-02-17
avcodec: add a Sun Rasterfile encoder
Aneesh Dogra
2012-01-27
lavf: remove disabled FF_API_LOOP_INPUT cruft
Anton Khirnov
2012-01-27
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
Anton Khirnov
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-23
XWD encoder and decoder
Paul B Mahol
2011-12-11
Fix a bunch of common typos.
Diego Biurrun
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-13
avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards
Martin Storsjö
2011-11-06
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-05
lavc/lavf: use unique private classes.
Anton Khirnov
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-07-08
img2: add loop private option.
Anton Khirnov
2011-06-21
riff/img2: Add JPEG 2000 codec IDs.
Kamil Nowosad
2011-06-13
img2: add .dpx to the list of supported file extensions.
Peter Ross
2011-06-06
img2: add framerate private option.
Anton Khirnov
2011-06-06
img2: add video_size private option.
Anton Khirnov
2011-06-06
img2: add pixel_format private option.
Anton Khirnov
2011-04-19
prefer avio_check() over url_exist()
Stefano Sabatini
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-08
lavf: make av_guess_image2_codec internal
Anton Khirnov
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-07
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-02-25
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-23
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-28
Make the image2 demuxer log more verbose
Stefano Sabatini
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-10-21
cosmetics: align fields, and remove useless ones, in img2.c
Pascal Massimino
2010-10-21
cleanup image2pipe_{de}muxer fields
Pascal Massimino
2010-07-07
Associate .tga with format image2.
Carl Eugen Hoyos
2010-06-08
Add Pictor/PC Paint to image2 muxer/demuxer
Peter Ross
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-22
Dont senselessly fail on rawvideo that isnt 3 files per frame.
Michael Niedermayer
2010-02-12
Add flag so muxers not needing width/height can signal this.
Michael Niedermayer
2010-01-28
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
[next]