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 3.1.2
n3.1.2
Michael Niedermayer
2016-08-08
3
-2
/
+33
*
cmdutils: remove the current working directory from the DLL search path on win32
Hendrik Leppkes
2016-08-08
6
-0
/
+21
*
avcodec/rawdec: Fix palette handling with changing palettes
Michael Niedermayer
2016-08-08
1
-8
/
+17
*
avcodec/raw: Fix decoding of ilacetest.mov
Michael Niedermayer
2016-08-07
1
-0
/
+1
*
avformat/mov: Enable mp3 parsing if a packet needs it
Michael Niedermayer
2016-08-06
1
-0
/
+5
*
avformat/hls: Use an array instead of stream offset for stream mapping
Anssi Hannula
2016-08-06
1
-21
/
+38
*
avformat/hls: Sync starting segment across variants on live streams
Anssi Hannula
2016-08-06
1
-1
/
+24
*
avformat/hls: Fix regression with ranged media segments
Anssi Hannula
2016-08-06
1
-6
/
+17
*
avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
Michael Niedermayer
2016-08-06
1
-4
/
+2
*
avfilter/af_hdcd: small fix in af_hdcd.c where gain was not being adjusted fo...
Burt P
2016-08-06
1
-0
/
+1
*
avformat/oggdec: Fix integer overflow with invalid pts
Michael Niedermayer
2016-08-06
1
-0
/
+5
*
ffplay: Fix invalid array index
Michael Niedermayer
2016-08-06
1
-1
/
+1
*
avcodec/alacenc: allocate bigger packets
Paul B Mahol
2016-08-05
1
-1
/
+1
*
libavcodec/dnxhd: Enable 12-bit DNxHR support.
Steven Robertson
2016-08-05
1
-6
/
+1
*
lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.
Carl Eugen Hoyos
2016-08-05
2
-8
/
+8
*
jni: Return ENOSYS on unsupported platforms
Timothy Gu
2016-08-02
1
-5
/
+4
*
lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined.
Carl Eugen Hoyos
2016-08-02
1
-0
/
+2
*
avcodec/vp9_parser: Check the input frame sizes for being consistent
Michael Niedermayer
2016-08-01
1
-0
/
+17
*
avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...
Xinzheng Zhang
2016-08-01
1
-2
/
+6
*
avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...
Xinzheng Zhang
2016-08-01
1
-16
/
+60
*
libavformat/rtpdec_asf: zero initialize the AVIOContext struct
Kacper Michajłow
2016-08-01
1
-1
/
+1
*
libavutil/opt: Small bugfix in example.
Kacper Michajłow
2016-08-01
1
-2
/
+2
*
libx264: Increase x264 opts character limit to 4096
Sasi Inguva
2016-08-01
1
-2
/
+2
*
avcodec/h264_parser: Set sps/pps_ref
Michael Niedermayer
2016-08-01
1
-2
/
+15
*
librtmp: Avoid an infiniloop setting connection arguments
Luca Barbato
2016-07-26
1
-0
/
+2
*
avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...
James Almer
2016-07-25
1
-1
/
+5
*
lavc/Makefile: Fix standalone compilation of the svq3 decoder.
Carl Eugen Hoyos
2016-07-24
1
-1
/
+2
*
lavf/vplayerdec: Improve auto-detection.
Clément Bœsch
2016-07-15
1
-2
/
+2
*
lavc/mediacodecdec_h264: properly convert extradata to annex-b
Matthieu Bouron
2016-07-11
1
-13
/
+60
*
Revert "configure: Enable GCC vectorization on ≥4.9 on x86"
James Almer
2016-07-09
1
-5
/
+1
*
doc/APIchanges: fill in missing git hash
n3.1.1
Michael Niedermayer
2016-07-01
1
-1
/
+1
*
Update for 3.1.1
Michael Niedermayer
2016-07-01
3
-2
/
+16
*
doc/APIchanges: document the lavu/lavf field moves
Michael Niedermayer
2016-07-01
1
-0
/
+8
*
avformat/avformat: Move new field to the end of AVStream
Michael Niedermayer
2016-06-30
2
-13
/
+13
*
avformat/utils: update deprecated AVStream->codec when the context is updated
Hendrik Leppkes
2016-06-30
1
-0
/
+9
*
avutil/frame: Move new field to the end of AVFrame
Michael Niedermayer
2016-06-30
2
-7
/
+6
*
libavcodec/exr : fix decoding piz float file.
Martin Vignali
2016-06-30
1
-10
/
+27
*
avformat/mov: Check sample size
Michael Niedermayer
2016-06-29
1
-1
/
+10
*
lavfi: Move new field to the end of AVFilterContext
Timo Rothenpieler
2016-06-29
3
-9
/
+17
*
lavfi: Move new field to the end of AVFilterLink
Timo Rothenpieler
2016-06-29
1
-6
/
+6
*
ffplay: Fix usage of private lavfi API
Timo Rothenpieler
2016-06-29
1
-1
/
+1
*
lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffers
Matthieu Bouron
2016-06-29
1
-2
/
+19
*
lavc/pnm_parser: disable parsing for text based PNMs
Clément Bœsch
2016-06-29
1
-0
/
+2
*
Changelog: Add VideoToolbox encoder entry for 3.1
Rick Kern
2016-06-27
1
-0
/
+1
*
configure: use c++98 for c++ files
n3.1
Rick Kern
2016-06-26
1
-1
/
+1
*
changelog: fix entry order
James Almer
2016-06-26
1
-1
/
+1
*
Update FFmpeg 3.1 cut marker
James Almer
2016-06-26
2
-5
/
+5
*
Merge branch 'master' into release/3.1
James Almer
2016-06-26
58
-582
/
+1305
|
\
|
*
avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...
Michael Niedermayer
2016-06-26
1
-1
/
+7
|
*
Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'
Hendrik Leppkes
2016-06-26
13
-13
/
+0
|
|
\
[next]