On 24.08.2014, at 20:39, g...@videolan.org (Michael Niedermayer) wrote:
> -if ((tag = av_dict_get(st->metadata, "alpha_mode", NULL, 0)) ||
> -(tag = av_dict_get( s->metadata, "alpha_mode", NULL, 0)) ||
> +if (((tag = av_dict_get(st->metadata, "alpha_mode", NULL, 0)) &&
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25
02:59:17 2014 +0200| [a2841d92c384e345cbbeffab72406405a0d9410c] | committer:
Michael Niedermayer
Revert "pnmenc: use bits_per_raw_sample"
This reverts commit 1506ea947d3c527f67a5caa93cc7fa0d064bbf1f.
Revert requested by carl as well a
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25
02:17:32 2014 +0200| [30f680ee0a2707af9a649a0aa3fd951d18a25c05] | committer:
Michael Niedermayer
avcodec/vc1dec: fix null pointer dereference
Fixes Ticket3860
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/f
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet
| Wed Aug 20 00:49:38 2014 -0400|
[d67d4072390d8db6520306e40795a75ee54e2b61] | committer: Reynaldo H. Verdejo
Pinochet
ffserver: tests, use new port/bindaddress config
Comming from commit 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64
the old P
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet
| Fri Aug 22 18:29:18 2014 -0400|
[07bc24973b8cf97dc52e69de236d06126740c55d] | committer: Reynaldo H. Verdejo
Pinochet
ffserver: tests, use Metadata title in config
'Title' was deprecated with 9985710a5a927d52c345c4bdcc88f5c014ee2fe7
Sig
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 24
23:33:40 2014 +0200| [3fe9e7be4c70c8fccdcd56fd19276e668cfb7de8] | committer:
Michael Niedermayer
avcodec/utils: add GBRP16 to avcodec_align_dimensions2()
Fixes Ticket3869
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/
ffmpeg | branch: master | Luca Barbato | Sat Aug 23
19:03:21 2014 +0200| [424b929b5cb9ca4094099f25179829260d4b0fa3] | committer:
Luca Barbato
pulse: Add a wallclock option to be compatible with other other captures
alsa and x11grab use av_gettime() to report timestamps.
Bug-Id: 647
> http://
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 24
21:01:29 2014 +0200| [511398031cc9991a0f4eb9dcaca5b7d9ca9c636d] | committer:
Michael Niedermayer
Merge commit '424b929b5cb9ca4094099f25179829260d4b0fa3'
* commit '424b929b5cb9ca4094099f25179829260d4b0fa3':
pulse: Add a wallclock opti
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 20
18:40:20 2014 +0200| [c2c4cee866926cb95b2b1a4b28fff9caa4177c7e] | committer:
Michael Niedermayer
avformat/matroskaenc: Check alpha_mode
Fixes CID1231992
Suggested-by: Timothy Gu
Signed-off-by: Michael Niedermayer
> http://git.video
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Aug 24
15:33:10 2014 +0200| [cc0acdbd684144776f8f000c0733eb4884cb0880] | committer:
Carl Eugen Hoyos
lavc/h264_slice: Add a missing newline to an error message.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc0acdbd684144776f8f000c
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 24
14:53:31 2014 +0200| [f155e01ab06661cbe56b7ca197785124c1f6471f] | committer:
Michael Niedermayer
Merge remote-tracking branch 'ubitux/codecview'
* ubitux/codecview:
avfilter: add codecview filter
Merged-by: Michael Niedermayer
> h
ffmpeg | branch: master | Clément Bœsch | Mon Aug 18
16:32:26 2014 +0200| [f888331769d666fd7b9cebf7d1b6d824300978cb] | committer:
Clément Bœsch
avfilter: add codecview filter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f888331769d666fd7b9cebf7d1b6d824300978cb
---
Changelog
ffmpeg | branch: master | Paul B Mahol | Sat Aug 23 19:22:13
2014 +| [b73b36bfa5ed6440e689ab5a1f8199c6186a6c79] | committer: Paul B Mahol
avcodec/xan: fix style issue
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b73b36bfa5ed6440e689ab5a1f8199c618
ffmpeg | branch: master | Paul B Mahol | Sat Aug 23 19:39:22
2014 +| [6dfa70f272d7ede75d45991c907dd93c50be1690] | committer: Paul B Mahol
Correct few "ffmpeg" typos
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6dfa70f272d7ede75d45991c907dd93c50be
ffmpeg | branch: master | Christophe Gisquet |
Sun Aug 24 08:46:30 2014 +| [3e892b2bcdb67f9372a5400baba1513e2fcbf3b5] |
committer: Michael Niedermayer
x86: hevc_mc: split differently calls
In some cases, 2 or 3 calls are performed to functions for unusual
widths. Instead, perform 2 calls f
ffmpeg | branch: master | Christophe Gisquet |
Sun Aug 24 08:46:31 2014 +| [38e2aa3759c6f3498637ca6aac4e897f4b2c7e3c] |
committer: Michael Niedermayer
x86: hevc_mc: correct unneeded use of SSE4 code
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 24
04:11:37 2014 +0200| [2f0f937577358a5730a29d7e7662d0f44421a7e4] | committer:
Michael Niedermayer
Changelog: add "H.261 RTP payload format (RFC 4587)"
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/
ffmpeg | branch: master | Christophe Gisquet |
Wed Aug 20 08:10:45 2014 +| [1506ea947d3c527f67a5caa93cc7fa0d064bbf1f] |
committer: Michael Niedermayer
pnmenc: use bits_per_raw_sample
This allows writing actual bitdepth in RGB48 when it isn't actually 16.
Signed-off-by: Michael Niedermayer
18 matches
Mail list logo