index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
img2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Associate .tga with format image2.
Carl Eugen Hoyos
2010-07-07
1
-1
/
+1
*
Add Pictor/PC Paint to image2 muxer/demuxer
Peter Ross
2010-06-08
1
-0
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Dont senselessly fail on rawvideo that isnt 3 files per frame.
Michael Niedermayer
2010-03-22
1
-0
/
+2
*
Add flag so muxers not needing width/height can signal this.
Michael Niedermayer
2010-02-12
1
-2
/
+2
*
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2010-01-28
1
-4
/
+4
*
print error message when image2 muxer fail to compute frame filename
Baptiste Coudurier
2009-12-01
1
-1
/
+3
*
Fixes detection and error reporting of non-existing files in img2.c.
Samuli Valo
2009-10-22
1
-2
/
+4
*
return EOF in image2 demuxer
Baptiste Coudurier
2009-07-30
1
-0
/
+2
*
Revert unintended hunk of r19241.
Carl Eugen Hoyos
2009-06-20
1
-1
/
+1
*
Revert r19239: It broke four conformance tests.
Carl Eugen Hoyos
2009-06-20
1
-1
/
+1
*
Print meaningful error messages when url_fopen fails.
Jai Menon
2009-06-20
1
-2
/
+6
*
DPX (Digital Picture Exchange) image decoder
Jimmy Christensen
2009-06-12
1
-0
/
+1
*
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
Daniel Verkamp
2009-03-20
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
add jp2 formater in image2 muxer
Baptiste Coudurier
2009-01-18
1
-1
/
+24
*
include intreadwrite.h, fix compilation, img2.c use AV_RL32
Baptiste Coudurier
2009-01-14
1
-0
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-6
/
+6
*
Add jp2 support to img2 demuxer.
Benoit Fouet
2008-12-17
1
-0
/
+1
*
Recognize pnm file as images.
Carl Eugen Hoyos
2008-12-04
1
-0
/
+1
*
Add forgotten file format pgmyuv.
Carl Eugen Hoyos
2008-11-22
1
-1
/
+1
*
Support picture output without -f image2 for most codecs.
Carl Eugen Hoyos
2008-11-22
1
-1
/
+1
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
1
-1
/
+1
*
Prevent image2 from complaining about non monotone timestamps as
Michael Niedermayer
2008-09-26
1
-1
/
+2
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Mark several libavformat arrays const
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
Remove useless img_read_close().
Ramiro Polla
2008-06-06
1
-7
/
+1
*
Remove unneeded NULL at end of struct.
Ramiro Polla
2008-06-06
1
-1
/
+0
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-4
/
+4
*
Detect "tif" suffix as TIFF.
Quoc Cuong Pham
2008-05-30
1
-0
/
+1
*
Replace some occurrences of 0 with CODEC_ID_NONE.
Carl Eugen Hoyos
2008-05-12
1
-1
/
+1
*
Use strcasecmp() instead of re-inventing it.
Diego Pettenò
2008-05-12
1
-5
/
+3
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
useless null
Baptiste Coudurier
2008-03-14
1
-1
/
+0
*
remove useless img_write_trailer func
Baptiste Coudurier
2008-03-14
1
-7
/
+2
*
decode mng color decorrelation
Loren Merritt
2008-02-26
1
-0
/
+1
*
Sun Rasterfile decoder
Ivo van Poorten
2007-12-28
1
-0
/
+7
*
PC Paintbrush PCX image decoder
Ivo van Poorten
2007-12-26
1
-0
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-6
/
+6
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-7
/
+7
*
use new string functions
Måns Rullgård
2007-06-23
1
-2
/
+3
*
autodetect ptx files
Ivo van Poorten
2007-05-08
1
-0
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-1
/
+1
*
SGI image decoder ported to the new image API.
Xiaohui Sun
2007-04-06
1
-0
/
+1
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
Fix a crash when probing img2 format with a NULL filename.
Joakim Plate
2006-12-20
1
-1
/
+1
*
probe with some success image files not containing number pattern but having ...
Baptiste Coudurier
2006-12-04
1
-4
/
+7
*
Register .tga and .tiff image extensions
Kostya Shishkov
2006-10-23
1
-0
/
+2
*
add gif support
Baptiste Coudurier
2006-10-22
1
-0
/
+1
[next]