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
/
gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
1
-70
/
+79
|
\
\
|
|
/
|
*
gif: K&R formatting cosmetics
Aneesh Dogra
2012-02-21
1
-70
/
+79
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-5
/
+0
|
\
\
|
|
/
|
*
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Anton Khirnov
2012-01-27
1
-5
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
1
-10
/
+10
|
\
\
|
|
/
|
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-10
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-09
1
-3
/
+26
|
\
\
|
|
/
|
*
gif: add loop private option.
Anton Khirnov
2011-07-08
1
-3
/
+26
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-03
1
-4
/
+0
|
\
\
|
|
/
|
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-4
/
+0
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-3
/
+3
*
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-25
1
-3
/
+3
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-35
/
+35
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-5
/
+5
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-3
/
+3
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
cleanup gif, use BISTREAM_WRITER_LE
Baptiste Coudurier
2009-01-14
1
-70
/
+9
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
Michael Niedermayer
2008-01-17
1
-1
/
+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
-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
[next]