[FFmpeg-cvslog] Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do not try to configure filter outputs without streams)

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 11 12:10:42 2015 +0200| [14573b9b7cb0683310a91d5bd2e73bd575af3f49] | committer: Michael Niedermayer Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do not try to configure filter outputs without streams) FFmpeg

[FFmpeg-cvslog] avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 11 13:09:56 2015 +0200| [47c5a3058eeae2043bd0dc2704b024cac8adcb3b] | committer: Michael Niedermayer avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng() Avoids memleak on error Fixes CID1322342 Signed-off-by: Michae

[FFmpeg-cvslog] avfilter: add selectivecolor filter

2015-10-11 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jun 7 20:21:28 2015 +0200| [49f4967dd0b36e4c0db93eed45ddd6a32a813196] | committer: Clément Bœsch avfilter: add selectivecolor filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49f4967dd0b36e4c0db93eed45ddd6a32a813196 --- Changel

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check that step_x/ y are valid before use in JPEG2000_PGOD_PCRL

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 11 14:52:39 2015 +0200| [c08b06c22579fa831dc547a16d2d39f0ab01f6d2] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check that step_x/y are valid before use in JPEG2000_PGOD_PCRL Fixes: CID1322305 and CID1322304 Signed-off-by: Mich

[FFmpeg-cvslog] avcodec/pngdec: Use av_malloc_array()

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 11 16:39:41 2015 +0200| [98b8bf12bcf5418ccbbe0c23933f5d1b25d94ddd] | committer: Michael Niedermayer avcodec/pngdec: Use av_malloc_array() Suggested-by: ubitux Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/rsd: support XADP tag

2015-10-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 11 18:33:57 2015 +0200| [a99226133e078d5b27d5f1b29c04535790c8ed5d] | committer: Paul B Mahol avformat/rsd: support XADP tag It appears that Xbox ADPCM is same as WAV adpcm. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/sipr: use AVERROR return code instead of -1

2015-10-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 10 17:31:12 2015 +0200| [f226c25a3740a280db5e5d27bf438d4a45fc426a] | committer: Paul B Mahol avcodec/sipr: use AVERROR return code instead of -1 Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f226c25a374

[FFmpeg-cvslog] configure: fix configure when using gcc

2015-10-11 Thread Jean-Yves Avenard
ffmpeg | branch: master | Jean-Yves Avenard | Sun Oct 11 09:37:42 2015 -0400| [f05ff057ff4112bd62dededcc630b1148e079650] | committer: Ganesh Ajjanagadde configure: fix configure when using gcc Fixes Ticket4922. Commit 060102389e572abb2beaed3b9f5e1036aeea43f1 broke configure, since the inversi

[FFmpeg-cvslog] x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low

2015-10-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 10 20:28:11 2015 -0300| [d2bf2d094ed60131562246effe5cf9e305688026] | committer: James Almer x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avfilter/buffersrc: add av_warn_unused_result attributes

2015-10-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 6 18:53:47 2015 -0400| [624057df3fd5b0044eeed94d2b8e14105b8944dc] | committer: Ronald S. Bultje avfilter/buffersrc: add av_warn_unused_result attributes This adds av_warn_unused_result whenever it is relevant. Signed-off-by: Ganesh Ajjan

[FFmpeg-cvslog] AAC encoder: cosmetics from last commit

2015-10-11 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Sun Oct 11 18:06:02 2015 -0300| [323d37521d66233c8d9405dba902100ef146b5ec] | committer: Claudio Freire AAC encoder: cosmetics from last commit Reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=323d37521d66233c8d9405dba902100ef146b5

[FFmpeg-cvslog] ffmpeg: modify tty state when stderr is redirected

2015-10-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Jul 31 08:36:27 2015 -0400| [3ae98497c2fc6409828cdd1f2fad9ab244505581] | committer: Ronald S. Bultje ffmpeg: modify tty state when stderr is redirected Removes unnecessary isatty(), fixes Ticket2964 Signed-off-by: Ganesh Ajjanagadde Signed-o

[FFmpeg-cvslog] AAC encoder tests: increase fuzz for pred test

2015-10-11 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Sun Oct 11 18:45:27 2015 -0300| [79f2014f1264aeb9dae3134d3649aba6ca0d4d13] | committer: Claudio Freire AAC encoder tests: increase fuzz for pred test MIPS needs more fuzz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79f2014f1264aeb9dae

[FFmpeg-cvslog] intmath: remove av_ctz.

2015-10-11 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Oct 11 17:43:29 2015 -0400| [93866c2aa2514649622ae32b6cacaf62473a9e20] | committer: Ronald S. Bultje intmath: remove av_ctz. It's a non-installed header and only used in one place (flacenc). Since ff_ctz is static inline, it's fine to use that i

[FFmpeg-cvslog] ffplay: eliminate stream_component_close forward declaration

2015-10-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Oct 7 01:21:40 2015 +0200| [148418a2bce3a7862f2d00ed4a424620c0d51e18] | committer: Marton Balint ffplay: eliminate stream_component_close forward declaration No change in fuctionality. Signed-off-by: Marton Balint > http://git.videolan.org/gitw

[FFmpeg-cvslog] ffplay: close streams and AVFormatContext in the main thread

2015-10-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Feb 6 01:37:53 2015 +0100| [4ce75387cdcbcef8afbaadc5b66232c25178c0c6] | committer: Marton Balint ffplay: close streams and AVFormatContext in the main thread To avoid race conditions. Signed-off-by: Marton Balint > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec: remove leftover iff_byterun1 decoder

2015-10-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Oct 11 22:31:45 2015 +0200| [ec0275843d8eb933699807da81f6f366291f034a] | committer: Andreas Cadhalpun avcodec: remove leftover iff_byterun1 decoder It was merged with the iff_ilbm decoder in commit 929a24efff9a208a52748605eb412ffb915c1403. Def

[FFmpeg-cvslog] x86/vf_w3fdif: use aligned loads in w3fdif_simple_high

2015-10-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 11 20:07:12 2015 -0300| [224a529b449f1c159921fb3014dbd0de591e12c5] | committer: James Almer x86/vf_w3fdif: use aligned loads in w3fdif_simple_high Found-by: Ronald S. Bultje Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] x86/vf_w3fdif: simplify w3fdif_simple_high

2015-10-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 10 20:29:56 2015 -0300| [e8903fbf8ecfe31f789cda4fc08be19d40b17c43] | committer: James Almer x86/vf_w3fdif: simplify w3fdif_simple_high Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8903fbf8ecfe31f789cda4

[FFmpeg-cvslog] aacenc_utils: add 'inline' flag to find_form_factor, silence warning

2015-10-11 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 01:12:43 2015 +0100| [5f760da6b60033def749a620ee0639b47afcbaec] | committer: Rostislav Pehlivanov aacenc_utils: add 'inline' flag to find_form_factor, silence warning Seems it was forgotten. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] aaccoder_twoloop.h: simplify and comment ff_pns_bits()

2015-10-11 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 01:42:43 2015 +0100| [d25c033ddd7326d06a2fa91905e10720063952ce] | committer: Rostislav Pehlivanov aaccoder_twoloop.h: simplify and comment ff_pns_bits() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d25c033ddd7326d06a2fa

[FFmpeg-cvslog] avcodec/pngdec: Check blend_op.

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Oct 11 03:46:44 2015 +0200| [c149a4afeef51c8c8939386370cbbc0025c1] | committer: Michael Niedermayer avcodec/pngdec: Check blend_op. Fixes CID1322359, CID1322358 Signed-off-by: Michael Niedermayer (cherry picked from commit 1e7e4f13

[FFmpeg-cvslog] h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc

2015-10-11 Thread 赵宇龙
ffmpeg | branch: release/2.8 | 赵宇龙 | Fri Oct 9 13:59:56 2015 +0800| [02d8abf0f576c543f2bd7d131fc876b519013f91] | committer: Michael Niedermayer h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc the pps offset is used to locate pps in the spspps_buf; however, the

[FFmpeg-cvslog] avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Oct 10 00:07:30 2015 +0200| [9579550b2b868b0360131c3e042a1d385efc91c4] | committer: Michael Niedermayer avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf Signed-off-by: Michael Niedermayer (cherry picked from commit 3d126e

[FFmpeg-cvslog] AAC encoder: fix assertion error re SF differences

2015-10-11 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Sun Oct 11 23:00:46 2015 -0300| [07b3b779a9f75c73f8e9e638d67bff1e8d244392] | committer: Claudio Freire AAC encoder: fix assertion error re SF differences Intermediate results can indeed violate SF delta. Instead of asserting there, just make the code

[FFmpeg-cvslog] avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"

2015-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 12 03:32:54 2015 +0200| [ce0834bdd6e6490d240d76ec8d7845ca0aef1e44] | committer: Michael Niedermayer avformat/flvdec: set broken_sizes for "metadatacreator : MEGA" The 2nd size value is wrong for the sample file Fixes: Ticket4903 Signed-

[FFmpeg-cvslog] AAC encoder: memoize quantize_band_cost

2015-10-11 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Mon Oct 12 03:56:22 2015 -0300| [b629c67ddfceb7026e407685f04d1bb09cb08d31] | committer: Claudio Freire AAC encoder: memoize quantize_band_cost The bulk of calls to quantize_band_cost are replaced by a call to a version that memoizes, greatly improving