ffmpeg | branch: master | Claudio Freire | Tue Dec 22
05:26:12 2015 -0300| [4720a562c8d45b15c49ea3535a8e74933b1ac260] | committer:
Claudio Freire
AAC encoder: fix possible assertion failure in PNS
Fix possible SF delta violation that would cause an
eventual assertion failure in some corner cas
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Dec 22
09:29:08 2015 +0100| [b18230ee8c166eddcef8592c3217b4f1c3fc33c9] | committer:
Carl Eugen Hoyos
lavf/rmdec: Use correct format specifier for int64_t.
Fixes ticket #5100.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b18230ee8
ffmpeg | branch: master | Timo Rothenpieler | Sat Dec
19 20:31:00 2015 +0100| [d7c2b75681e5d8942af6b0c30abf6e79b474d819] | committer:
Timo Rothenpieler
vaapi: Add VP9 hwaccell support
Signed-off-by: Timo Rothenpieler
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7c2b75681e5d89
ffmpeg | branch: master | erankor | Tue Dec 22
09:20:34 2015 +0200| [18cd7891cb10474e94f650e52e7d5196692b70c1] | committer:
Michael Niedermayer
MAINTAINERS: add Eran Kornblau for aes_ctr and movenccenc
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 22 14:41:27 2015 +0100| [05af8608c2dc8ed95e3afa3840308212f3df589e] |
committer: Michael Niedermayer
avcodec/ass: check for av_mallocz() failure
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
ffmpeg | branch: master | Nicolas George | Wed Sep 30
16:11:57 2015 +0200| [16557887127256fb1e491702375e7ea7b3940924] | committer:
Nicolas George
lavfi: make request_frame() non-recursive.
Instead of calling the input filter request_frame() method,
ff_request_frame() now marks the link and ret
ffmpeg | branch: master | Nicolas George | Thu Sep 24
09:30:05 2015 +0200| [d03eab34dd8a0da63591b1fbc56149595d3907f7] | committer:
Nicolas George
lavfi: rename link.current_pts to current_pts_us.
This field is used for fast comparison between link ages,
it is in AV_TIME_BASE units, in other wo
ffmpeg | branch: master | Nicolas George | Thu Sep 24
10:05:42 2015 +0200| [b8b7d5ac6c793b12db2c90627a136766852593cb] | committer:
Nicolas George
lavfi: add link.current_pts field.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8b7d5ac6c793b12db2c90627a136766852593cb
---
libavf
ffmpeg | branch: master | Nicolas George | Sun Nov 29
13:06:28 2015 +0100| [63f7bee75221a205c97e0c3948bc24906653e1b7] | committer:
Nicolas George
lavfi/vf_mpdecimate: remove request_frame().
It is no longer needed since looping is not necessary.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Nicolas George | Thu Sep 24
10:07:42 2015 +0200| [108b4de5529a75b06da72b974b26625a8067001f] | committer:
Nicolas George
lavfi: replace link.closed by link.status.
The status field can carry any error code instead of just EOF.
Also only update it through a wrapper func
ffmpeg | branch: master | Nicolas George | Thu Sep 24
10:06:26 2015 +0200| [39a09e995d32d16e4f8c87a6ff5273cb9d98146e] | committer:
Nicolas George
lavfi: deprecate avfilter_link_set_closed().
Applications are not supposed to mess with links,
they should close the sinks.
Furthermore, this functi
ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 22 16:19:44 2015 +0100| [d3b6a9abacc9df124388ca2c38bf9456570f5d59] |
committer: Michael Niedermayer
avformat/mov: Update handbrake_version threshold for full mp3 parsing
Fixes: Endangered\ Species\ 1x01\ Collecting\ Merl.mp4
Signed-off-b
ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 22 17:12:02 2015 +0100| [5dbd114b83b05adea7d0dea0ec53b6700291fb37] |
committer: Michael Niedermayer
avformat/movenc-test: Make format static
Makes greping for non static consts easier
Signed-off-by: Michael Niedermayer
> http://git.vid
ffmpeg | branch: release/2.6 | Michael Niedermayer |
Tue Dec 22 17:42:21 2015 +0100| [d6ce1cb14077891f3f6ac86cfd243835c92eb374] |
committer: Michael Niedermayer
Update for 2.6.6
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6ce1cb14077891f3f6
[ffmpeg] [branch: refs/tags/n2.6.6]
Tag:8d0898a097762724ee503fdca1fe9a9c6a5e5708
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=8d0898a097762724ee503fdca1fe9a9c6a5e5708
Tagger: Michael Niedermayer
Date: Tue Dec 22 17:59:33 2015 +0100
FFmpeg 2.6.6 release
__
The branch, master has been updated
via 2b09ed196c684a128018f9c0118c87ebf32c129b (commit)
from 66ed1f3747c1b7615317f6d9d2be2a898b4e3bca (commit)
- Log -
commit 2b09ed196c684a128018f9c0118c87ebf32c129b
Author: Micha
ffmpeg | branch: master | Andreas Cadhalpun
| Sat Dec 19 23:45:00 2015 +0100| [7172175da6f8dfe6939e5366190a8066b78d71df] |
committer: Andreas Cadhalpun
mlvdec: validate bits_per_coded_sample
A negative bits_per_coded_sample doesn't make sense.
If it is too large, the size calculation for av_ge
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Dec 22 19:44:00 2015 +0100| [b648b246f07a4b041dcefd7309af407c1b74862a] |
committer: Andreas Cadhalpun
diracdec: add missing check for pixel_range_index
This fixes an out-of-bounds read introduced in commit 0379603.
Reviewed-by: Kieran Kunhya
18 matches
Mail list logo