[FFmpeg-cvslog] configure: Let the libx264rgb encoder select the libx264 encoder.

2014-12-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 8 10:43:12 2014 +0100| [3f24dacf810e214440d691dcbc7231905c736ebb] | committer: Carl Eugen Hoyos configure: Let the libx264rgb encoder select the libx264 encoder. Standalone compilation of the libx264rgb encoder does not work. > http://git.

[FFmpeg-cvslog] rtpproto: Write a warning if the input data written isn't RTP packetized

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Dec 7 01:42:06 2014 +0200| [29bc7bfba288ff8572ed967a8752a1dbde7b724b] | committer: Martin Storsjö rtpproto: Write a warning if the input data written isn't RTP packetized Tell the user that the RTP muxer needs to be used to packetize the data - u

[FFmpeg-cvslog] Merge commit '29bc7bfba288ff8572ed967a8752a1dbde7b724b'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 12:14:47 2014 +0100| [5ab467043a2b4df10e2731d3ac9ba39039386228] | committer: Michael Niedermayer Merge commit '29bc7bfba288ff8572ed967a8752a1dbde7b724b' * commit '29bc7bfba288ff8572ed967a8752a1dbde7b724b': rtpproto: Write a warning i

[FFmpeg-cvslog] arm: fft_vfp: Add a missing "endconst" when building in thumb mode

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Nov 16 12:38:53 2014 +0200| [ae81576414f2d2083d3118fb4abe1ebc5a7a4c54] | committer: Martin Storsjö arm: fft_vfp: Add a missing "endconst" when building in thumb mode Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] Merge commit 'ae81576414f2d2083d3118fb4abe1ebc5a7a4c54'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 12:24:43 2014 +0100| [8554a10992de7b756e555a9a2b90590490e1fad7] | committer: Michael Niedermayer Merge commit 'ae81576414f2d2083d3118fb4abe1ebc5a7a4c54' * commit 'ae81576414f2d2083d3118fb4abe1ebc5a7a4c54': arm: fft_vfp: Add a missing

[FFmpeg-cvslog] Merge commit 'b280c6202b28b371a8d96850194fd69d7ad5dcc0'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 12:31:54 2014 +0100| [5054d2a92ba77ed6ffc597045e80a89fe8b7bdc6] | committer: Michael Niedermayer Merge commit 'b280c6202b28b371a8d96850194fd69d7ad5dcc0' * commit 'b280c6202b28b371a8d96850194fd69d7ad5dcc0': arm: fft_vfp: Unify the beh

[FFmpeg-cvslog] arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Nov 16 12:46:51 2014 +0200| [b280c6202b28b371a8d96850194fd69d7ad5dcc0] | committer: Martin Storsjö arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb Don't include the function pointer table in the code segment in arm mode. Th

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8704d12 web/security: add CVEs to 2.5, 2.4.4, 2.3.5, 2.1.6

2014-12-08 Thread gitolite
The branch, master has been updated via 8704d1247627a085cc7cd339a5a19e1cbc16e06c (commit) from 5e6ad7e618b59b6500ae171ee5f8297f2aa227f9 (commit) - Log - commit 8704d1247627a085cc7cd339a5a19e1cbc16e06c Author: Micha

[FFmpeg-cvslog] avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()

2014-12-08 Thread Rong Yan
ffmpeg | branch: master | Rong Yan | Mon Dec 8 08:00:59 2014 +| [9bd8f2cc32c2616c2bc010dd50f542ce6a85162b] | committer: Michael Niedermayer avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec() add GET_VDST16() macro Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 7 19:53:18 2014 +0100| [41a52740d47ac0b02e99ae90ff9212cce71753e7] | committer: Michael Niedermayer avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() Fixes CID1257010 Reviewed-by: Lukasz Marek Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 7 12:36:10 2014 +0100| [82a60de3b78f527cca80d4ccf6b62c6d6b8f628b] | committer: Michael Niedermayer avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/x86/pngdsp: fix off by 1 error

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 7 12:28:37 2014 +0100| [ed9be7dd470cd32fdb5baa886b048266f4cba28f] | committer: Michael Niedermayer avcodec/x86/pngdsp: fix off by 1 error This fixes artifacts in the last pixel of rows with some widths and pixel formats Found-by: Domin

[FFmpeg-cvslog] lavc/utils: Make pix_fmt desc pointer const.

2014-12-08 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.2 | Carl Eugen Hoyos | Thu Oct 30 00:27:04 2014 +0100| [cd01611d7b7aa63bfce6dcb4008ac7686bc13418] | committer: Michael Niedermayer lavc/utils: Make pix_fmt desc pointer const. Fixes an "initialization discards qualifiers from pointer target type" warning. (cherry pic

[FFmpeg-cvslog] avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Tue Nov 25 14:45:30 2014 +0100| [a63941eec2f92b27b75d1713d3d4fba1b38ac941] | committer: Michael Niedermayer avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata() Fixes out of array read Fixes: asan_heap-oob_4d2250_81

[FFmpeg-cvslog] lavu/opt: fix av_opt_get function

2014-12-08 Thread Lukasz Marek
ffmpeg | branch: release/2.2 | Lukasz Marek | Tue Nov 11 21:17:58 2014 +0100| [944007921667d12fe99840710300521ea4dffd76] | committer: Michael Niedermayer lavu/opt: fix av_opt_get function Signed-off-by: Lukasz Marek (cherry picked from commit 173d51c982f1ecaa8d28cd0d8611164be0c9d36d) Signed-

[FFmpeg-cvslog] avcodec/mjpegdec: Fix context fields becoming inconsistent

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Tue Nov 25 13:53:06 2014 +0100| [5d6f8bab02ba6d8434188172b31a4e1ac0a00756] | committer: Michael Niedermayer avcodec/mjpegdec: Fix context fields becoming inconsistent Fixes out of array access Fixes: asan_heap-oob_1ca4f85_2760_cov_19187

[FFmpeg-cvslog] swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Thu Nov 20 00:43:45 2014 +0100| [de7671e4c47f14b2fd8c626bff27d330c693ad19] | committer: Michael Niedermayer swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*() This avoids out of array accesses Should fix Ticket3

[FFmpeg-cvslog] avcodec/flacdec: Call ff_flacdsp_init() unconditionally

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Nov 26 03:29:03 2014 +0100| [d41010b895755384e22fd918487e0c11dbc02f8e] | committer: Michael Niedermayer avcodec/flacdec: Call ff_flacdsp_init() unconditionally Fixes out of array access Fixes: signal_sigsegv_324b135_3398_cov_246853371_sh

[FFmpeg-cvslog] avcodec/options_table fix min of audio channels and sample rate

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon Nov 3 13:20:24 2014 +0100| [84fdfcab99aa09d957ad84aac61779f532887a51] | committer: Michael Niedermayer avcodec/options_table fix min of audio channels and sample rate Found-by: Lukasz Marek Signed-off-by: Michael Niedermayer (cherry p

[FFmpeg-cvslog] avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon Nov 10 23:07:50 2014 +0100| [d054ec868d9665e4c8fb18371c5bb40d6ab35a4e] | committer: Michael Niedermayer avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization Fixes out of array read Fixes: asan_heap-oob_2aec5b0_1828_clas

[FFmpeg-cvslog] avcodec/hevc_ps: Check num_long_term_ref_pics_sps

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Nov 28 03:46:56 2014 +0100| [4fde30ba9d050443fb14116fb206d0d37092bed0] | committer: Michael Niedermayer avcodec/hevc_ps: Check num_long_term_ref_pics_sps Fixes out of array access Fixes: signal_sigsegv_35bd0f0_1182_cov_791726764_STRUCT_B

[FFmpeg-cvslog] avcodec/h264_slice: Clear table pointers to avoid stale pointers

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Sun Nov 2 01:55:40 2014 +0100| [8b8d794800db9b0980760eb8dfb410dfbba54c2d] | committer: Michael Niedermayer avcodec/h264_slice: Clear table pointers to avoid stale pointers Might fix Ticket3889 Signed-off-by: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] fix Makefile objects for pulseaudio support

2014-12-08 Thread Michael Stypa
ffmpeg | branch: release/2.2 | Michael Stypa | Fri Nov 28 15:54:50 2014 +0100| [3d9860f68af5d3cc588fe67ebe11eba61c180649] | committer: Michael Niedermayer fix Makefile objects for pulseaudio support Signed-off-by: Michael Niedermayer (cherry picked from commit cb58c771ade66afcc623250e1c7ac819

[FFmpeg-cvslog] avcodec/pngdec: Check IHDR/IDAT order

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Nov 26 15:45:47 2014 +0100| [d7470271c7ca3f412aac6b29fb4b8f22ad5c0238] | committer: Michael Niedermayer avcodec/pngdec: Check IHDR/IDAT order Fixes out of array access Fixes: asan_heap-oob_20a6c26_2690_cov_3434532168_mail.png Found-by: M

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-08 Thread wm4
ffmpeg | branch: release/2.2 | wm4 | Sat Dec 6 16:53:30 2014 +0100| [9a02be31225bef65de8f22fe56e1e0063e85126e] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through the list of seekhead en

[FFmpeg-cvslog] avformat/rmdec: Check codec_data_size

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Dec 3 20:01:18 2014 +0100| [9e65065080f55a0be9c40bbd20354805a5e76016] | committer: Michael Niedermayer avformat/rmdec: Check codec_data_size Fixes infinite loop Fixes Ticket4154 Signed-off-by: Michael Niedermayer (cherry picked from c

[FFmpeg-cvslog] avformat/hlsenc: Free context after hls_append_segment

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Sun Nov 16 04:02:56 2014 +0100| [217f781adca310cadcc631ff5d94cca6d029ec0e] | committer: Michael Niedermayer avformat/hlsenc: Free context after hls_append_segment Fixes reading uninitialized memory Signed-off-by: Michael Niedermayer (cherr

[FFmpeg-cvslog] avcodec/rawdec: Check the return code of avpicture_get_size()

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Nov 26 18:56:39 2014 +0100| [a06432b6c315fda5a9cc69059fd106d231e7da6c] | committer: Michael Niedermayer avcodec/rawdec: Check the return code of avpicture_get_size() Fixes out of array access Fixes: asan_heap-oob_22388d0_3435_cov_3297128

[FFmpeg-cvslog] avcodec/utvideodec: fix assumtation that slice_height >= 1

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon Nov 10 19:44:20 2014 +0100| [4d8b82160dbc6b31c08894e4e8147411b6f6078a] | committer: Michael Niedermayer avcodec/utvideodec: fix assumtation that slice_height >= 1 Fixes out of array read Fixes: asan_heap-oob_2573085_3783_utvideo_rgba_med

[FFmpeg-cvslog] avcodec/motion_est: use 2x8x8 for interlaced qpel

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon Dec 1 13:23:24 2014 +0100| [7390c2629dc24a69612bfdf92250fad3effc6d37] | committer: Michael Niedermayer avcodec/motion_est: use 2x8x8 for interlaced qpel Fixes out of array read Fixes Ticket4121 Signed-off-by: Michael Niedermayer (cher

[FFmpeg-cvslog] swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Dec 3 20:21:56 2014 +0100| [223ae2467e3a3e39e2a79bef8942608ea82802f6] | committer: Michael Niedermayer swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output Fixes Ticket4151 Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] Update for 2.2.11

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon Dec 8 19:27:19 2014 +0100| [9f09bfe681259cfed7414f207c88f84c09d5b501] | committer: Michael Niedermayer Update for 2.2.11 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f09bfe681259cfed7

[FFmpeg-cvslog] riff: Support decoding png in avi (ImageJ)

2014-12-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Dec 4 19:13:19 2014 +| [250e077ee9eec0176a6d54a78542dc792943e71a] | committer: Vittorio Giovara riff: Support decoding png in avi (ImageJ) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=250e077ee9eec0176a6d54a78542dc792943e71a

[FFmpeg-cvslog] Merge commit '250e077ee9eec0176a6d54a78542dc792943e71a'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 20:35:16 2014 +0100| [3cfe1d9b3e656aed8ad89d971fc98693a2f3a983] | committer: Michael Niedermayer Merge commit '250e077ee9eec0176a6d54a78542dc792943e71a' * commit '250e077ee9eec0176a6d54a78542dc792943e71a': riff: Support decoding png

[FFmpeg-cvslog] dpx: always write the image offset

2014-12-08 Thread Zoltan Kovacs
ffmpeg | branch: master | Zoltan Kovacs | Fri Dec 5 02:42:10 2014 +| [4843a9c74f77f5eb8d2b1ee648fe2ac6e2a48ec3] | committer: Vittorio Giovara dpx: always write the image offset According to the DPX file format description found at http://www.fileformat.info/format/dpx/egff.htm the ImageEl

[FFmpeg-cvslog] Merge commit '4843a9c74f77f5eb8d2b1ee648fe2ac6e2a48ec3'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 20:53:19 2014 +0100| [c9128c2c8318a087365cd2d6de1f500b43bfc684] | committer: Michael Niedermayer Merge commit '4843a9c74f77f5eb8d2b1ee648fe2ac6e2a48ec3' * commit '4843a9c74f77f5eb8d2b1ee648fe2ac6e2a48ec3': dpx: always write the image

[FFmpeg-cvslog] vf_frei0r: do not increment string if it reached the end

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Dec 5 02:15:09 2014 +| [d0b224054f13bf57244694a3ff092cfef68d66f9] | committer: Vittorio Giovara vf_frei0r: do not increment string if it reached the end Bug-Id: 778 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] Merge commit '90411b333d6b6bb69d8937117b9250785730dc53'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 21:02:42 2014 +0100| [879ea06bc5572a739712d0b5e291f1b04bf16e33] | committer: Michael Niedermayer Merge commit '90411b333d6b6bb69d8937117b9250785730dc53' * commit '90411b333d6b6bb69d8937117b9250785730dc53': Allow reading of growing av

[FFmpeg-cvslog] Merge commit 'd0b224054f13bf57244694a3ff092cfef68d66f9'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 21:04:58 2014 +0100| [6b4cbfec757a1a3be48bc08489afc47b9cd18a0e] | committer: Michael Niedermayer Merge commit 'd0b224054f13bf57244694a3ff092cfef68d66f9' * commit 'd0b224054f13bf57244694a3ff092cfef68d66f9': vf_frei0r: do not increment

[FFmpeg-cvslog] Allow reading of growing avi files (currently being written)

2014-12-08 Thread Joakim Plate
ffmpeg | branch: master | Joakim Plate | Fri Dec 5 03:06:50 2014 +| [90411b333d6b6bb69d8937117b9250785730dc53] | committer: Vittorio Giovara Allow reading of growing avi files (currently being written) This uses the RIFF header stored size to figure out the expected AVI file size, instead

[FFmpeg-cvslog] h264: increase MAX_SLICES to 32

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Dec 5 03:46:13 2014 +| [6fd91fa11909f27902498648680dbb3d13f1f175] | committer: Vittorio Giovara h264: increase MAX_SLICES to 32 H264 streams from CounterPath Bria and some Cisco phones need an increased pool for correct decoding. Bug-Id: 6

[FFmpeg-cvslog] Merge commit '6fd91fa11909f27902498648680dbb3d13f1f175'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 21:38:07 2014 +0100| [74622ad320bbd3e01674224e67b59b09f22c38d6] | committer: Michael Niedermayer Merge commit '6fd91fa11909f27902498648680dbb3d13f1f175' * commit '6fd91fa11909f27902498648680dbb3d13f1f175': h264: increase MAX_SLICES t

[FFmpeg-cvslog] Merge commit '35384934d6e27e0334060a23a0c83a3cb5cef198'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 21:59:08 2014 +0100| [82f0f0482ed67f32414df7791e26cc473cdcb3bb] | committer: Michael Niedermayer Merge commit '35384934d6e27e0334060a23a0c83a3cb5cef198' * commit '35384934d6e27e0334060a23a0c83a3cb5cef198': mov: cosmetics: reorder the

[FFmpeg-cvslog] mov: cosmetics: reorder the list of tags

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Dec 3 02:41:43 2014 +| [35384934d6e27e0334060a23a0c83a3cb5cef198] | committer: Vittorio Giovara mov: cosmetics: reorder the list of tags Alphabetically order the list by the tag to facilitate the insertion of new ones. > http://git.videola

[FFmpeg-cvslog] mov: parse @PRM and @PRQ metadata tags

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Dec 3 02:42:29 2014 +| [174c5fde90060faab67796a5eaef742630f1db6e] | committer: Vittorio Giovara mov: parse @PRM and @PRQ metadata tags These tags describe the product and quicktime library version respectively. They originate from Adobe Pre

[FFmpeg-cvslog] Merge commit '174c5fde90060faab67796a5eaef742630f1db6e'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 22:13:23 2014 +0100| [420aebf0c585e54468e631460065448c9bb6ccb5] | committer: Michael Niedermayer Merge commit '174c5fde90060faab67796a5eaef742630f1db6e' * commit '174c5fde90060faab67796a5eaef742630f1db6e': mov: parse @PRM and @PRQ me

[FFmpeg-cvslog] mov: parse XMP metadata on demand

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Dec 3 02:43:24 2014 +| [b704b648f9ecb830874627db958a37e004107d1b] | committer: Vittorio Giovara mov: parse XMP metadata on demand The Extensible Metadata Platform tag can contain various kind of data which are not strictly related to the vi

[FFmpeg-cvslog] Merge commit 'b704b648f9ecb830874627db958a37e004107d1b'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 22:33:38 2014 +0100| [0dcebe26209fbda0bac54789406e0a30c3a08247] | committer: Michael Niedermayer Merge commit 'b704b648f9ecb830874627db958a37e004107d1b' * commit 'b704b648f9ecb830874627db958a37e004107d1b': mov: parse XMP metadata on

[FFmpeg-cvslog] fate: add libavcodec/options-test

2014-12-08 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Thu Dec 4 00:28:52 2014 +0100| [4acc717a05f27752a728c231f9df9dcd042c92d3] | committer: Lukasz Marek fate: add libavcodec/options-test Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4acc717a05f27752a728c231f9df

[FFmpeg-cvslog] lavc/options: add test for avcodec_copy_context

2014-12-08 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Thu Dec 4 00:06:40 2014 +0100| [72732307d9f2b9ffa82ab8503edb062db872c702] | committer: Lukasz Marek lavc/options: add test for avcodec_copy_context This test doesn't cover every possible issue with this function. It covers options management only. Sig

[FFmpeg-cvslog] Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14'

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 8 23:01:42 2014 +0100| [885e74622e3f3be31aebee35540339c7652e723f] | committer: Michael Niedermayer Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14' * commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14': mov: expand the list of par

[FFmpeg-cvslog] mov: expand the list of parsed metadata tags

2014-12-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Nov 28 23:25:20 2014 +| [e2e07dbaab1f17e995842b7eacec4665d44c3d14] | committer: Vittorio Giovara mov: expand the list of parsed metadata tags Based on L-Smash code by Yusuke Nakamura . > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

Re: [FFmpeg-cvslog] Merge commit '6fd91fa11909f27902498648680dbb3d13f1f175'

2014-12-08 Thread Carl Eugen Hoyos
Michael Niedermayer videolan.org> writes: > * commit '6fd91fa11909f27902498648680dbb3d13f1f175': > h264: increase MAX_SLICES to 32 You had fixed this bug in 716c1f7b Carl Eugen ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.o

[FFmpeg-cvslog] configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient

2014-12-08 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Dec 8 16:08:20 2014 +0100| [754f4957d7a7e5be0df0e9de1d31aebeecdc4476] | committer: Michael Niedermayer configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient This ensures that the CFLAGS and LDFLAGS are actually applied.

[FFmpeg-cvslog] avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before use

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 9 01:54:51 2014 +0100| [e86df0206f06b8d1e97e2b60db8f74a398d53127] | committer: Michael Niedermayer avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before use Fixes CID1254668 Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avformat/utils: Compute the current pts of mpeg1/2 I/ P frames from the next frame when available

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 9 03:34:20 2014 +0100| [dd70470d72758b4e94b17c6808a5ed0c9e8fe097] | committer: Michael Niedermayer avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next frame when available Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 9 03:33:44 2014 +0100| [9e561410c08ebe128e0be86f7b4492dc7bc87bb2] | committer: Michael Niedermayer avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] ffserver_config: check strchr() return for NULL

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 12:42:39 2014 -0300| [f95cfff07765912676cc613b55e2234b5d70f1bd] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: check strchr() return for NULL Should fix FFmpeg Coverity Scan issue #1257013 Signed-off-by: Reynaldo

[FFmpeg-cvslog] ffserver_config: break lines at 80 chars

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 17:25:35 2014 -0300| [b4c69b7ea8c0683f5a4b659d055132db328a1351] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: break lines at 80 chars Add braces when needed and drop redundant parethesis while at it. Signed-off-

[FFmpeg-cvslog] ffserver_config: improve error/warning messages

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 14:12:36 2014 -0300| [b28d5877826c89cbf8b3f6ad9ba3e57307a2f33b] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: improve error/warning messages Fix grammar and quote user-supplied values. Signed-off-by: Reynaldo H.

[FFmpeg-cvslog] ffserver_config: reflow add_codec()

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 18:32:22 2014 -0300| [720dffb843aa780d25b7be224c63ffc0aba13671] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: reflow add_codec() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avformat/utils: fix calculating the absolute difference of timestamps

2014-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 9 05:31:30 2014 +0100| [a5e5959d52860678d028df07ad1351a11aaf47f7] | committer: Michael Niedermayer avformat/utils: fix calculating the absolute difference of timestamps we dont use FFABS(a-b) as that could result in undefined behavior if