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
*
update for 1.2.4
n1.2.4
Michael Niedermayer
2013-10-03
3
-3
/
+3
*
Merge remote-tracking branch 'TimothyGu/release/1.2' into release/1.2
Michael Niedermayer
2013-10-03
2
-49
/
+159
|
\
|
*
doc/encoders: add doc for AAC encoder
Timothy Gu
2013-09-22
1
-0
/
+90
|
*
doc/encoders: improve libvo-aacenc doc
Timothy Gu
2013-09-22
1
-3
/
+6
|
*
doc/ffmpeg-formats: Add documentation for 3 parameters that have been missing
Timothy Gu
2013-09-22
1
-0
/
+9
|
*
doc/encoders: Remove options that were not there when branch was cut from master
Timothy Gu
2013-09-22
1
-4
/
+0
|
*
doc/encoders: reformat and add some clarification in libtwolame doc
Timothy Gu
2013-09-22
1
-27
/
+29
|
*
doc/encoders: reformat libmp3lame doc
Timothy Gu
2013-09-22
1
-19
/
+29
*
|
avcodec/parser: reset indexes on realloc failure
Michael Niedermayer
2013-10-03
1
-3
/
+7
*
|
avcodec/ffv1enc: update buffer check for 16bps
Michael Niedermayer
2013-10-03
1
-1
/
+1
*
|
avcodec/truemotion2: Fix av_freep arguments
Michael Niedermayer
2013-10-03
1
-8
/
+8
*
|
avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan()
Michael Niedermayer
2013-10-03
1
-0
/
+6
*
|
avfilter/vf_fps: make sure the fifo is not empty before using it
Michael Niedermayer
2013-10-03
1
-1
/
+1
*
|
avcodec/dsputil: fix signedness in sizeof() comparissions
Michael Niedermayer
2013-10-03
1
-2
/
+2
*
|
ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...
Michael Niedermayer
2013-10-03
1
-7
/
+8
*
|
ffv1dec: check that global parameters dont change in version 0/1
Michael Niedermayer
2013-10-03
1
-4
/
+21
*
|
avcodec/ffv1dec: check global header version
Michael Niedermayer
2013-10-03
1
-0
/
+4
|
/
*
avcodec/srtdec: fix potential overread.
Clément Bœsch
2013-09-16
1
-1
/
+2
*
avformat/subtitles: add a next line jumper and use it.
Clément Bœsch
2013-09-16
7
-8
/
+27
*
avformat/srtdec: skip initial random line breaks.
Clément Bœsch
2013-09-16
1
-0
/
+2
*
Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.
Carl Eugen Hoyos
2013-09-12
1
-1
/
+1
*
Store the video bit_rate in the context when muxing mxf.
Carl Eugen Hoyos
2013-09-12
1
-6
/
+10
*
avformat/subtitles: check lower bound for duration overlap seeking.
Clément Bœsch
2013-09-10
1
-1
/
+2
*
avformat/vobsub: fix seeking.
Clément Bœsch
2013-09-10
2
-2
/
+30
*
avformat/matroskaenc: remove bogus prores tag
Paul B Mahol
2013-09-08
1
-1
/
+0
*
Read h264 headers from v4l2 to allow stream-copying.
Carl Eugen Hoyos
2013-09-05
1
-0
/
+3
*
w64dec: fix end position of summarylist guid
Paul B Mahol
2013-09-05
1
-1
/
+1
*
w64dec: fix skipping of unknown guids
Paul B Mahol
2013-09-05
1
-1
/
+1
*
Avoid a deadlock when decoding wma.
Carl Eugen Hoyos
2013-09-02
1
-0
/
+4
*
avformat/lxfdec: use a parser to parse video frame headers
Michael Niedermayer
2013-09-01
1
-0
/
+1
*
avcodec/h264: set er.ref_count earlier
Michael Niedermayer
2013-09-01
1
-1
/
+1
*
avformat/avidec: match first index and first packet size=0 handling
Michael Niedermayer
2013-08-31
1
-1
/
+1
*
avcodec/pngdsp: fix (un)signed type in end comparission
Michael Niedermayer
2013-08-30
1
-1
/
+1
*
doc/codecs: fix dangling reference to codec-options chapter
n1.2.3
Stefano Sabatini
2013-08-27
2
-1
/
+2
*
update for 1.2.3
Michael Niedermayer
2013-08-27
3
-3
/
+3
*
doc/filters: review introductory example and explanation
Stefano Sabatini
2013-08-26
1
-16
/
+23
*
doc/encoders: add libxvid doc
Timothy Gu
2013-08-26
1
-0
/
+113
*
doc/encoders: partially rewrite and reformat libx264 docs
Timothy Gu
2013-08-26
1
-140
/
+285
*
doc/encoders: add libopus encoder doc
Timothy Gu
2013-08-26
1
-0
/
+73
*
doc/muxers: Add AIFF doc
Timothy Gu
2013-08-26
1
-0
/
+17
*
doc/decoders: document libopus decoder
Timothy Gu
2013-08-26
1
-0
/
+9
*
doc/encoders: alphabetically list the encoders
Timothy Gu
2013-08-26
1
-37
/
+37
*
doc/decoders: Add libopencore-amrwb decoder doc
Timothy Gu
2013-08-26
1
-0
/
+12
*
doc/decoders: Document libopencore-amrnb decoder
Timothy Gu
2013-08-26
1
-0
/
+12
*
doc/decoders: Document libilbc decoder
Timothy Gu
2013-08-26
1
-0
/
+21
*
doc/decoders: Document libgsm decoder
Timothy Gu
2013-08-26
1
-0
/
+10
*
doc/encoders: Add libopencore-amrnb doc
Timothy Gu
2013-08-26
1
-0
/
+37
*
doc/decoders: Document libcelt
Timothy Gu
2013-08-26
1
-0
/
+8
*
doc/general: Make the license status of the Android libraries clearer
Timothy Gu
2013-08-26
1
-3
/
+8
*
doc/encoders: Add libvo-amrwbenc doc
Timothy Gu
2013-08-26
1
-0
/
+38
[next]