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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify doxy for av_fifo_alloc().
Stefano Sabatini
2010-04-06
1
-1
/
+1
*
Fix segfault when encoder initialization fails.
Craig Thomasson
2010-04-06
1
-1
/
+1
*
Add actually correct rXXXXX here.
Ronald S. Bultje
2010-04-05
1
-1
/
+1
*
Simplify writing stream metadata.
Anton Khirnov
2010-04-05
1
-6
/
+2
*
Don't overwrite user-supplied metadata with metadata mapped from an input file.
Anton Khirnov
2010-04-05
1
-1
/
+1
*
Actually add flag (somehow got lost in my previous patchset?), fixes broken
Ronald S. Bultje
2010-04-05
1
-0
/
+1
*
Add a flag to not overwrite existing tags
Anton Khirnov
2010-04-05
3
-1
/
+7
*
Reindent
Martin Storsjö
2010-04-05
1
-1
/
+1
*
Fix leaks in the AAC RTP depacketizer
Martin Storsjö
2010-04-05
2
-0
/
+7
*
Add void to a function prototype that takes no arguments. Fixes a potential
Ronald S. Bultje
2010-04-05
1
-1
/
+1
*
Fix rounding direction for calculation of AVPacket.duration.
Michael Niedermayer
2010-04-04
1
-1
/
+1
*
Zero-initialize the reply struct
Martin Storsjö
2010-04-04
1
-1
/
+1
*
Document minimum binutils requirements on Unix-like platforms.
Diego Biurrun
2010-04-04
1
-0
/
+13
*
Implement support to the AVSEEK_SIZE operation in file_seek().
Stefano Sabatini
2010-04-04
1
-2
/
+6
*
Reindent.
Stefano Sabatini
2010-04-04
1
-5
/
+5
*
Rename av_encode() to av_transcode(), the new name is more meaningful.
Stefano Sabatini
2010-04-04
1
-2
/
+2
*
Allow AVFormatContext.duration to be set if no individual stream duration is ...
Michael Niedermayer
2010-04-04
1
-2
/
+3
*
Avoid division by zero
Reinhard Tartler
2010-04-04
1
-0
/
+1
*
Remove variable whose value was never read. Found by clang.
Bobby Bingham
2010-04-03
1
-2
/
+1
*
Add help for (I)RDFT test in fft-test
Vitor Sessak
2010-04-03
1
-0
/
+1
*
Make code using 1d-DCT consistent with the API change
Vitor Sessak
2010-04-03
2
-4
/
+4
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
17
-29
/
+29
*
Remove a redundant assignment, found by clang
Martin Storsjö
2010-04-03
1
-2
/
+0
*
Group Unix-like platforms together in the platform documentation.
Michael Kostylev
2010-04-03
1
-8
/
+10
*
minor spelling fixes
Diego Biurrun
2010-04-03
1
-4
/
+4
*
Use AVDISCARD_DEFAULT for 0 where appropriate.
Carl Eugen Hoyos
2010-04-02
1
-1
/
+1
*
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
Sam Gerstein
2010-04-02
1
-1
/
+1
*
aacenc: Error when an unsupported profile is requested
Alex Converse
2010-04-02
1
-0
/
+4
*
Another uninitialized value.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Fix uninitialized value in codepath.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-2
/
+2
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
aacenc: Don't lowpass the input unless specifically requested.
Alex Converse
2010-04-02
1
-5
/
+2
*
Change default for bidir_refine to 1.
Michael Niedermayer
2010-04-02
25
-240
/
+240
*
Optimize bidir_refine a bit.
Michael Niedermayer
2010-04-02
1
-26
/
+75
*
Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_
Martin Storsjö
2010-04-02
1
-1
/
+1
*
Change bidir refine hash code so we only need to perform a single
Michael Niedermayer
2010-04-02
1
-5
/
+6
*
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
Martin Storsjö
2010-04-02
1
-1
/
+1
*
Reduce the size of the bidir refine hashtable from 4096 to 256 and
Michael Niedermayer
2010-04-02
1
-2
/
+2
*
Move comment that belonged to cmp() back to cmp().
Michael Niedermayer
2010-04-02
1
-3
/
+3
*
slice dice, inline and outline cmp()
Michael Niedermayer
2010-04-02
2
-17
/
+79
*
av_builtin_constant_p()
Michael Niedermayer
2010-04-02
1
-0
/
+6
*
Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading
Stefano Sabatini
2010-04-01
3
-17
/
+39
*
Merge Vorbis / Theora depayloaders.
Josh Allmann
2010-04-01
6
-268
/
+18
*
Reindent after r22766.
Josh Allmann
2010-04-01
1
-6
/
+6
*
Rename functions / comments from "Theora" to "Xiph" where relevant.
Josh Allmann
2010-04-01
2
-31
/
+31
*
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
Josh Allmann
2010-04-01
4
-5
/
+4
*
Add -t option to ffplay.
Robert Krüger
2010-04-01
2
-3
/
+20
*
Store range coder state transition table.
Michael Niedermayer
2010-04-01
1
-2
/
+47
[next]