index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
img2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...
Michel Bardiaux
2006-09-04
1
-8
/
+8
*
add loop_input to AVFormatContext, getting rid of old hack
Víctor Paesa
2006-07-13
1
-4
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-23
/
+11
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-8
/
+8
*
simplify AVFormatParameters NULL checks
Michael Niedermayer
2006-03-11
1
-2
/
+2
*
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
Diego Biurrun
2006-01-19
1
-2
/
+9
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-16
/
+16
*
BMP image decoder
Måns Rullgård
2005-11-30
1
-0
/
+1
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-12
/
+12
*
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2005-05-19
1
-1
/
+1
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-8
/
+4
*
PIX_FMT_NONE and related fixes
Michael Niedermayer
2005-04-25
1
-1
/
+1
*
non 4:2:0 foobar.{Y,U,V} support
Michael Niedermayer
2005-04-13
1
-4
/
+6
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-10
/
+0
*
integer overflows, heap corruption
Michael Niedermayer
2005-01-08
1
-2
/
+2
*
.{Y,U,V} image2 support
Michael Niedermayer
2005-01-04
1
-26
/
+88
*
10l (double free)
Michael Niedermayer
2004-12-19
1
-6
/
+1
*
loop hack
Michael Niedermayer
2004-11-16
1
-2
/
+5
*
last packet size fix
Michael Niedermayer
2004-11-12
1
-0
/
+1
[next]