index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memleak, fixed CID123.
Michael Niedermayer
2008-05-27
1
-6
/
+13
*
Do not read from prior the array, fix CID 127.
Michael Niedermayer
2008-05-27
1
-5
/
+6
*
Do not use the pts/dts calculation code which needs a parser, when no parser
Michael Niedermayer
2008-05-27
1
-1
/
+1
*
Add comment
Vitor Sessak
2008-05-27
1
-1
/
+1
*
Fix doxy comments
Vitor Sessak
2008-05-27
1
-5
/
+5
*
Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.
Dmitry Antipov
2008-05-27
1
-0
/
+2
*
Call x264 and Xvid libx264 and libxvid in the configure output for consistency.
Diego Biurrun
2008-05-27
1
-2
/
+2
*
cosmetics: XviD is now called Xvid.
Diego Biurrun
2008-05-27
7
-35
/
+35
*
cosmetics: typo fixes
Diego Biurrun
2008-05-27
1
-2
/
+2
*
Update documentation of show_version() to account for latest changes.
Stefano Sabatini
2008-05-27
1
-1
/
+0
*
use AVFifoBuffer
Baptiste Coudurier
2008-05-27
2
-11
/
+10
*
cosmetics
Baptiste Coudurier
2008-05-27
1
-9
/
+3
*
merge init and declaration
Baptiste Coudurier
2008-05-27
1
-3
/
+1
*
simplify and use version instead
Baptiste Coudurier
2008-05-27
1
-9
/
+10
*
simplify
Baptiste Coudurier
2008-05-27
1
-4
/
+1
*
simplify
Baptiste Coudurier
2008-05-27
1
-5
/
+1
*
cosmetics, remove useless cases and braces
Baptiste Coudurier
2008-05-27
1
-16
/
+8
*
use av_fifo_generic_write, old func is deprecated
Baptiste Coudurier
2008-05-27
2
-2
/
+2
*
remove const qualifier, removes warning:
Baptiste Coudurier
2008-05-27
1
-1
/
+1
*
Do not remove gmon.out on clean, we never create it.
Diego Biurrun
2008-05-27
1
-2
/
+1
*
zero the upper frequencies of the correct coefficients
Justin Ruggles
2008-05-27
1
-1
/
+1
*
Remove TAGS target cruft.
Diego Biurrun
2008-05-27
1
-2
/
+2
*
Simplify phony target declaration.
Diego Biurrun
2008-05-27
1
-3
/
+1
*
Rename test-server target to servertest for consistency with other test targets.
Diego Biurrun
2008-05-27
1
-3
/
+3
*
typo
Baptiste Coudurier
2008-05-26
1
-1
/
+1
*
register myself as ffm maintainer
Baptiste Coudurier
2008-05-26
1
-0
/
+1
*
consistency cosmetics: indices --> indexes in variable names
Diego Biurrun
2008-05-26
3
-24
/
+24
*
Clarify avcodec_encode_audio() vs. PCM audio.
Stefano Sabatini
2008-05-26
1
-0
/
+2
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
15
-26
/
+26
*
cosmetics: typo
Diego Biurrun
2008-05-26
1
-1
/
+1
*
cosmetics: Use C-style comments in #endif directives.
Diego Biurrun
2008-05-26
1
-1
/
+1
*
small consistency fixes for the ffplay manual
Stefano Sabatini
2008-05-26
1
-27
/
+27
*
small consistency fixes for the ffserver manual
Stefano Sabatini
2008-05-26
1
-2
/
+2
*
aac and h264 in flv demuxing
Baptiste Coudurier
2008-05-26
1
-0
/
+32
*
aac and h264 in flv muxing
Baptiste Coudurier
2008-05-26
1
-4
/
+63
*
aac chan config is 0 if bitstream contains program_config_element
Baptiste Coudurier
2008-05-26
1
-1
/
+1
*
Support non interleaved avi with phantom streams.
Michael Niedermayer
2008-05-26
1
-1
/
+1
*
Rename var: add read coefficients a decent name
Vitor Sessak
2008-05-26
1
-10
/
+11
*
Update comment
Vitor Sessak
2008-05-26
1
-1
/
+4
*
Rename var: val -> energy
Vitor Sessak
2008-05-26
1
-9
/
+9
*
Rename var: swapbuf* are LPC related
Vitor Sessak
2008-05-26
1
-18
/
+18
*
Rename var: buffer_2 is an adaptive codebook
Vitor Sessak
2008-05-26
1
-4
/
+4
*
Context vars are not global vars. glob is a bad name for it.
Vitor Sessak
2008-05-26
1
-24
/
+24
*
Rename context struct to be more consistent with the rest of ffmpeg
Vitor Sessak
2008-05-26
1
-5
/
+5
*
Warn about packed B-frames. (especially useful if the file in question is
Michael Niedermayer
2008-05-26
1
-0
/
+2
*
update regression ref due to r13412
Baptiste Coudurier
2008-05-26
1
-1
/
+1
*
Revert "Add version information to DLLs."
Måns Rullgård
2008-05-26
3
-80
/
+3
*
replace printf by av_log
Baptiste Coudurier
2008-05-26
1
-3
/
+3
*
use av_hex_dump_log
Baptiste Coudurier
2008-05-26
1
-6
/
+1
*
use dprintf
Baptiste Coudurier
2008-05-26
1
-3
/
+1
[next]