[FFmpeg-cvslog] avcodec/jpeg2000dec: Add coords to Jpeg2000Tile

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 04:25:19 2015 +0200| [6c4a2f11ddde59719e672a09d519f031a2d3a20c] | committer: Michael Niedermayer avcodec/jpeg2000dec: Add coords to Jpeg2000Tile These will be needed in subsequent commits Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] avcodec/jpeg2000dec: Add missing \n to av_log()

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 04:30:18 2015 +0200| [f5822ea3798a9e222a70bd1e14186a5e0dd31f5c] | committer: Michael Niedermayer avcodec/jpeg2000dec: Add missing \n to av_log() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/jpeg2000dec: iterate over positions with the special cases from jpeg2000

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 04:26:05 2015 +0200| [50b77e364f0a8c94de523e1d5afcd2be0a9a0384] | committer: Michael Niedermayer avcodec/jpeg2000dec: iterate over positions with the special cases from jpeg2000 The order in j2k is not the simple and logic one Fixes T

[FFmpeg-cvslog] ffmpeg_opt: Fix sync_ist

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 12:37:28 2015 +0200| [29cc0a178e7556badea4451a920e51277b243bf0] | committer: Michael Niedermayer ffmpeg_opt: Fix sync_ist This code was lost in 2663540821ee010edc7a47316b00a4745aaf973c Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avcodec/jpeg2000dec: iterate in tile sample space for CPRL & RPCL

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 13:44:17 2015 +0200| [7ca0cd5831250b8b22b48ed45af79a1613ad08dc] | committer: Michael Niedermayer avcodec/jpeg2000dec: iterate in tile sample space for CPRL & RPCL Thats what the spec says should be done aka iterate in the wrong space a

[FFmpeg-cvslog] avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE

2015-06-26 Thread Zhang Rui
ffmpeg | branch: master | Zhang Rui | Fri Jun 26 16:17:22 2015 +0800| [d38bc6361df6ace27e1b2ae2fc4d8cb0034c] | committer: Michael Niedermayer avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/hls: do not iterate to next sequence number if interruption is requested

2015-06-26 Thread schenk michael
ffmpeg | branch: master | schenk michael | Fri Jun 26 06:20:34 2015 +0200| [b9161ef052314813fc7ffa9af5c33315630f3479] | committer: Michael Niedermayer avformat/hls: do not iterate to next sequence number if interruption is requested Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] fate: test ea vp6 with alpha stream

2015-06-26 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Jun 25 15:06:25 2015 +1000| [ea8fec20573a8f10ba4188b710228b956f8276dc] | committer: Michael Niedermayer fate: test ea vp6 with alpha stream Signed-off-by: Peter Ross Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] mpegaudiodec: copy AVFloatDSPContext from first context to all contexts

2015-06-26 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Jun 26 00:27:54 2015 +0200| [151dbe4579601a81662b4b366d0e10df3c00027a] | committer: Andreas Cadhalpun mpegaudiodec: copy AVFloatDSPContext from first context to all contexts This fixes a segfault when decoding multi-channel MP3onMP4 files. Thi

[FFmpeg-cvslog] vc1dec: use get_bits_long and limit the read bits to 32

2015-06-26 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jun 25 22:47:38 2015 +0200| [1f1e0a2971b2a01f275bb5088c2e36166514be64] | committer: Andreas Cadhalpun vc1dec: use get_bits_long and limit the read bits to 32 get_bits should not be used with more than 25 bits. Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/jpeg2000dec: Parse POCs

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 18:04:16 2015 +0200| [2ec0ba1e220358e21751071053131a152ea24d57] | committer: Michael Niedermayer avcodec/jpeg2000dec: Parse POCs Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ec0ba1e2

[FFmpeg-cvslog] avcodec/jpeg2000dec: Support progression order changes

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 20:16:32 2015 +0200| [c72a8319311889b7d3d69d0979745008a52025fe] | committer: Michael Niedermayer avcodec/jpeg2000dec: Support progression order changes Fixes Ticket4657 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] library.mak: Workaround SDL redefining main and breaking fate tests on mingw

2015-06-26 Thread James Almer
ffmpeg | branch: release/2.7 | James Almer | Fri Jun 19 12:11:16 2015 +0200| [459090181fe53cea5cf43982b363d8a98fc60a50] | committer: James Almer library.mak: Workaround SDL redefining main and breaking fate tests on mingw Fixes Ticket3368 Commit message by commiter Signed-off-by: Michael Nied

[FFmpeg-cvslog] swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions

2015-06-26 Thread James Almer
ffmpeg | branch: release/2.7 | James Almer | Tue Jun 23 01:14:42 2015 -0300| [7f2ab5e50ff725e8d297b22c78b7fb4bcfc09652] | committer: James Almer swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from

[FFmpeg-cvslog] swscale/x86/rgb2rgb_template: add missing xmm clobbers

2015-06-26 Thread James Almer
ffmpeg | branch: release/2.7 | James Almer | Tue Jun 23 01:14:16 2015 -0300| [aebb9410c5465058319ced6678da8d15ee99a75b] | committer: James Almer swscale/x86/rgb2rgb_template: add missing xmm clobbers Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from commit 910ee

[FFmpeg-cvslog] libvpx: disable unused function prototypes

2015-06-26 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 26 16:37:19 2015 -0300| [5abd4a932337e18f65cb1b229752299ed0573dcf] | committer: James Almer libvpx: disable unused function prototypes Fixes make checkheader Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/jpeg2000dec: Print what is found in place of EPH if EPH is not found

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 21:03:58 2015 +0200| [c56ba5c270642ac9334fa743955f2954672f773d] | committer: Michael Niedermayer avcodec/jpeg2000dec: Print what is found in place of EPH if EPH is not found Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fix tp_index for POC

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 21:51:42 2015 +0200| [b75c0a72ed3bb5fab0a0b66ede94f6de887db585] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fix tp_index for POC Fixes Ticket2586 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec: Add support for per-frame AFD output in h264

2015-06-26 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Fri Jun 26 21:55:06 2015 +0100| [22291c372fa703242e8429bed61700ba81258f19] | committer: Michael Niedermayer avcodec: Add support for per-frame AFD output in h264 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] s302m: fix arithmetic exception

2015-06-26 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Jun 26 19:31:03 2015 +0200| [04dfbc9441beed93984568c1547f1ed588122627] | committer: Andreas Cadhalpun s302m: fix arithmetic exception If nb_samples is zero, the bit_rate calculation results in a division by zero. Since ff_get_buffer fails if f

[FFmpeg-cvslog] Merge commit '072756cdd2f949462520041e357f52f15d8c274d'

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 23:35:42 2015 +0200| [a4d76faf45cf1ec7d39d62b4707260e211a932c7] | committer: Michael Niedermayer Merge commit '072756cdd2f949462520041e357f52f15d8c274d' * commit '072756cdd2f949462520041e357f52f15d8c274d': vc1dec: use get_bits_long a

[FFmpeg-cvslog] vc1dec: use get_bits_long and limit the read bits to 32

2015-06-26 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jun 25 22:54:17 2015 +0200| [072756cdd2f949462520041e357f52f15d8c274d] | committer: Luca Barbato vc1dec: use get_bits_long and limit the read bits to 32 get_bits should not be used with more than 25 bits. Signed-off-by: Andreas Cadhalpun Sign

[FFmpeg-cvslog] nvenc: Fix NV12 input

2015-06-26 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Jun 26 02:08:42 2015 +0300| [92fdc80cab2acad9f171ba38a08aa89b392bdadd] | committer: Luca Barbato nvenc: Fix NV12 input > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92fdc80cab2acad9f171ba38a08aa89b392bdadd --- libavcodec/nvenc.c |

[FFmpeg-cvslog] Merge commit '92fdc80cab2acad9f171ba38a08aa89b392bdadd'

2015-06-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 23:58:51 2015 +0200| [1221b7df6817e4d2603e7ca8c226ce0e13eee5bb] | committer: Michael Niedermayer Merge commit '92fdc80cab2acad9f171ba38a08aa89b392bdadd' * commit '92fdc80cab2acad9f171ba38a08aa89b392bdadd': nvenc: Fix NV12 input Conf

[FFmpeg-cvslog] fate/api-tests: Move api-flac-test to API tests directory.

2015-06-26 Thread George Boyle
ffmpeg | branch: master | George Boyle | Thu Jun 25 18:37:11 2015 +0100| [7728d231a6cb5c31bf59a29ccc89193c82389e01] | committer: Michael Niedermayer fate/api-tests: Move api-flac-test to API tests directory. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] fate/api-tests: Add directory and Makefile for API tests

2015-06-26 Thread George Boyle
ffmpeg | branch: master | George Boyle | Thu Jun 25 18:37:10 2015 +0100| [3f18cb97e5a7b1ef1094e78ef3937944573347eb] | committer: Michael Niedermayer fate/api-tests: Add directory and Makefile for API tests The intention of this change is to allow separation of API tests from the existing tests

[FFmpeg-cvslog] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Fri Jun 26 08:43:41 2015 -0700| [b69bea3ab8f83b4cac7091d648d27c3be3efbc28] | committer: Philip Langdale avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC This HWAccel isn't really usable right now due to an nvidia driver bug, so w