ffmpeg | branch: master | Luca Barbato | Wed Nov 26
06:20:52 2014 +0100| [2c3f29c4894ee50635b846f202296ad79a7c0d33] | committer:
Luca Barbato
xcbgrab: Support empty filename string correctly
Bug-Id: CID 1254664
CC: libav-sta...@libav.org
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 10
12:20:23 2014 +0100| [81a045fe17d533192a9fb897cb4d71ed44c877e3] | committer:
Michael Niedermayer
Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33'
* commit '2c3f29c4894ee50635b846f202296ad79a7c0d33':
xcbgrab: Support empty file
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 10
13:26:46 2014 +0100| [a2fa1889a69f55ad9f1971eb8ff9c638c0470ebf] | committer:
Michael Niedermayer
avfilter/vf_perspective: add av_assert0() to help gcc see that there are no
uninitialized variables
Signed-off-by: Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 10
13:30:51 2014 +0100| [0fadbd3623cf9132832f48810c0edb93aa63f51b] | committer:
Michael Niedermayer
avformat/flvdec: fix potential use of uninitialized variables
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ff
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 10
14:02:18 2014 +0100| [52a17972defa118705a4020a6d0bb3ad277df819] | committer:
Michael Niedermayer
avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in
this function"
Signed-off-by: Michael Niedermayer
> http:/
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 10
14:34:46 2014 +0100| [ae93965359e71c1f88ba170f8efd6a198344c235] | committer:
Michael Niedermayer
avcodec/hevc_refs: fix potential use of uninitialized min_idx
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ff
ffmpeg | branch: master | Christian Suloway | Mon Dec 8
10:25:05 2014 -0600| [97b65f612617b9e238c8f95bcce82be145c2fafd] | committer:
Michael Niedermayer
avformat/hlsenc: added segment file deletion
This option flag deletes segment files removed from the playlist after a
period of time equal t
ffmpeg | branch: master | Timo Rothenpieler | Sun Nov
30 00:04:37 2014 +0100| [2a428db5e2c1d10ff5a7d5e8352eef8d195d440c] | committer:
Michael Niedermayer
avcodec: Add NVENC encoder
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a428db5e2c1d10f
On 11 Dec, Timo Rothenpieler wrote :
> +#if defined(_WIN32) && !defined(__CYGWIN__)
> +#include
> +#else
> +#include
> +#endif
> +
> +/* NVENC API is stdcall in cygwin, as it's still Windows */
> +#if defined(__CYGWIN__) && !defined(_WIN32)
> +#define _WIN32
> +#define TEMP_WIN32
> +#endif
> +
>
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 11
01:44:04 2014 +0100| [66daf3b81154078852a049b44fc477d5195cd0f5] | committer:
Michael Niedermayer
Merge commit 'c7921a480467876ece06566e0efd8f6bce9d1903'
* commit 'c7921a480467876ece06566e0efd8f6bce9d1903':
libfdk-aacdec: Fix a bounda
ffmpeg | branch: master | Martin Storsjö | Wed Dec 10
08:02:43 2014 +0200| [c7921a480467876ece06566e0efd8f6bce9d1903] | committer:
Martin Storsjö
libfdk-aacdec: Fix a boundary check
This avoids potential out of bounds writes, with potential future
versions of the library.
Bug-Id: CID 1254945
ffmpeg | branch: master | Martin Storsjö | Wed Dec 10
08:08:59 2014 +0200| [e737a4aaafcb1d761b7f96043c2f83ce742c64ae] | committer:
Martin Storsjö
dashenc: Change the duration fields to 64 bit
For the last_duration field, it's mostly theoretical, but the
total_duration field more probably may n
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 11
02:03:08 2014 +0100| [7ee5f764ee6cbdff67e04f7959acedff80fcd59b] | committer:
Michael Niedermayer
Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'
* commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae':
dashenc: Change the duratio
ffmpeg | branch: master | Lou Logan | Fri Dec 5 12:32:35 2014
-0900| [55c5a38369c1a84ed8b7ba1cb89ad1020e1bc540] | committer: Lou Logan
doc: add loglevel numerical values
Useful for setting FFREPORT log level.
Signed-off-by: Lou Logan
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 11
02:58:41 2014 +0100| [ef23bd939d955f53bc58696bbb68960784066894] | committer:
Michael Niedermayer
avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this
function"
Also make code more robust by initializing the pointer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 11
03:47:53 2014 +0100| [dbdc6e554e48673d43799321911700cb091c9e8e] | committer:
Michael Niedermayer
configure: do not allow nvenc to be build on cygwin to avoid _WIN32 definition
hack
Suggested-by: James Almer
Reviewed-by: James Almer
16 matches
Mail list logo