[FFmpeg-cvslog] avcodec/h261enc: fix dquant encoding

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 31 04:57:50 2015 +0100| [9f73b88c624a0b70a3d1169b9f6fa49002dfb94a] | committer: Michael Niedermayer avcodec/h261enc: fix dquant encoding Fixes Ticket4111 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] libavcodec/h264: replace assert() by av_assert0()

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 31 02:37:19 2015 +0100| [f5722ba276e524a48973d9db63b80a3dcc206ce4] | committer: Michael Niedermayer libavcodec/h264: replace assert() by av_assert0() also remove the now unneeded #include Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avcodec/ratecontrol: replace asserts by av_asserts

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 31 01:48:21 2015 +0100| [be2ebc723d1ff2d6c87282c22b0ad38343b4db98] | committer: Michael Niedermayer avcodec/ratecontrol: replace asserts by av_asserts Also remove the now unneeded #include Signed-off-by: Michael Niedermayer > http://g

[FFmpeg-cvslog] avcodec/vp3: use init_get_bits8()

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 30 15:00:13 2015 +| [2ff7e81b3c5e48256f5b720ab4dab6e050507b2b] | committer: Paul B Mahol avcodec/vp3: use init_get_bits8() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ff7e81b3c5e48256f5b720ab4dab

[FFmpeg-cvslog] Respect horizontal differencing predictor for 16bit gray tiff images.

2015-01-30 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Jan 30 14:12:55 2015 +0100| [50144b91ea50757c57c94a3927bf14a6ffea0de8] | committer: Carl Eugen Hoyos Respect horizontal differencing predictor for 16bit gray tiff images. Fixes ticket #4291. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 30 19:01:53 2015 +0100| [dffc16d52314992123b22149fc03eb0ca76d1e54] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Respect horizontal differencing predictor for 16bit gray tiff images. M

[FFmpeg-cvslog] lavfi: remove mp=softpulldown

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 29 13:45:55 2015 +| [9fd925dee58d6af846f5ff4f63f5052ec4075581] | committer: Paul B Mahol lavfi: remove mp=softpulldown It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] ppc/mpegvideo_altivec: Change assert to av_assert2()

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 30 15:40:48 2015 +0100| [3531594017bdca10f6e33a2afb65c8416d53d75e] | committer: Michael Niedermayer ppc/mpegvideo_altivec: Change assert to av_assert2() And move it to where the variable is used Signed-off-by: Michael Niedermayer > htt

[FFmpeg-cvslog] avcodec/ppc/h264qpel_template: Change if DEBUG assert() to av_assert2()

2015-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 30 15:43:08 2015 +0100| [d0f315ab6c7d5829f43ebbe18e1e8827dad4c46b] | committer: Michael Niedermayer avcodec/ppc/h264qpel_template: Change if DEBUG assert() to av_assert2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert*

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 30 10:58:19 2015 +| [be128c1e34263f18b42d1bcb684ba45bad312d75] | committer: Paul B Mahol avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert* Signed-off-by: Paul B Mahol > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/qdm2: remove unneeded #include, there are no assert()

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 30 10:42:44 2015 +| [3db9960e0aa9874e955add8c13227ce3d1f6aa51] | committer: Paul B Mahol avcodec/qdm2: remove unneeded #include, there are no assert() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3

[FFmpeg-cvslog] ffmpeg: remove unused header

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 30 14:03:51 2015 +| [5274860fe275f43b80386aee42cc617300acc0a2] | committer: Paul B Mahol ffmpeg: remove unused header Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5274860fe275f43b80386aee42cc617300

[FFmpeg-cvslog] avformat/rtpdec_qdm2: change assert to av_assert0()

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 30 11:44:00 2015 +| [80cbf13725592614226aa3533492266f0074d146] | committer: Paul B Mahol avformat/rtpdec_qdm2: change assert to av_assert0() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80cbf137255

[FFmpeg-cvslog] ffmpeg: free_input_threads requires HAVE_PTHREADS

2015-01-30 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Fri Jan 30 13:09:02 2015 +| [1fa637d2ef00bf1fddd310221d849cc6ccc139b3] | committer: Michael Niedermayer ffmpeg: free_input_threads requires HAVE_PTHREADS Hide behind that macro to avoid warning on systems with !HAVE_PTHREADS. Signed-off-by: M

[FFmpeg-cvslog] doc/muxers/segment: document strftime option

2015-01-30 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Fri Jan 30 11:48:44 2015 +0100| [40b026b1d0a33684ec28fd7db03e250671babefa] | committer: Stefano Sabatini doc/muxers/segment: document strftime option It was added in commit 202947a0665ea523022afb0a6c50eed96bcd6b69. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/nut: support WavPack

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 27 18:09:32 2015 +| [64815d1f0c782a632447806e40d9c7ee71f31b92] | committer: Paul B Mahol avformat/nut: support WavPack Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64815d1f0c782a632447806e40d9c7ee7

[FFmpeg-cvslog] avformat/nut: add GIF[0]

2015-01-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 29 17:09:52 2015 +| [b5004f32133fcb98e07ba936b01a576f82f38a7d] | committer: Paul B Mahol avformat/nut: add GIF[0] Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5004f32133fcb98e07ba936b01a576f82f38a