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
*
Mark AAC encoder as experimental.
Alex Converse
2010-05-27
1
-1
/
+1
*
VP8 parser
David Conrad
2010-05-27
3
-0
/
+42
*
Add const to ff_emulated_edge_mc
David Conrad
2010-05-27
2
-2
/
+2
*
Add more const to _l4 pixel functions
David Conrad
2010-05-27
1
-4
/
+4
*
vp3: Skip the loop filter when strength is 0 or when requested
David Conrad
2010-05-27
1
-1
/
+6
*
Cosmetics : Fix typo.
Jai Menon
2010-05-27
1
-1
/
+1
*
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...
Jean-Daniel Dupas
2010-05-27
1
-3
/
+0
*
Fix pts reordering code.
Michael Niedermayer
2010-05-27
1
-0
/
+1
*
Add support for the newly added Nut codec tags (added in Nut r669):
Stefano Sabatini
2010-05-26
2
-0
/
+20
*
Add the forgotten ff_ prefix to the shareable scan patterns.
Maxim Poliakovski
2010-05-26
3
-10
/
+10
*
Factorize ff_h264_decode_extradata().
Howard Chu
2010-05-26
2
-35
/
+47
*
Mark vorbis encoder as experimental.
Carl Eugen Hoyos
2010-05-26
1
-1
/
+1
*
Bump minor version bump and add an APIchanges entry after addition of
Stefano Sabatini
2010-05-26
2
-1
/
+4
*
Bump minor version and add Changelog entry after r23334.
Carl Eugen Hoyos
2010-05-26
2
-1
/
+2
*
Treat SIPP like xvid, fixed issue1966
Michael Niedermayer
2010-05-26
1
-1
/
+3
*
move indeo5 scan patterns into ivi_common.c
Maxim Poliakovski
2010-05-26
4
-27
/
+42
*
Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
Janne Grunau
2010-05-26
2
-4
/
+13
*
Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...
Alex Converse
2010-05-26
1
-0
/
+2
*
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...
Alex Converse
2010-05-26
4
-2
/
+9
*
Fix declaration after statement
Alex Converse
2010-05-25
1
-1
/
+2
*
matroskadec: avoid potential crash after r23169
Aurelien Jacobs
2010-05-25
1
-1
/
+1
*
Do not invert samples when encoding Vorbis.
Frank Barchard
2010-05-25
1
-2
/
+2
*
Check for VUI overeading and reset num_reoder_frames.
Michael Niedermayer
2010-05-25
1
-0
/
+6
*
ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests
Martin Storsjö
2010-05-25
1
-0
/
+1
*
Cosmetics: reindent after the previous commit
Martin Storsjö
2010-05-25
1
-27
/
+27
*
api-example: Try to avoid decoding incomplete frames
Martin Storsjö
2010-05-25
1
-7
/
+16
*
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...
Alex Converse
2010-05-25
1
-6
/
+12
*
Remove useless costly inf checks from the trellis scalefactor search.
Alex Converse
2010-05-25
1
-15
/
+0
*
aacenc: Trellis over scalefactors using an estimated codebook rather than eve...
Alex Converse
2010-05-25
1
-8
/
+3
*
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).
Alex Converse
2010-05-25
1
-26
/
+52
*
aacenc: Factor out find_min_book so it can be used by multiple coefficient co...
Alex Converse
2010-05-25
1
-17
/
+22
*
We're using generic tag-to-ID functions, so specific codec_id assignments
Zhou Zongyi
2010-05-25
1
-5
/
+0
*
Correct golomb vlc decoding tables.
Michael Niedermayer
2010-05-25
1
-3
/
+3
*
mmst_protocol depends on network
Måns Rullgård
2010-05-25
1
-0
/
+1
*
Samsung uses SIPP as FourCC for MPEG-4 ASP.
Carl Eugen Hoyos
2010-05-25
1
-0
/
+1
*
Look for libvpx headers in the vpx subdirectory in configure, too
Martin Storsjö
2010-05-25
1
-1
/
+1
*
Headers for libvpx are installed into vpx subdirectory.
Carl Eugen Hoyos
2010-05-25
1
-2
/
+2
*
Fix VP8 listing in general.texi
Martin Storsjö
2010-05-25
1
-1
/
+1
*
24l trocadero: RTMP reader forgot to shift high byte of timestamp to its
trueice@gmail.com
2010-05-25
1
-1
/
+1
*
theora: Don't read an excess bit for maximum length long bit runs if the run
David Conrad
2010-05-25
1
-18
/
+24
*
VP8 decoding via libvpx.
James Zern
2010-05-25
7
-2
/
+136
*
In ogg muxer, use random serial number of each ogg streams
Baptiste Coudurier
2010-05-24
1
-1
/
+18
*
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
Zhentan Feng
2010-05-24
6
-2
/
+696
*
Add libavfilter 1-input - 1-output regression test, corresponding to the
Stefano Sabatini
2010-05-24
3
-2
/
+136
*
Add missing codec id <-> codec tag entries:
Stefano Sabatini
2010-05-24
1
-0
/
+4
*
ffserver: Fix one of the codec parameter checks
Martin Storsjö
2010-05-24
1
-1
/
+1
*
ffserver: Fix streaming with more than one stream
Martin Storsjö
2010-05-24
1
-1
/
+1
*
ffserver: Fix extradata handling
Howard Chu
2010-05-24
1
-5
/
+17
*
ffserver: Fix an out of bounds read
Martin Storsjö
2010-05-24
1
-1
/
+1
*
ffserver: Fix another memory leak
Martin Storsjö
2010-05-24
1
-1
/
+0
[next]