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
/
gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
kill AVImageFormat
Baptiste Coudurier
2006-11-02
1
-13
/
+0
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Do not set the codec's pixel format in the format's write_header()
Luca Abeni
2006-08-02
1
-2
/
+4
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-10
/
+1
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
remove STATS code (probably hasnt been used for years ..., and its not comple...
Michael Niedermayer
2006-07-09
1
-3
/
+0
*
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-06-17
1
-1
/
+1
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-18
/
+18
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-16
/
+16
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-2
/
+2
*
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
Todd Kirby
2005-06-18
1
-12
/
+35
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-2
/
+2
*
common.h -> common.h/bitstream.h
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
* fixing a buffer overrun in gif.c
Roman Shaposhnik
2004-07-28
1
-5
/
+3
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-4
/
+3
*
removing unused var & converting 64->32bit
Michael Niedermayer
2003-12-05
1
-1
/
+0
*
init_put_bits changed
Alex Beregszaszi
2003-10-13
1
-1
/
+1
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-4
/
+4
*
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-12
1
-3
/
+3
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-7
/
+7
*
added 8 bit palette support for non animated GIF
Fabrice Bellard
2003-02-09
1
-24
/
+31
*
added primitive image GIF encoder based on animated gif encoder
Fabrice Bellard
2003-02-03
1
-85
/
+121
*
added animated GIF decoder (pts and various disposal handling are missing)
Fabrice Bellard
2003-02-02
1
-0
/
+2
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+375