Opened 11 years ago

Closed 10 years ago

#2628 closed defect (needs_more_info)

when fifo_size is set alot of memory is allocated

Reported by: tu xuping Owned by:
Priority: normal Component: undetermined
Version: 1.2.1 Keywords: leak
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

% ./ffmpeg -i 'udp://239.9.9.9:10001?fifo_size=10000000&overrun_nonfatal=1'  -b:v 4096k -s "720*576" -vcodec libx264 -r 25 -x264opts vbv-bufsize=163:bitrate=4096:vbv-maxrate=4096:nal-hrd=cbr -f mpegts udp://10.9.211.4:10023
ffmpeg 1.1.1
linux 5.3

I test this using other ffmpeg versions, it occurs every times.

fifo_size is set to a value, such as 10000000, the main memory runs out 30M every minitues.

Attachments (3)

001.jpg (35.8 KB ) - added by tu xuping 11 years ago.
002.jpg (25.2 KB ) - added by tu xuping 11 years ago.
27681705.png (49.7 KB ) - added by tu xuping 11 years ago.

Download all attachments as: .zip

Change History (23)

comment:1 by tu xuping, 11 years ago

by the way , 239.9.9.9:10001 is a mpeg2 ts stream with 8M

comment:2 by Carl Eugen Hoyos, 11 years ago

Is this also reproducible with current git head?
Please add valgrind output for memleak reports and please add complete, uncut console output to make this a valid ticket.

comment:3 by Carl Eugen Hoyos, 11 years ago

Keywords: fifo_size memory removed

comment:4 by tu xuping, 11 years ago

I test it in ffmpeg 1.2.1, the newest version.

comment:5 by Carl Eugen Hoyos, 11 years ago

Please test current git head (the recommended version if you are a user), and please add valgrind output for memleak reports.

by tu xuping, 11 years ago

Attachment: 001.jpg added

by tu xuping, 11 years ago

Attachment: 002.jpg added

comment:6 by tu xuping, 11 years ago

I attached a screen output picture.

comment:7 by Carl Eugen Hoyos, 11 years ago

Unfortunately, free cannot be used to detect memleaks, I suspect you can try Dr. Memory on Windows.

comment:8 by tu xuping, 11 years ago

hello, maybe free command does not track the owner of the lost memory , but , I am sure, because the memory
changes to 0 in the end, and the machine does not respond keyboard or mouse event.

the experiments can be repeated.

my ffmpeg runs in linux, not in windows. no Dr. memory at hand......

comment:9 by Carl Eugen Hoyos, 11 years ago

Please use valgrind on Linux to confirm memory leaks.

by tu xuping, 11 years ago

Attachment: 27681705.png added

comment:10 by tu xuping, 11 years ago

I use valgrind , the output is in the attachment set.

unfortunately, when I run ffmpeg in valgrind context, ffmpeg does not perform well, and it terminates after running for several minitues.

comment:11 by Carl Eugen Hoyos, 11 years ago

Sorry if I was unclear yesterday: Please do not attach screenshots, this is never helpful!
(There are exceptions but this ticket is not one of them.)
Instead, please run valgrind for less than a minute, press "q" to quit and post everything that valgrind outputs (that is the complete, uncut console output of valgrind which contains the complete, uncut console output of ffmpeg) here.

Last edited 11 years ago by Carl Eugen Hoyos (previous) (diff)

in reply to:  11 ; comment:12 by tu xuping, 11 years ago

==4076== Memcheck, a memory error detector.
==4076== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==4076== Using LibVEX rev 1658, a library for dynamic binary translation.
==4076== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==4076== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==4076== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==4076== For more details, rerun with: -v
==4076==
==4076== My PID = 4076, parent PID = 688. Prog and args are:
==4076== ./ffmpeg
==4076== -i
==4076== udp://239.9.9.9:10001?fifo_size=1000000&overrun_nonfatal=1
==4076== -b:v
==4076== 4096k
==4076== -s
==4076== 720*576
==4076== -vcodec
==4076== libx264
==4076== -r
==4076== 25
==4076== -x264opts
==4076== vbv-bufsize=163:bitrate=4096:vbv-maxrate=4096:nal-hrd=cbr
==4076== -f
==4076== mpegts
==4076== udp://10.9.211.4:10023
==4076==
==4076== Warning: set address range perms: large range 188000000 (undefined)
==4076== Thread 4:
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54C4B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F57246: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F54CC7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F57246: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54C4B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F5727E: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F54CC7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F5727E: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AA7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F20762: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28E89: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54C4B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F5729A: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F54CC7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F5729A: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AA7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1277E: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4A0EF: x264_mb_encode_i16x16 (in /usr/lib/libx264.so.129)
==4076== by 0x4F51683: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F11582: x264_quant_luma_dc_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4A2F2: x264_mb_encode_i16x16 (in /usr/lib/libx264.so.129)
==4076== by 0x4F51683: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9430D: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94319: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F94321: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9436D: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F943C7: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F943F0: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F94450: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F968B2: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F944AB: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F944B6: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9465C: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AD1: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F56491: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AA7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F56491: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B34: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F56491: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F6CFCC: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54C4B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F57262: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F54CC7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F57262: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1277E: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FD92: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1277E: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FA38: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F12806: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FA38: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F92E26: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F92E32: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F92E86: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F92EDC: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F92F05: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F92F7F: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9301F: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F931E4: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9304A: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93056: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F94648: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F944D6: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F944E2: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94541: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F945B7: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F12806: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4A0EF: x264_mb_encode_i16x16 (in /usr/lib/libx264.so.129)
==4076== by 0x4F51683: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F968D4: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96909: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9692B: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96960: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9447F: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96987: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F969BE: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96CB1: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96CEA: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96D04: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96D30: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96D5C: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96D76: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96DA2: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96DCE: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96DE8: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96E14: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96E46: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96E60: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9465C: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFD: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B6B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F56491: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B88: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F56491: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AA7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F564DA: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F138B1: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F138CE: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F138EB: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F13657: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1360D: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F139E5: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F13C03: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F13052: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F13471: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F13B2E: x264_mb_analyse_intra (in /usr/lib/libx264.so.129)
==4076== by 0x4F2AF09: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F28E4F: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03298: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F032B3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032B9: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032F3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0331C: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0339A: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034C8: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034CF: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033CE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== More than 100 errors detected. Subsequent errors
==4076== will still be recorded, but in less detail than before.
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033FE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03431: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034C2: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034D5: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03298: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F032B3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032B9: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032F3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0331C: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0339A: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034C8: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034CF: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034D5: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034C2: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033CE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033FE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03431: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F222D7: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F222E3: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F222F0: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F2230D: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F2231F: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03B09: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03B2B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03B49: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03B57: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03B6E: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03B7C: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03B8B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03C0A: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03D43: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03D49: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03C5C: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03C76: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03C82: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03C8C: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03CAB: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03D41: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F28EC0: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03298: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F032B3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032B9: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F032F3: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0331C: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03353: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F0337E: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03389: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0339A: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034C8: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034CF: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034D5: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F034C2: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033FE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03431: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0346D: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03498: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034A4: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0346D: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03498: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034A4: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F507AA: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F20280: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03D67: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03D71: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03D80: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03CE7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03D12: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03D1E: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03BC2: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03BEC: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03BF7: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F22349: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F033CE: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23608: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0346D: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03498: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F034A4: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F969F6: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96A27: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96A49: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96A7A: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96B06: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96B3D: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F92E3A: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F92FBD: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F4A10E: x264_mb_encode_i16x16 (in /usr/lib/libx264.so.129)
==4076== by 0x4F51683: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96AA1: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96AD8: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F5652B: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F6CEF4: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F6CF3C: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03353: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F0337E: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03389: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F235E9: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F03353: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F0337E: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F03389: x264_cabac_block_residual_8x8 (in /usr/lib/libx264.so.129)
==4076== by 0x4F23627: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F12806: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FD92: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1277E: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FD08: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F12806: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F4FD08: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F1277E: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F5079F: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F12806: x264_quant_4x4_trellis (in /usr/lib/libx264.so.129)
==4076== by 0x4F5079F: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF000000010000: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF000000010000: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF000000010000: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF000000010000: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DD9D: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DDDD: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DE77: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DEA5: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DEB8: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F0DEDB: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F0DEF3: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F0DEFA: trellis_dc_shortcut (in /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F507AA: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AD1: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F55EB4: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B34: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F22B59: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28E89: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F22B78: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28E89: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F930B5: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9312B: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F4F9DE: x264_mb_encode_chroma (in /usr/lib/libx264.so.129)
==4076== by 0x4F5085A: x264_macroblock_encode (in /usr/lib/libx264.so.129)
==4076== by 0x4F6521F: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F55B56: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F944B6: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9465C: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x1: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x1: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F92FEC: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9305E: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93192: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F931B7: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96E9B: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96EAE: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96EE0: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96EFA: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFEFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFEFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x1FFFEFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B6B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B88: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B83: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55ED9: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x2FFFE: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x2FFFE: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFE: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AD1: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F564DA: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B34: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F564DA: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9465C: (within /usr/lib/libx264.so.129)
==4076== by 0x0: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F9465C: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F94661: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9468C: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54AD1: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B34: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F9302A: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221B4: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28E89: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221C0: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28E89: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221B4: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221C0: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EB5: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221B4: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F221C0: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F28EE1: x264_intra_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BB0B: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Thread 5:
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F20762: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F2A6A3: x264_mb_analyse_p_rd (in /usr/lib/libx264.so.129)
==4076== by 0x4F2E3A4: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F89311: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F89315: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0x100000000FFFD: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x100000000FFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x100000000FFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFD: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFD: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFD: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F20762: x264_rd_cost_mb (in /usr/lib/libx264.so.129)
==4076== by 0x4F26F3D: x264_mb_analyse_inter_p16x16 (in /usr/lib/libx264.so.129)
==4076== by 0x4F2BF3E: x264_macroblock_analyse (in /usr/lib/libx264.so.129)
==4076== by 0x4F65217: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0x10001: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0x10001: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0x10001: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96B6B: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96BA2: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96F2D: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F96F5F: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F96F79: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B6B: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B83: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F54B88: x264_cabac_block_residual (in /usr/lib/libx264.so.129)
==4076== by 0x4F55B84: x264_macroblock_write_cabac (in /usr/lib/libx264.so.129)
==4076== by 0x4F6543A: x264_slices_write (in /usr/lib/libx264.so.129)
==4076== by 0x4F6A212: x264_threadpool_thread (in /usr/lib/libx264.so.129)
==4076== by 0x3457E06366: start_thread (in /lib64/libpthread-2.5.so)
==4076== by 0x34572D30AC: clone (in /lib64/libc-2.5.so)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F8931C: (within /usr/lib/libx264.so.129)
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F89323: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F89333: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F89337: (within /usr/lib/libx264.so.129)
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFF0000: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFFFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93207: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFFFFFFFFFF: ???
==4076==
==4076== Conditional jump or move depends on uninitialised value(s)
==4076== at 0x4F93232: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFFFFFFFFFF: ???
==4076==
==4076== Use of uninitialised value of size 8
==4076== at 0x4F93202: (within /usr/lib/libx264.so.129)
==4076== by 0xFFFEFFFF: ???
vex amd64->IR: unhandled instruction bytes: 0xF3 0x48 0xF 0xBC
==4076== valgrind: Unrecognised instruction at address 0x4F8969D.
==4076== Your program just tried to execute an instruction that Valgrind
==4076== did not recognise. There are two possible reasons for this.
==4076== 1. Your program has a bug and erroneously jumped to a non-code
==4076== location. If you are running Memcheck and you just saw a
==4076== warning about a bad jump, it's probably your program's fault.
==4076== 2. The instruction is legitimate but Valgrind doesn't handle it,
==4076== i.e. it's Valgrind's fault. If you think this is the case or
==4076== you are not sure, please let us know and we'll try to fix it.
==4076== Either way, Valgrind will now raise a SIGILL signal which will
==4076== probably kill your program.
==4076==
==4076== Process terminating with default action of signal 4 (SIGILL)
==4076== Illegal opcode at address 0x4F8969D
==4076== at 0x4F8969D: (within /usr/lib/libx264.so.129)
==4076==
==4076== ERROR SUMMARY: 87942 errors from 309 contexts (suppressed: 5 from 1)
==4076== malloc/free: in use at exit: 497,566,347 bytes in 6,126 blocks.
==4076== malloc/free: 10,989 allocs, 4,863 frees, 555,770,079 bytes allocated.
==4076== For counts of detected errors, rerun with: -v
==4076== searching for pointers to 6,126 not-freed blocks.
==4076== checked 508,275,616 bytes.
==4076==
==4076== LEAK SUMMARY:
==4076== definitely lost: 0 bytes in 0 blocks.
==4076== possibly lost: 5,382,700 bytes in 259 blocks.
==4076== still reachable: 492,183,647 bytes in 5,867 blocks.
==4076== suppressed: 0 bytes in 0 blocks.
==4076== Reachable blocks (those to which a pointer was found) are not shown.
==4076== To see them, rerun with: --show-reachable=yes

comment:13 by tu xuping, 11 years ago

hi, where is cehoyos?

comment:14 by Carl Eugen Hoyos, 11 years ago

Is your original problem (without valgrind) also reproducible if you do not use network output (ie if you either output to a file or to -f null -)?

Is your original problem (without valgrind) also reproducible if you don't use an external library (ie with -vcodec mpeg4 or -vcodec mpeg2video instead of -vcodec libx264)? Using external libraries makes reproducing problems much more difficult.

Am I correct that your original problem is only reproducible with network input but not if you use file input (but x264 for encoding and udp output)?

comment:15 by tu xuping, 11 years ago

I have tested 4 cases:

1, encoding : x264, output : network, memory leak: 60M/min,
2, encoding : x264, output : null -, memory leak: 60M/min,
3, encoding : mpegvideo, output : network, memory leak: 60M/min,
4, encoding : mpegvideo, output : null - , memory leak: 27M/min,

so, I think the memory leak exists in the input part of the ffmpeg.

whats more, I guess the memory leak is caused by the exception handling of the input part .
because we find that if the input video stream is "good"( "good" means no error messages output on the ffmpeg screen when ffmpeg is used to transcode a realtime ts stream), the memory does not leak, however, if the input video stream is "bad" ( "bad" means many error messages is printed on the screen ... ), the memory leaks very fast.

in reply to:  15 comment:16 by Carl Eugen Hoyos, 11 years ago

Replying to baituxp:

if the input video stream is "bad" ( "bad" means many error messages is printed on the screen ... ), the memory leaks very fast.

Then please test the following command line for a few seconds and post the complete, uncut console output:
$ valgrind ./ffmpeg_g -i 'udp://239.9.9.9:10001?fifo_size=10000000&overrun_nonfatal=1' -f null -

in reply to:  12 comment:17 by Michael Niedermayer, 11 years ago

Replying to baituxp:

==4076== Memcheck, a memory error detector.
==4076== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==4076== Using LibVEX rev 1658, a library for dynamic binary translation.
==4076== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==4076== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==4076== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==4076== For more details, rerun with: -v

this valgrind version is 7 years old, thats not usefull at all

comment:18 by Michael Niedermayer, 11 years ago

Summary: when fifo_size is set , memory leakswhen fifo_size is set alot of memory is allocated

Correct title, theres no evidence for a memleak at this point

comment:19 by Michael Niedermayer, 11 years ago

As it seems only you can reproduce the bug (others dont have the udp stream). Please run the testcase under a modern valgrind with --track-origins=yes --leak-check=full. If no leaks are found run it under valgrinds massif, it can show what causes excessive allocations when they arnt technically leaks

comment:20 by Carl Eugen Hoyos, 10 years ago

Analyzed by developer: unset
Resolution: needs_more_info
Status: newclosed

Please reopen this ticket if you can provide the missing information.

Note: See TracTickets for help on using tickets.